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

  /src/lib/libc/gen/
getpwent.c 150 * _pw_parse
157 _pw_parse(const char *entry, struct passwd *pw, char *buf, size_t buflen, function in typeref:typename:int
815 if (_pw_parse(hp[0], pw, buffer, buflen, 1)) /* validate line */
903 if (_pw_parse(hp[0], &_dns_passwd,
967 if (_pw_parse(hp[0], pw, buffer, buflen, 1))
1219 * wrapper to _pw_parse that obtains the real password from the
1236 if (! _pw_parse(entry, pw, buf, buflen,
getpwent.c 150 * _pw_parse
157 _pw_parse(const char *entry, struct passwd *pw, char *buf, size_t buflen, function in typeref:typename:int
815 if (_pw_parse(hp[0], pw, buffer, buflen, 1)) /* validate line */
903 if (_pw_parse(hp[0], &_dns_passwd,
967 if (_pw_parse(hp[0], pw, buffer, buflen, 1))
1219 * wrapper to _pw_parse that obtains the real password from the
1236 if (! _pw_parse(entry, pw, buf, buflen,

Completed in 46 milliseconds