Searched refs:xgetpwuid (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h293 extern struct passwd *xgetpwuid (uid_t);
H A Dsh.misc.c595 xgetpwuid(uid_t xuid) function
H A Dsh.c631 if ((pw = xgetpwuid(euid)) == NULL)
646 else if ((pw = xgetpwuid(uid)) == NULL)
H A Dsh.exp.c907 if (altout && (pw = xgetpwuid(st->st_uid))) {

Completed in 104 milliseconds