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

  /src/lib/libc/gen/
getpwent.c 332 * _pw_copy
340 _pw_copy(const struct passwd *frompw, struct passwd *pw, function in typeref:typename:int
2030 if (! _pw_copy(&cpw, pw, buffer, buflen,
2123 if (! _pw_copy(pw, &state->proto, state->protobuf,
getpwent.c 332 * _pw_copy
340 _pw_copy(const struct passwd *frompw, struct passwd *pw, function in typeref:typename:int
2030 if (! _pw_copy(&cpw, pw, buffer, buflen,
2123 if (! _pw_copy(pw, &state->proto, state->protobuf,
getpwent.c 332 * _pw_copy
340 _pw_copy(const struct passwd *frompw, struct passwd *pw, function in typeref:typename:int
2030 if (! _pw_copy(&cpw, pw, buffer, buflen,
2123 if (! _pw_copy(pw, &state->proto, state->protobuf,

Completed in 39 milliseconds