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

12345678

/freebsd-11-stable/usr.bin/find/
H A Dfunction.c1625 * an equivalent of the getpwnam() S9.2.2 [POSIX.1] function does not
1646 p = getpwnam(username);
/freebsd-11-stable/bin/ps/
H A Dps.c928 pwd = getpwnam(elem);
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1698 if ((ppw = getpwnam(user)) != NULL) {
/freebsd-11-stable/sbin/init/
H A Dinit.c903 pp = getpwnam("root");
/freebsd-11-stable/crypto/openssh/
H A Dsshd.c1669 if ((privsep_pw = getpwnam(SSH_PRIVSEP_USER)) == NULL) {
H A Dservconf.c769 if ((pw = getpwnam(user)) == NULL) {
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2488 ((pw = getpwnam(user)) && pw->pw_uid != getuid())) {
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c607 pw = getpwnam(username);
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1227 * at all with getpwnam() or will only do so if you're root.
1244 if ((user = getpwnam(username)) == NULL)
/freebsd-11-stable/lib/libc/gen/
H A Dgetpwent.c680 getpwnam(const char *name) function
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1175 if ((pwd = getpwnam(q)) == NULL)
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c2739 pw = getpwnam(name);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c2154 if((pwd = getpwnam(cfg->username)) != NULL) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c5160 p = getpwnam(curr);
5187 p = getpwnam(curr);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc92 #define getpwnam __getpwnam50
1902 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) {
1904 COMMON_INTERCEPTOR_ENTER(ctx, getpwnam, name);
1907 __sanitizer_passwd *res = REAL(getpwnam)(name);
1934 COMMON_INTERCEPT_FUNCTION(getpwnam); \
/freebsd-11-stable/contrib/ee/
H A Dee.c4908 user = (struct passwd *) getpwnam((name + 1));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c3052 pw = getpwnam(cp);
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c4579 ** SM_GETPW{NAM,UID} -- wrapper for getpwnam and getpwuid
4591 return getpwnam(user);
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y3341 if ((pw = getpwnam($1)) == NULL) {
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c4644 pwd = (*end == '\0') ? getpwuid(uid) : getpwnam(*av);
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure4317 for ac_func in getlogin cuserid getpwnam getpwuid getpwent getgrnam getgrgid getgrent
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure4631 for ac_func in getpwent getpwnam getpwuid
/freebsd-11-stable/contrib/unbound/
H A Dconfigure20350 for ac_func in tzset sigprocmask fcntl getpwnam endpwent getrlimit setrlimit setsid chroot kill chown sleep usleep random srandom recvmsg sendmsg writev socketpair glob initgroups strftime localtime_r setusercontext _beginthreadex endservent endprotoent fsync shmget accept4 getifaddrs

Completed in 555 milliseconds

12345678