Symbol: getpwnam
bin/csh/csh.c
1316
if ((pw = getpwnam(short2str(home))) != NULL) {
bin/csh/file.c
362
pw = getpwnam(short2str(person));
bin/ksh/eval.c
1290
pw = getpwnam(name);
bin/pax/sel_subs.c
144
if ((pw = getpwnam(str)) == NULL) {
bin/ps/ps.c
354
pw = getpwnam(optarg);
bin/sh/expand.c
477
} else if ((pw = getpwnam(user)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2992
if (((pw = getpwnam(owner->v)) == NULL) && !isnum)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
410
struct passwd *pw = getpwnam($2->v);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
1309
if ((pw = getpwnam(usr)) == NULL)
dist/pf/libexec/tftp-proxy/tftp-proxy.c
125
pw = getpwnam(NOPRIV_USER);
dist/pf/sbin/pfctl/parse.y
2796
if ((pw = getpwnam($1)) == NULL) {
dist/pf/sbin/pflogd/privsep.c
89
pw = getpwnam("_pflogd");
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
278
pw = getpwnam(NOPRIV_USER);
distrib/utils/libhack/getpwent.c
58
__weak_alias(getpwnam,__getpwnam50)
games/canfield/cfscores/cfscores.c
93
pw = getpwnam(argv[1]);
games/tetris/scores.c
819
getpwnam(sp->hs_name) != NULL &&
games/warp/intrp.c
140
struct passwd *pwd = getpwnam(tildename);
include/pwd.h
123
struct passwd *getpwnam(const char *) __RENAME(__getpwnam50);
lib/libc/compat/gen/compat_getpwent.c
53
__warn_references(getpwnam,
lib/libc/compat/gen/compat_getpwent.c
75
__weak_alias(getpwnam, _getpwnam)
lib/libc/compat/include/pwd.h
56
struct passwd50 *getpwnam(const char *);
lib/libc/gen/glob.c
440
if ((pwd = getpwnam(d)) == NULL)
lib/libc/gen/pwcache.c
126
static struct passwd * (*_pwcache_getpwnam)(const char *) = getpwnam;
lib/libc/gen/pwcache.c
594
return (getpwnam(name));
lib/libc/posix1e/acl_from_text.c
285
p = getpwnam(name);
lib/libc/time/zic.c
922
struct passwd *pw = getpwnam(arg);
lib/libedit/filecomplete.c
109
pass = getpwnam(temp);
libexec/atrun/atrun.c
408
if ((pwd = getpwnam(nobody)) == NULL)
libexec/comsat/comsat.c
265
if ((p = getpwnam(ep->name)) == NULL ||
libexec/ftpd/ftpcmd.y
1125
if ((hpw = getpwnam($1 + 1)) != NULL)
libexec/ftpd/ftpd.c
832
if ((p = getpwnam(name)) == NULL)
libexec/httpd/bozohttpd.c
2690
if ((pw = getpwnam(username)) == NULL)
libexec/httpd/tilde-luzah-bozo.c
79
pw = getpwnam(user);
libexec/identd/identd.c
210
if ((pw = getpwnam(optarg)) != NULL) {
libexec/identd/identd.c
486
(getpwnam(idbuf) != NULL)) {
libexec/mail.local/mail.local.c
117
!(pw = getpwnam(from)) || pw->pw_uid != uid))
libexec/rlogind/rlogind.c
625
pwd = getpwnam(lusername);
libexec/rpc.rwalld/rwalld.c
83
struct passwd *pep = getpwnam("nobody");
libexec/tftpd/tftpd.c
265
pwent = getpwnam(tgtuser);
sbin/fsdb/fsdb.c
1565
if ((pwd = getpwnam(argv[1])) != 0) {
sbin/init/init.c
696
pp = getpwnam("root");
sbin/mount/fattr.c
74
if ((pw = getpwnam(s)) != NULL)
sbin/newfs/newfs.c
781
if (!(pp = getpwnam(uname)) && !isdigit((unsigned char)*uname))
tests/kernel/kqueue/t_proc2.c
65
pwd = getpwnam(nam);
tests/kernel/t_lua.c
197
REQUIRE_LIBC(pw = getpwnam("nobody"), NULL);
tests/lib/libc/c063/t_fchownat.c
60
if ((pw = getpwnam(USER)) == NULL)
tests/lib/libc/sys/t_chroot.c
273
pw = getpwnam("nobody");
tests/lib/libc/sys/t_issetugid.c
51
pw = getpwnam("nobody");
tests/lib/libc/sys/t_kill.c
144
pw = getpwnam("operator");
tests/lib/libc/sys/t_kill.c
149
pw = getpwnam("nobody");
tests/lib/libc/sys/t_mkdir.c
120
pw = getpwnam("nobody");
tests/lib/libc/sys/t_msgctl.c
124
pw = getpwnam("nobody");
tests/lib/libc/sys/t_msgctl.c
264
pw = getpwnam("nobody");
tests/lib/libc/sys/t_msgsnd.c
274
pw = getpwnam("nobody");
tests/lib/libc/sys/t_revoke.c
136
pw = getpwnam("nobody");
usr.bin/at/at.c
290
strlen(mailname) > LOGIN_NAME_MAX || getpwnam(mailname) == NULL) {
usr.bin/chpass/chpass.c
158
pw = getpwnam(username);
usr.bin/chpass/chpass.c
187
pw = getpwnam(username);
usr.bin/error/filter.c
85
if ((passwdentry = getpwnam(username)) == NULL)
usr.bin/find/function.c
1868
p = getpwnam(username);
usr.bin/finger/finger.c
199
if ((pw = getpwnam(ep->name)) == NULL)
usr.bin/finger/finger.c
254
if ((pw = getpwnam(*p)) != NULL)
usr.bin/fstat/fstat.c
234
if (!(passwd = getpwnam(optarg))) {
usr.bin/ftp/main.c
483
pw = getpwnam(cp);
usr.bin/getent/getent.c
454
pw = getpwnam(argv[i]);
usr.bin/id/id.c
344
if ((pw = getpwnam(u)) != NULL)
usr.bin/login/login.c
348
pwd = getpwnam(username);
usr.bin/mail/getname.c
68
if ((pw = getpwnam(name)) == NULL)
usr.bin/newsyslog/newsyslog.c
903
if ((*pw = getpwnam(buf)) != NULL) {
usr.bin/newsyslog/newsyslog.c
916
*pw = getpwnam(buf);
usr.bin/passwd/local_passwd.c
174
if (!(pw = getpwnam(username)))
usr.bin/passwd/local_passwd.c
279
if (!(pw = getpwnam(uname))) {
usr.bin/pkill/pkill.c
626
if ((pw = getpwnam(sp)) == NULL)
usr.bin/quota/quota.c
238
struct passwd *pwd = getpwnam(name);
usr.bin/rdist/expand.c
219
if ((pw = getpwnam(expbuf+1)) == NULL) {
usr.bin/rdist/expand.c
588
if ((pw = getpwnam(file)) == NULL) {
usr.bin/rdist/server.c
1089
if ((pw = getpwnam(owner)) == NULL) {
usr.bin/renice/renice.c
96
struct passwd *pwd = getpwnam(*argv);
usr.bin/skeyinfo/skeyinfo.c
65
pw = getpwnam(argv[0]);
usr.bin/skeyinit/skeyinit.c
102
if ((pp = getpwnam(me)) == NULL)
usr.bin/skeyinit/skeyinit.c
149
pp = getpwnam(argv[optind]);
usr.bin/su/su.c
186
if (username == NULL || (pwd = getpwnam(username)) == NULL ||
usr.bin/su/su.c
223
if ((pwd = getpwnam(user)) == NULL)
usr.bin/telnet/commands.c
2249
((pw = getpwnam(user)) && pw->pw_uid != getuid())) {
usr.bin/uudecode/uudecode.c
186
if (!(pw = getpwnam(fn + 1))) {
usr.bin/vacation/vacation.c
241
else if (!(pw = getpwnam(*argv))) {
usr.bin/wall/wall.c
132
pw = getpwnam(ep->name);
usr.bin/wall/wall.c
97
pw = getpwnam("nobody");
usr.sbin/apmd/apmd.c
362
pw = getpwnam(user);
usr.sbin/chroot/chroot.c
102
if ((pw = getpwnam(user)) != NULL)
usr.sbin/edquota/edquota.c
143
if ((pw = getpwnam(name)) != NULL)
usr.sbin/inetd/inetd.c
596
if ((pwd = getpwnam(sep->se_user)) == NULL) {
usr.sbin/lastlogin/lastlogin.c
231
if ((passwd = getpwnam(argv[i])) == NULL) {
usr.sbin/lastlogin/lastlogin.c
314
if ((passwd = getpwnam(argv[i])) == NULL) {
usr.sbin/lpr/lpd/printjob.c
411
if (getpwnam(logname) == NULL) {
usr.sbin/mountd/mountd.c
2087
pw = getpwnam(username);
usr.sbin/npf/npfctl/npf_data.c
280
if ((pw = getpwnam(user)) == NULL) {
usr.sbin/puffs/mount_9p/nineproto.c
64
pw = getpwnam(uid);
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
125
if ((p = getpwnam(usrnam)) == NULL ||
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
136
p = getpwnam(usrnam);
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
413
pw = getpwnam(user);
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
415
pw = getpwnam("nobody");
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
366
p_passwd = getpwnam(a->name);
usr.sbin/rpcbind/rpcbind.c
251
if((p = getpwnam(RUN_AS)) == NULL) {
usr.sbin/rtadvd/rtadvd.c
249
if ((pw = getpwnam(RTADVD_USER)) == NULL) {
usr.sbin/rwhod/rwhod.c
616
pw = getpwnam(newuser);
usr.sbin/sdpd/main.c
172
struct passwd *pwd = getpwnam(user);
usr.sbin/syslogd/syslogd.c
451
if ((pw = getpwnam(user)) != NULL) {
usr.sbin/timed/timedc/timedc.c
270
if ((pw = getpwnam(user)) == NULL) {
usr.sbin/user/user.c
1178
if (!(up->u_flags & F_DUPUID) && getpwnam(login_name) != NULL) {
usr.sbin/user/user.c
1485
getpwnam(newlogin) != NULL) {
usr.sbin/user/user.c
1763
if ((pwp = getpwnam(name)) != NULL) {
usr.sbin/user/user.c
2205
if ((pwp = getpwnam(*argv)) == NULL) {