HomeSort by: relevance | last modified time | path
    Searched defs:pwflags (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
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;
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;

Completed in 26 milliseconds