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,
|