Searched refs:xgetpwuid (Results 1 – 5 of 5) sorted by relevance
297 extern struct passwd *xgetpwuid (uid_t);
644 xgetpwuid(uid_t xuid) in xgetpwuid() function
708 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()
642 if ((pw = xgetpwuid(euid)) == NULL) in main()657 else if ((pw = xgetpwuid(uid)) == NULL) in main()
904 if (altout && (pw = xgetpwuid(st->st_uid))) { in filetest()