Searched refs:parse_user_pwd (Results 1 – 1 of 1) sorted by relevance
288 parse_user_pwd(const char *s, struct passwd **pwdp, struct alloc *allocp) in parse_user_pwd() function326 return (parse_user_pwd(s, NULL, NULL)); in parse_user()611 uid = parse_user_pwd(user_name, &pw, &pw_alloc); in main()