getpwent.c | 239 struct passwd *pw, char *buffer, size_t buflen, int *pwflags, 249 /* pwflags may be NULL (if we don't care about them */ 298 if (pwflags) { 301 SCALAR(*pwflags); 303 *pwflags = _PASSWORD_NOUID|_PASSWORD_NOGID; 1950 int rv, r, pwflags; local in function:_compat_pwscan 2091 rv = _pw_getkey(state->db, &key, pw, buffer, buflen, &pwflags, 2122 state->protoflags = pwflags;
|