HomeSort by: relevance | last modified time | path
    Searched refs:getpwnam (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /src/usr.bin/mail/
getname.c 68 if ((pw = getpwnam(name)) == NULL)
  /src/usr.bin/skeyinfo/
skeyinfo.c 65 pw = getpwnam(argv[0]);
  /src/lib/libc/compat/gen/
compat_getpwent.c 53 __warn_references(getpwnam,
54 "warning: reference to compatibility getpwnam(); include <pwd.h> to generate correct reference")
75 __weak_alias(getpwnam, _getpwnam)
105 getpwnam(const char *name) function in typeref:struct:passwd50 *
  /src/sbin/mount/
fattr.c 74 if ((pw = getpwnam(s)) != NULL)
  /src/usr.bin/chpass/
chpass.c 158 pw = getpwnam(username);
187 pw = getpwnam(username);
  /src/usr.bin/finger/
finger.c 199 if ((pw = getpwnam(ep->name)) == NULL)
254 if ((pw = getpwnam(*p)) != NULL)
  /src/games/canfield/cfscores/
cfscores.c 93 pw = getpwnam(argv[1]);
  /src/include/
pwd.h 123 struct passwd *getpwnam(const char *) __RENAME(__getpwnam50);
  /src/libexec/httpd/
tilde-luzah-bozo.c 79 pw = getpwnam(user);
  /src/tests/kernel/kqueue/
t_proc2.c 65 pwd = getpwnam(nam);
67 err(EXIT_FAILURE, "getpwnam(\"%s\")", nam);
  /src/tests/lib/libc/sys/
t_issetugid.c 51 pw = getpwnam("nobody");
t_mkdir.c 120 pw = getpwnam("nobody");
t_revoke.c 136 pw = getpwnam("nobody");
t_kill.c 144 pw = getpwnam("operator");
149 pw = getpwnam("nobody");
155 atf_tc_fail("getpwnam(3) failed");
  /src/tests/usr.bin/id/
pwgr.c 150 getpwnam(const char *login) function in typeref:struct:passwd *
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c 125 if ((p = getpwnam(usrnam)) == NULL ||
136 p = getpwnam(usrnam);
413 pw = getpwnam(user);
415 pw = getpwnam("nobody");
  /src/distrib/utils/libhack/
getpwent.c 45 #define getpwnam _getpwnam macro
58 __weak_alias(getpwnam,__getpwnam50)
113 getpwnam(const char *name) function in typeref:struct:passwd *
  /src/lib/libc/compat/include/
pwd.h 56 struct passwd50 *getpwnam(const char *);
  /src/libexec/rpc.rwalld/
rwalld.c 83 struct passwd *pep = getpwnam("nobody");
  /src/usr.bin/renice/
renice.c 96 struct passwd *pwd = getpwnam(*argv);
  /src/usr.sbin/chroot/
chroot.c 102 if ((pw = getpwnam(user)) != NULL)
  /src/usr.sbin/sdpd/
main.c 172 struct passwd *pwd = getpwnam(user);
  /src/usr.bin/error/
filter.c 85 if ((passwdentry = getpwnam(username)) == NULL)
  /src/usr.bin/wall/
wall.c 97 pw = getpwnam("nobody");
132 pw = getpwnam(ep->name);
  /src/usr.bin/passwd/
local_passwd.c 174 if (!(pw = getpwnam(username)))
279 if (!(pw = getpwnam(uname))) {

Completed in 51 milliseconds

1 2 3 4