Symbol: pentry
libexec/atrun/atrun.c
134
struct passwd *pentry;
libexec/atrun/atrun.c
168
pentry = getpwuid(uid);
libexec/atrun/atrun.c
169
if (pentry == NULL)
libexec/atrun/atrun.c
176
pam_err = pam_start(atrun, pentry->pw_name, &pamc, &pamh);
libexec/atrun/atrun.c
184
pentry->pw_name, (unsigned long)uid,
libexec/atrun/atrun.c
314
if (setusercontext(NULL, pentry, uid, LOGIN_SETALL &
libexec/atrun/atrun.c
318
if (initgroups(pentry->pw_name,pentry->pw_gid))
libexec/atrun/atrun.c
321
if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
libexec/atrun/atrun.c
324
if (setlogin(pentry->pw_name))
libexec/atrun/atrun.c
331
if (chdir(pentry->pw_dir))
libexec/atrun/atrun.c
361
if (setusercontext(NULL, pentry, uid, LOGIN_SETALL) != 0)
libexec/atrun/atrun.c
364
if (initgroups(pentry->pw_name,pentry->pw_gid))
libexec/atrun/atrun.c
367
if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
libexec/atrun/atrun.c
370
if (setlogin(pentry->pw_name))
libexec/atrun/atrun.c
377
if (chdir(pentry->pw_dir))
stand/common/part.c
230
struct pentry *entry;
stand/common/part.c
383
struct pentry *e1, *entry;
stand/common/part.c
460
struct pentry *entry;
stand/common/part.c
524
struct pentry *entry;
stand/common/part.c
564
struct pentry *entry;
stand/common/part.c
688
struct pentry *entry;
stand/common/part.c
70
STAILQ_ENTRY(pentry) entry;
stand/common/part.c
724
struct pentry *entry;
stand/common/part.c
759
struct pentry *entry, *best;
stand/common/part.c
78
STAILQ_HEAD(, pentry) entries;
stand/common/part.c
819
struct pentry *entry;
usr.bin/at/perm.c
104
return check_for_user(fp, pentry->pw_name);
usr.bin/at/perm.c
117
return !check_for_user(fp, pentry->pw_name);
usr.bin/at/perm.c
88
struct passwd *pentry;
usr.bin/at/perm.c
93
if ((pentry = getpwuid(uid)) == NULL)