Home
last modified time | relevance | path

Searched refs:getpwuid (Results 1 – 25 of 224) sorted by relevance

123456789

/netbsd/usr.bin/id/
H A Did.c149 if (nflag && (pw = getpwuid(id))) in main()
191 pw = getpwuid(rid = getuid()); in pretty()
200 if ((pw = getpwuid(eid)) != NULL) in pretty()
228 if ((pw = getpwuid(uid)) != NULL) in current()
236 if ((pw = getpwuid(euid)) != NULL) in current()
347 if (*u && !*ep && (pw = getpwuid(id))) in who()
/netbsd/lib/libc/compat/gen/
H A Dcompat_getpwent.c51 __warn_references(getpwuid,
73 __weak_alias(getpwuid, _getpwuid) in __weak_alias()
98 getpwuid(uid_t uid) in getpwuid() function
/netbsd/distrib/utils/libhack/
H A Dgetpwent.c44 #define getpwuid _getpwuid macro
57 __weak_alias(getpwuid,__getpwuid50)
139 getpwuid(uid_t uid) in getpwuid() function
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dshell.c67 extern struct passwd *getpwuid PARAMS((uid_t));
168 entry = getpwuid (getuid ()); in sh_get_home_dir()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dshell.c67 extern struct passwd *getpwuid PARAMS((uid_t));
168 entry = getpwuid (getuid ()); in sh_get_home_dir()
/netbsd/games/sail/
H A Dlo_main.c103 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL) in lo_curses()
145 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL) in lo_main()
/netbsd/usr.bin/chpass/
H A Dchpass.c160 pw = getpwuid(uid); in main()
193 pw = getpwuid(uid); in main()
/netbsd/external/bsd/kyua-cli/dist/utils/
H A Dpasswd_test.cpp96 const struct ::passwd* pw = ::getpwuid(::getuid()); in ATF_TEST_CASE_BODY()
140 const struct ::passwd* pw = ::getpwuid(::getuid()); in ATF_TEST_CASE_BODY()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dusername.c46 if ((pwd = getpwuid(uid)) == 0) in username()
H A Dfullname.c75 if ((pwd = getpwuid(uid)) == 0) in fullname()
/netbsd/external/bsd/libbind/dist/irs/
H A Dgetpwent_r.c99 struct passwd *pw = getpwuid(uid);
115 struct passwd *pw = getpwuid(uid);
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp-server-main.c47 if ((user_pw = getpwuid(getuid())) == NULL) { in main()
/netbsd/usr.bin/mail/
H A Dgetname.c54 if ((pw = getpwuid(uid)) == NULL) in getname()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dk_getpwuid.c48 p = getpwuid (uid); in k_getpwuid()
/netbsd/external/gpl2/gettext/dist/djgpp/
H A Ddjpwd.h36 struct passwd * getpwuid(uid_t _uid);
/netbsd/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.h37 #define getpwuid(id) NULL macro
/netbsd/usr.bin/skeyinfo/
H A Dskeyinfo.c63 pw = getpwuid(uid); in main()
/netbsd/lib/libc/posix1e/
H A Dacl_id_to_name.c74 p = getpwuid(id); in _posix1e_acl_id_to_name()
/netbsd/usr.bin/at/
H A Dperm.c94 if ((pentry = getpwuid(uid)) == NULL) { in check_permission()
/netbsd/external/bsd/top/dist/
H A Dusername.c116 if ((pw = getpwuid(xuid)) != NULL) in username()
/netbsd/share/man/tools/
H A Dbadcref326 getpwuid(3)
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dgetlog.c94 struct passwd *pw = getpwuid (geteuid ()); in PREFIX()
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dgetlog.c94 struct passwd *pw = getpwuid (geteuid ()); in PREFIX()
/netbsd/usr.bin/resize/
H A Dresize.h72 struct passwd *p = getpwuid(uid); in x_getpwuid()
/netbsd/usr.sbin/lpr/lprm/
H A Dlprm.c97 if ((p = getpwuid(getuid())) == NULL) in main()

123456789