Searched refs:xgetpwnam (Results 1 – 5 of 5) sorted by relevance
297 extern struct passwd *xgetpwnam (const char *);
630 xgetpwnam(const char *name) in xgetpwnam() function
367 pw = xgetpwnam(short2str(person)); in tilde()
1491 pp = xgetpwnam(short2str(us)); in gethomedir()
1747 if (command == SPELL && xgetpwnam(short2str(user_name)) != NULL) { in t_search()