Searched refs:getpwnam (Results 101 - 125 of 198) sorted by relevance

12345678

/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c441 pw = getpwnam(user);
/freebsd-11-stable/usr.sbin/ppp/
H A Dsystems.c149 pwd = getpwnam(to);
H A Dauth.c134 result = (pw = getpwnam(name)) &&
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Drsaencpwd.c459 if (pwd = getpwnam(name))
H A Dsra.c421 if ((pwd=getpwnam(usr))==NULL)
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h523 extern struct passwd *getpwuid(), *getpwnam(), *getpwent();
H A Dsh.misc.c616 while ((res = getpwnam(name)) == NULL && errno == EINTR) {
/freebsd-11-stable/contrib/sendmail/editmap/
H A Deditmap.c239 pw = getpwnam(b);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1340 extern struct passwd *getpwnam();
1653 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
1905 # define getpwnam sendmail_mpe_getpwnam macro
/freebsd-11-stable/contrib/opie/
H A Dglob.c327 register struct passwd *pp = getpwnam(home);
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c378 pw = getpwnam(user);
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c508 pwd = getpwnam(lusername);
/freebsd-11-stable/sbin/devfs/
H A Drule.c378 pw = getpwnam(av[1]);
/freebsd-11-stable/usr.bin/rctl/
H A Drctl.c62 pwd = getpwnam(s);
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c155 if (!(pw = getpwnam(optarg)))
/freebsd-11-stable/usr.bin/fstat/
H A Dfstat.c139 if (!(passwd = getpwnam(optarg)))
/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c544 if ((pwd = getpwnam(username)) == NULL)
545 errx(1, "getpwnam failed: No such user");
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c677 pw = getpwnam(user);
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddo_command.c282 if ((pwd = getpwnam(usernm)) == NULL)
/freebsd-11-stable/libexec/rshd/
H A Drshd.c357 pwd = getpwnam(luser);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmbdb.c79 ** is used by default; this implementation uses getpwnam().
84 ** "pw" means use getpwnam().
282 ** MBDB_PW_INITIALIZE -- initialize getpwnam() version
319 /* DEC Hesiod getpwnam accepts numeric strings -- short circuit it */
332 pw = getpwnam(name);
338 ** user unknown <-> getpwnam() == NULL && errno == 0
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c152 pw = getpwnam(b);
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drshd.c147 pwd = getpwnam(*server_username);
710 pwd = getpwnam (server_user);
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c314 pwd = getpwnam(username);
812 pwd = getpwnam(tmpl_user);
/freebsd-11-stable/crypto/openssh/
H A Dauth2-pubkey.c666 pw = getpwnam(username);
995 pw = getpwnam(username);

Completed in 638 milliseconds

12345678