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

  /src/lib/libc/gen/
getpwent.c 341 char *buf, size_t buflen, const struct passwd *protopw, int protoflags)
376 if (useproto && !(protoflags & _PASSWORD_NOUID))
381 if (useproto && !(protoflags & _PASSWORD_NOGID))
1684 int protoflags; /* proto passwd flags */ member in struct:compat_state
1751 state->protoflags = 0;
2031 &state->proto, state->protoflags)) {
2122 state->protoflags = pwflags;
getpwent.c 341 char *buf, size_t buflen, const struct passwd *protopw, int protoflags)
376 if (useproto && !(protoflags & _PASSWORD_NOUID))
381 if (useproto && !(protoflags & _PASSWORD_NOGID))
1684 int protoflags; /* proto passwd flags */ member in struct:compat_state
1751 state->protoflags = 0;
2031 &state->proto, state->protoflags)) {
2122 state->protoflags = pwflags;

Completed in 25 milliseconds