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...] |