Searched refs:getpwnam (Results 76 - 100 of 198) sorted by relevance

12345678

/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c228 if ((p = getpwnam(user)) != NULL)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkuserok.c258 pwd = getpwnam (luser);
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c153 pw = getpwnam(utmp->ut_user);
/freebsd-11-stable/usr.sbin/chown/
H A Dchown.c252 uid = ((pw = getpwnam(s)) != NULL) ? pw->pw_uid : id(s, "user");
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c308 if ((pw = getpwnam(val)) == NULL)
/freebsd-11-stable/usr.sbin/nscd/agents/
H A Dpasswd.c173 result = getpwnam(login);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fchownat.c60 if ((pw = getpwnam(USER)) == NULL)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_chroot.c274 pw = getpwnam("nobody");
H A Dt_msgsnd.c298 pw = getpwnam("nobody");
/freebsd-11-stable/sbin/hastd/
H A Dsubr.c166 * According to getpwnam(3) we have to clear errno before calling the
168 * entry (with is not treated as error by getpwnam(3)).
171 pw = getpwnam(HAST_USER);
/freebsd-11-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c260 if ((pw = getpwnam(s)) != NULL)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c66 * Installs functions that use getpwnam()/getgrnam()---along with
68 * object. This is in a separate file because getpwnam()/getgrnam()
82 * getpwnam()!
222 result = getpwnam(uname);
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c412 if (pwd = getpwnam(name))
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddatabase.c165 * to getpwnam() for . and .., and also because user names
181 * getpwnam() in do_command.c's child_process to verify MAILTO=,
265 if (strcmp(fname, SYS_NAME) && !(pw = getpwnam(uname))) {
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c186 if ((passwd = getpwnam(username)) == NULL)
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcmdline.c348 if ((pwent = getpwnam(user)) != NULL) {
/freebsd-11-stable/usr.bin/login/
H A Dlogin.c324 pwd = getpwnam(username);
712 pwd = getpwnam(tmpl_user);
/freebsd-11-stable/bin/pax/
H A Dsel_subs.c129 if ((pw = getpwnam(str)) == NULL) {
/freebsd-11-stable/contrib/opie/
H A Dopiesu.c150 if (!(pwd = getpwnam(name)))
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c114 pw = getpwnam(NOPRIV_USER);
/freebsd-11-stable/lib/libpam/modules/pam_radius/
H A Dpam_radius.c323 if (getpwnam(tmpuser) == NULL) {
/freebsd-11-stable/usr.bin/finger/
H A Dutil.c200 if ((pw = getpwnam(name)) && hide(pw))
/freebsd-11-stable/usr.bin/id/
H A Did.c452 if ((pw = getpwnam(u)))
/freebsd-11-stable/usr.bin/uudecode/
H A Duudecode.c229 pw = getpwnam(q + 1);
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c273 pw = getpwnam(user);

Completed in 153 milliseconds

12345678