Searched refs:pwflags (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/lib/libc/gen/ |
| H A D | getpwent.c | 239 struct passwd *pw, char *buffer, size_t buflen, int *pwflags, in _pw_getkey() argument 298 if (pwflags) { in _pw_getkey() 301 SCALAR(*pwflags); in _pw_getkey() 303 *pwflags = _PASSWORD_NOUID|_PASSWORD_NOGID; in _pw_getkey() 1950 int rv, r, pwflags; in _compat_pwscan() local 2091 rv = _pw_getkey(state->db, &key, pw, buffer, buflen, &pwflags, in _compat_pwscan() 2122 state->protoflags = pwflags; in _compat_pwscan()
|