Searched refs:getpwuid (Results 1 - 25 of 146) sorted by relevance

123456

/freebsd-11-stable/usr.bin/mail/
H A Dgetname.c52 if ((pw = getpwuid(uid)) == NULL)
/freebsd-11-stable/lib/libcompat/4.4/
H A Dcuserid.c46 if ((pwd = getpwuid(geteuid())) == NULL) {
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server-main.c46 if ((user_pw = getpwuid(getuid())) == NULL) {
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dk_getpwuid.c46 p = getpwuid (uid);
/freebsd-11-stable/contrib/libreadline/
H A Dshell.c66 extern struct passwd *getpwuid PARAMS((uid_t));
168 entry = getpwuid (getuid ());
/freebsd-11-stable/libexec/ulog-helper/
H A Dulog-helper.c66 if ((pw = getpwuid(uid)) != NULL)
/freebsd-11-stable/usr.bin/tip/tip/
H A Dlog.c65 if ((pwd = getpwuid(getuid())) == NOPWD)
/freebsd-11-stable/usr.bin/id/
H A Did.c188 if (nflag && (pw = getpwuid(id)))
220 pw = getpwuid(id);
241 pw = getpwuid(rid = getuid());
250 if ((pw = getpwuid(eid)))
307 if ((pw = getpwuid(euid)))
455 if (*u && !*ep && (pw = getpwuid(id)))
466 if ((pw = getpwuid(getuid())) == NULL)
467 err(1, "getpwuid");
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_id_to_name.c69 p = getpwuid(id);
/freebsd-11-stable/usr.bin/talk/
H A Dget_names.c76 if ((pw = getpwuid(getuid())) == NULL)
/freebsd-11-stable/usr.bin/at/
H A Dperm.c95 if ((pentry = getpwuid(uid)) == NULL)
/freebsd-11-stable/usr.bin/chkey/
H A Dchkey.c135 pw = getpwuid(uid);
147 pw = getpwuid(0);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dpwgr.c170 getpwuid(uid_t uid) function
/freebsd-11-stable/contrib/top/
H A Dusername.c157 /* no performance penalty for using getpwuid makes it easy */
158 if ((pwd = getpwuid(uid)) != NULL)
167 * If we just called getpwuid each time, things would be very slow
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dpwcache.c67 if ((pw = getpwuid(uid)) == NULL) {
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c79 struct passwd *pw = getpwuid(uid);
/freebsd-11-stable/include/
H A Dpwd.h149 struct passwd *getpwuid(uid_t);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cd.c63 if ((pw = getpwuid(getuid())) == NULL ||
/freebsd-11-stable/usr.sbin/lpr/lprm/
H A Dlprm.c110 if ((p = getpwuid(getuid())) == NULL)
/freebsd-11-stable/usr.bin/passwd/
H A Dpasswd.c100 if ((pwd = getpwuid(uid)) == NULL)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmpeix.c315 ** SENDMAIL_MPE_GETPWUID -- shadow function for getpwuid()
326 #undef getpwuid macro
327 extern struct passwd *getpwuid __P((uid_t));
335 if ((result = getpwuid(uid)) != NULL)
/freebsd-11-stable/contrib/apr/user/unix/
H A Duserinfo.c140 if ((pw = getpwuid(userid)) == NULL) {
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.c175 (pwd = getpwuid(getuid())) != NULL)
/freebsd-11-stable/usr.bin/from/
H A Dfrom.c99 if (!(pwd = getpwuid(getuid())))
/freebsd-11-stable/usr.bin/rwall/
H A Drwall.c144 pw = getpwuid(getuid());

Completed in 285 milliseconds

123456