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

  /src/lib/libc/gen/
getpwent.c 344 int useproto; local in function:_pw_copy
351 useproto = protopw && protopw->pw_name;
366 (useproto && *protopw->field ? protopw->field : frompw->field))
376 if (useproto && !(protoflags & _PASSWORD_NOUID))
381 if (useproto && !(protoflags & _PASSWORD_NOGID))
getpwent.c 344 int useproto; local in function:_pw_copy
351 useproto = protopw && protopw->pw_name;
366 (useproto && *protopw->field ? protopw->field : frompw->field))
376 if (useproto && !(protoflags & _PASSWORD_NOUID))
381 if (useproto && !(protoflags & _PASSWORD_NOGID))

Completed in 26 milliseconds