/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_cache.c | 41 char cpw[32]; member in struct:cache 63 c2 = strlen(User_cache[i].cpw); 65 !(strcmp(User_cache[i].cpw, 66 crypt(pw, User_cache[i].cpw)))) { 87 (void) strlcpy(User_cache[0].cpw, p->pw_passwd, 88 sizeof(User_cache[0].cpw));
|
pcnfsd_cache.c | 41 char cpw[32]; member in struct:cache 63 c2 = strlen(User_cache[i].cpw); 65 !(strcmp(User_cache[i].cpw, 66 crypt(pw, User_cache[i].cpw)))) { 87 (void) strlcpy(User_cache[0].cpw, p->pw_passwd, 88 sizeof(User_cache[0].cpw));
|
/src/lib/libc/gen/ |
getpwent.c | 1910 struct passwd *cpw; local in function:_passwdcompat_pwscan 1916 &crv, pw, buffer, buflen, &cpw); 1922 &crv, name, pw, buffer, buflen, &cpw); 1927 &crv, uid, pw, buffer, buflen, &cpw); 1978 struct passwd cpw; local in function:_compat_pwscan 1985 rv = _passwdcompat_pwscan(&cpw, 2002 rv = _passwdcompat_pwscan(&cpw, 2013 rv = _passwdcompat_pwscan(&cpw, 2029 /* copy cpw to pw, applying prototype */ 2030 if (! _pw_copy(&cpw, pw, buffer, buflen [all...] |
getpwent.c | 1910 struct passwd *cpw; local in function:_passwdcompat_pwscan 1916 &crv, pw, buffer, buflen, &cpw); 1922 &crv, name, pw, buffer, buflen, &cpw); 1927 &crv, uid, pw, buffer, buflen, &cpw); 1978 struct passwd cpw; local in function:_compat_pwscan 1985 rv = _passwdcompat_pwscan(&cpw, 2002 rv = _passwdcompat_pwscan(&cpw, 2013 rv = _passwdcompat_pwscan(&cpw, 2029 /* copy cpw to pw, applying prototype */ 2030 if (! _pw_copy(&cpw, pw, buffer, buflen [all...] |