Home
last modified time | relevance | path

Searched refs:xgetpwuid (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.decls.h297 extern struct passwd *xgetpwuid (uid_t);
H A Dsh.misc.c644 xgetpwuid(uid_t xuid) in xgetpwuid() function
H A Dtc.func.c708 if ((pw = xgetpwuid(euid)) != NULL && /* effective user passwd */ in auto_lock()
718 if ((pw = xgetpwuid(euid)) != NULL) { /* effective user passwd */ in auto_lock()
738 if ((pw = xgetpwuid(euid)) != NULL) /* effective user passwd */ in auto_lock()
H A Dsh.c642 if ((pw = xgetpwuid(euid)) == NULL) in main()
657 else if ((pw = xgetpwuid(uid)) == NULL) in main()
H A Dsh.exp.c904 if (altout && (pw = xgetpwuid(st->st_uid))) { in filetest()