Home
last modified time | relevance | path

Searched refs:getpwnam (Results 1 – 25 of 84) sorted by relevance

1234

/original-bsd/usr.bin/uucp/libuu/
H A Dgetpwinfo.c35 pwd = getpwnam(l);
64 struct passwd *getpwnam();
66 if ((pwd = getpwnam(name)) == NULL) {
/original-bsd/usr.bin/mail/
H A Dc.local.c105 struct passwd *getpwnam();
107 if ((gp = getpwnam(name)) == (struct passwd *) 0)
H A Dgetname.c43 if ((pw = getpwnam(name)) == NULL)
H A Ding.local.c65 if (getpwnam(myname, pwline) < 0)
/original-bsd/lib/libc/gen/
H A Dgetpwnam.c8 getpwnam(name) in getpwnam() function
H A Dgetpwnamuid.c58 getpwnam(nam) in getpwnam() function
/original-bsd/include/
H A Dpwd.h55 struct passwd *getpwnam __P((const char *));
/original-bsd/old/berknet/
H A Dprmail.c89 pwd = getpwnam(username);
213 pwd = getpwnam(sn);
H A Dmach.c99 pwd = getpwnam(sn);
387 getpwnam(name) in getpwnam() function
570 pwd = getpwnam(sn); in PwdCurrent()
/original-bsd/usr.bin/finger/
H A Dfinger.c137 if ((pw = getpwnam(name)) == NULL) in loginlist()
192 if ((pw = getpwnam(*p)) != NULL)
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dpath.c77 struct passwd *passwd, *getpwnam();
113 passwd = getpwnam(username);
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dpath.c81 struct passwd *passwd, *getpwnam();
113 passwd = getpwnam(username); /* check password file */
/original-bsd/old/groups/
H A Dgroups.c60 if ((pw = getpwnam(user)) == NULL) {
/original-bsd/usr.bin/at/atrm/
H A Datrm.c381 if ((pwdinfo = getpwnam(name)) == 0)
399 if (logname == NULL || (pwdinfo = getpwnam(logname)) == NULL ||
/original-bsd/usr.bin/renice/
H A Drenice.c62 register struct passwd *pwd = getpwnam(*argv);
/original-bsd/libexec/uucpd/
H A Duucpd.c137 struct passwd *pw, *getpwnam();
147 pw = getpwnam(user);
/original-bsd/usr.sbin/amd/amd/
H A Dinfo_passwd.c64 pw = getpwnam(key);
/original-bsd/usr.bin/chpass/
H A Dchpass.c85 if (!(pw = getpwnam(*argv)))
/original-bsd/usr.bin/passwd/
H A Dlocal_passwd.c104 if (!(pw = getpwnam(uname)))
/original-bsd/libexec/bugfiler/
H A Dbugfiler.c73 if (!(pwd = getpwnam(BUGS_ID)))
/original-bsd/games/canfield/cfscores/
H A Dcfscores.c67 pw = getpwnam(argv[1]);
/original-bsd/usr.bin/uucp/uusend/
H A Duusend.c69 struct passwd *getpwnam();
214 user = getpwnam(destname+1);
/original-bsd/bin/pax/
H A Dcache.c369 if ((pw = getpwnam(name)) == NULL)
376 if ((pw = getpwnam(name)) == NULL) {
/original-bsd/usr.bin/uucp/vms/
H A Duucpd.c29 struct passwd *getpwnam();
102 pwd = getpwnam(user);
/original-bsd/usr.bin/su/
H A Dsu.c102 if (username == NULL || (pwd = getpwnam(username)) == NULL ||
120 if ((pwd = getpwnam(user)) == NULL) {

1234