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

1 2 3 4 5 6 7 8

  /src/usr.bin/mail/
getname.c 68 if ((pw = getpwnam(name)) == NULL)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
k_getpwnam.c 48 p = getpwnam (user);
getxxyyy.c 59 p = getpwnam(name);
99 p = getpwnam(name);
125 p = getpwnam(name);
  /src/external/gpl2/gettext/dist/djgpp/
djpwd.h 2 Needed by getpwnam.c
37 struct passwd * getpwnam(const char *_name);
getpwnam.c 21 getpwnam(const char *name) function
  /src/external/mpl/bind/dist/bin/confgen/
os.c 32 pw = getpwnam(user);
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
cvsuser.c 26 struct passwd * getpwnam (const char *name) function
  /src/external/ibm-public/postfix/dist/src/util/
chroot_uid.c 56 if ((pwd = getpwnam(user_name)) == 0)
  /src/usr.bin/skeyinfo/
skeyinfo.c 65 pw = getpwnam(argv[0]);
  /src/external/bsd/libarchive/dist/cpio/
cpio_windows.h 16 #define getpwnam(name) NULL macro
  /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
  /src/sbin/mount/
fattr.c 74 if ((pw = getpwnam(s)) != NULL)
  /src/external/bsd/atf/dist/tools/
user.cpp 66 const struct passwd* pw = ::getpwnam(user.c_str());
  /src/external/bsd/top/dist/
username.c 143 if ((pwd = getpwnam(xusername)) == 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/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");
  /src/tests/usr.bin/id/
pwgr.c 150 getpwnam(const char *login) function
  /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/external/bsd/am-utils/dist/amd/
info_passwd.c 102 pw = getpwnam(key);
  /src/external/bsd/openldap/dist/servers/slapd/
user.c 75 pwd = getpwnam( user );
  /src/libexec/httpd/
tilde-luzah-bozo.c 79 pw = getpwnam(user);

Completed in 38 milliseconds

1 2 3 4 5 6 7 8