| /freebsd/usr.bin/id/ |
| H A D | id.c | 185 if (nflag && (pw = getpwuid(id))) in main() 241 pw = getpwuid(rid = getuid()); in pretty() 250 if ((pw = getpwuid(eid))) in pretty() 286 pw = getpwuid(uid); in id_print() 314 if ((pw = getpwuid(euid))) in id_print() 462 if (*u && !*ep && (pw = getpwuid(id))) in who() 472 if ((pw = getpwuid(getuid())) == NULL) in pline() 485 if ((pw = getpwuid(getuid())) == NULL) in dir() 495 if ((pw = getpwuid(getuid())) == NULL) in shell()
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | mpeix.c | 326 #undef getpwuid 327 extern struct passwd *getpwuid __P((uid_t)); 335 if ((result = getpwuid(uid)) != NULL)
|
| /freebsd/contrib/kyua/utils/ |
| H A D | passwd_test.cpp | 96 const struct ::passwd* pw = ::getpwuid(::getuid()); in ATF_TEST_CASE_BODY() 140 const struct ::passwd* pw = ::getpwuid(::getuid()); in ATF_TEST_CASE_BODY()
|
| /freebsd/lib/libc/tests/nss/ |
| H A D | getpw_test.c | 357 pwd = getpwuid(pwd_model->pw_uid); in passwd_test_getpwuid() 517 ATF_TC_WITHOUT_HEAD(getpwuid); 518 ATF_TC_BODY(getpwuid, tc) in ATF_TC_BODY() argument 549 ATF_TP_ADD_TC(tp, getpwuid); in ATF_TP_ADD_TCS()
|
| /freebsd/lib/libcompat/4.4/ |
| H A D | cuserid.c | 43 if ((pwd = getpwuid(geteuid())) == NULL) { in cuserid()
|
| /freebsd/crypto/openssh/ |
| H A D | sftp-server-main.c | 45 if ((user_pw = getpwuid(getuid())) == NULL) { in main()
|
| /freebsd/usr.bin/mail/ |
| H A D | getname.c | 46 if ((pw = getpwuid(uid)) == NULL) in getname()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | k_getpwuid.c | 46 p = getpwuid (uid); in k_getpwuid()
|
| /freebsd/libexec/ulog-helper/ |
| H A D | ulog-helper.c | 66 if ((pw = getpwuid(uid)) != NULL) in get_username()
|
| /freebsd/lib/libc/posix1e/ |
| H A D | acl_id_to_name.c | 68 p = getpwuid(id); in _posix1e_acl_id_to_name()
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | log.c | 57 if ((pwd = getpwuid(getuid())) == NOPWD) in logent()
|
| /freebsd/usr.bin/at/ |
| H A D | perm.c | 93 if ((pentry = getpwuid(uid)) == NULL) in check_permission()
|
| /freebsd/usr.bin/talk/ |
| H A D | get_names.c | 72 if ((pw = getpwuid(getuid())) == NULL) in get_names()
|
| /freebsd/usr.bin/top/ |
| H A D | username.c | 127 if ((pwd = getpwuid(uid)) != NULL) in get_user()
|
| /freebsd/usr.sbin/lpr/lprm/ |
| H A D | lprm.c | 98 if ((p = getpwuid(getuid())) == NULL) in main()
|
| /freebsd/include/ |
| H A D | pwd.h | 148 struct passwd *getpwuid(uid_t);
|
| /freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | authkeys_fuzz.cc | 34 struct passwd *pw = getpwuid(getuid()); in LLVMFuzzerTestOneInput()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | pwcache.c | 67 if ((pw = getpwuid(uid)) == NULL) { in user_from_uid()
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_cd.c | 59 if ((pw = getpwuid(getuid())) == NULL || in ex_cd()
|
| /freebsd/usr.bin/passwd/ |
| H A D | passwd.c | 97 if ((pwd = getpwuid(uid)) == NULL) in main()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | systems.c | 143 pwd = getpwuid(ID0realuid()); in InterpretArg() 214 pwd = getpwuid(ID0realuid()); in AllowUsers()
|
| /freebsd/contrib/netbsd-tests/usr.bin/id/ |
| H A D | pwgr.c | 170 getpwuid(uid_t uid) in getpwuid() function
|
| /freebsd/usr.bin/rwall/ |
| H A D | rwall.c | 133 pw = getpwuid(getuid()); in makemsg()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | get_default_principal.c | 79 struct passwd *pw = getpwuid(uid); in _krb5_get_default_principal_local()
|
| /freebsd/usr.bin/from/ |
| H A D | from.c | 89 if (!(pwd = getpwuid(getuid()))) in main()
|