Searched refs:getpwnam (Results 151 - 175 of 197) sorted by relevance

12345678

/freebsd-10.3-release/usr.bin/getent/
H A Dgetent.c401 pw = getpwnam(argv[i]);
/freebsd-10.3-release/usr.sbin/rpc.lockd/
H A Dkern.c164 pw = getpwnam(DAEMON_USERNAME);
166 syslog(LOG_ERR, "getpwnam: %s: %m", DAEMON_USERNAME);
/freebsd-10.3-release/usr.sbin/rpcbind/
H A Drpcbind.c221 if((p = getpwnam(RUN_AS)) == NULL) {
/freebsd-10.3-release/usr.sbin/rwhod/
H A Drwhod.c309 pw = getpwnam(UNPRIV_USER);
311 syslog(LOG_ERR, "getpwnam(%s): %m", UNPRIV_USER);
/freebsd-10.3-release/lib/libugidfw/
H A Dugidfw.c521 pwd = getpwnam(spec1);
539 pwd = getpwnam(spec2);
/freebsd-10.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1958 WRAPPER2(struct passwd *, getpwnam, const char *name)
1962 "getpwnam name");
1963 buf = getpwnam (name);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c467 if (getpwnam(logname) == NULL) {
946 if (getpwnam(logname) == NULL) {
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntpd.c993 if ((pw = getpwnam(user)) != NULL) {
998 msyslog(LOG_ERR, "getpwnam(%s) failed: %m", user);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp142 user_entry = ::getpwnam (user_name);
/freebsd-10.3-release/contrib/opie/
H A Dopielogin.c247 if (!(pwd = getpwnam(name)))
H A Dopieftpd.c350 * Save the result of a getpwnam. Used for USER command, since
363 if ((p = getpwnam(name)) == NULL)
/freebsd-10.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c275 pw = getpwnam(NOPRIV_USER);
/freebsd-10.3-release/contrib/sendmail/mail.local/
H A Dmail.local.c407 (pw = getpwnam(from)) == NULL ||
/freebsd-10.3-release/crypto/openssh/
H A Dloginrec.c384 pw = getpwnam(li->username);
H A Dmisc.c539 if ((pw = getpwnam(user)) == NULL)
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c404 if ((pwd = getpwnam((char*) patbuf)) == NULL)
/freebsd-10.3-release/sbin/fsdb/
H A Dfsdb.c1052 if ((pwd = getpwnam(argv[1]))) {
/freebsd-10.3-release/bin/ps/
H A Dps.c897 pwd = getpwnam(elem);
/freebsd-10.3-release/usr.sbin/edquota/
H A Dedquota.c346 if ((pw = getpwnam(name)))
/freebsd-10.3-release/usr.sbin/jail/
H A Dcommand.c882 *pwdp = pwd = username ? getpwnam(username) : getpwuid(getuid());
885 jail_warnx(j, "getpwnam%s%s: %s", username ? " " : "",
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h488 extern struct passwd * getpwnam(const char *);
/freebsd-10.3-release/libexec/ftpd/
H A Dftpd.c946 * Save the result of a getpwnam. Used for USER command, since
950 * the next call to this function. Its difference from getpwnam()
959 if ((p = getpwnam(name)) == NULL)
1327 *ppw = getpwnam(tmpl_user);
H A Dftpcmd.y1696 if ((ppw = getpwnam(user)) != NULL) {
/freebsd-10.3-release/sbin/dhclient/
H A Ddhclient.c450 if ((pw = getpwnam("_dhcp")) == NULL) {
452 if ((pw = getpwnam("nobody")) == NULL)
/freebsd-10.3-release/contrib/tcpdump/
H A Dtcpdump.c546 pw = getpwnam(username);

Completed in 794 milliseconds

12345678