Searched refs:getpwnam (Results 51 - 75 of 198) sorted by relevance

12345678

/freebsd-11-stable/usr.bin/newkey/
H A Dnewkey.c122 pw = getpwnam(argv[2]);
/freebsd-11-stable/contrib/amd/amd/
H A Dops_pcfs.c161 if ((pw = getpwnam(str)) != NULL)
H A Dops_udf.c113 if ((pw = getpwnam(s)) != NULL)
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c91 * According to getpwnam(3) we have to clear errno before calling the
93 * entry (with is not treated as error by getpwnam(3)).
96 pw = getpwnam(user);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_revoke.c145 pw = getpwnam("nobody");
/freebsd-11-stable/usr.sbin/jexec/
H A Djexec.c161 pwd = getpwnam(username);
164 err(1, "getpwnam: %s", username);
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.c65 getpwnam,
/freebsd-11-stable/usr.bin/env/
H A Denv.c145 pw = getpwnam(login_name);
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpopen.c159 if ((pwd = getpwnam(usernm)) == NULL)
/freebsd-11-stable/contrib/opie/
H A Dopiepasswd.c129 pp = getpwnam(username);
182 if ((pp = getpwnam(argv[optind])) == NULL) {
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c175 pwd = getpwnam(user);
395 pwd = getpwnam(user);
/freebsd-11-stable/contrib/tcp_wrappers/
H A Doptions.c277 struct passwd *getpwnam();
282 if ((pwd = getpwnam(value)) == 0)
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c703 if ((pw = getpwnam(optarg)) == NULL)
774 if ((pw = getpwnam(optarg)) == NULL)
784 if ((pw = getpwnam(optarg)) == NULL)
/freebsd-11-stable/contrib/libc-pwcache/
H A Dpwcache.c129 static struct passwd * (*_pwcache_getpwnam)(const char *) = getpwnam;
597 return (getpwnam(name));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py178 id = decodeid(w, pwd.getpwnam,
190 id = pwd.getpwnam(w)[2]
/freebsd-11-stable/contrib/dma/
H A Ddma.c224 pw = getpwnam(it->addr);
440 pw = getpwnam(DMA_ROOT_USER);
H A Dutil.c195 pwd = getpwnam(name);
/freebsd-11-stable/tests/sys/acl/
H A Drun161 my ($login, $pass, $uid, $gid) = getpwnam($user)
/freebsd-11-stable/usr.bin/su/
H A Dsu.c259 pwd = getpwnam(username);
323 pwd = getpwnam(user);
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h225 #pragma redefine_extname getpwnam __mfwrap_getpwnam
/freebsd-11-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c149 getpwuid(atoi(optarg)) : getpwnam(optarg);
/freebsd-11-stable/crypto/heimdal/appl/kf/
H A Dkfd.c211 pwd = getpwnam ((char *)(remotename.data));
214 krb5_warnx(context, "getpwnam: %s failed",(char *)(remotename.data));
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dconfig.c176 pw = getpwnam(system_user);
/freebsd-11-stable/contrib/pf/pflogd/
H A Dprivsep.c87 pw = getpwnam("_pflogd");
/freebsd-11-stable/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c194 if (getpwnam(user) == NULL) {

Completed in 163 milliseconds

12345678