Searched refs:pwd (Results 1 – 1 of 1) sorted by relevance
1028 struct passwd *pwd = getpwnam ("nobody"); in do_test() local1029 if (pwd == NULL) in do_test()1034 nobody_uid = pwd->pw_uid; in do_test()1035 nobody_gid = pwd->pw_gid; in do_test()
Completed in 4 milliseconds