/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | getxxyyy.c | 59 p = getpwnam(name); in copypw() 99 p = getpwnam(name); in rk_getpwnam_r() 125 p = getpwnam(name); in rk_getpwnam_r()
|
H A D | k_getpwnam.c | 48 p = getpwnam (user); in k_getpwnam()
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_getpwent.c | 53 __warn_references(getpwnam, 75 __weak_alias(getpwnam, _getpwnam) in __weak_alias() 105 getpwnam(const char *name) in getpwnam() function
|
/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | pcnfsd_misc.c | 125 if ((p = getpwnam(usrnam)) == NULL || in get_password() 136 p = getpwnam(usrnam); in get_password() 413 pw = getpwnam(user); in su_popen() 415 pw = getpwnam("nobody"); in su_popen()
|
/netbsd-src/distrib/utils/libhack/ |
H A D | getpwent.c | 45 #define getpwnam _getpwnam macro 58 __weak_alias(getpwnam,__getpwnam50) 113 getpwnam(const char *name) in getpwnam() function
|
/netbsd-src/usr.bin/chpass/ |
H A D | chpass.c | 158 pw = getpwnam(username); in main() 187 pw = getpwnam(username); in main()
|
/netbsd-src/usr.bin/finger/ |
H A D | finger.c | 199 if ((pw = getpwnam(ep->name)) == NULL) in loginlist() 254 if ((pw = getpwnam(*p)) != NULL) in userlist()
|
/netbsd-src/usr.bin/passwd/ |
H A D | local_passwd.c | 174 if (!(pw = getpwnam(username))) in pwlocal_process() 279 if (!(pw = getpwnam(uname))) { in local_chpw()
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_kill.c | 144 pw = getpwnam("operator"); in ATF_TC_BODY() 149 pw = getpwnam("nobody"); in ATF_TC_BODY()
|
H A D | t_msgctl.c | 124 pw = getpwnam("nobody"); in ATF_TC_BODY() 264 pw = getpwnam("nobody"); in ATF_TC_BODY()
|
/netbsd-src/external/bsd/kyua-testers/dist/ |
H A D | run_test.c | 491 const struct passwd* pw = getpwnam(atf_tc_get_config_var( in ATF_TC_BODY() 512 const struct passwd* pw = getpwnam(atf_tc_get_config_var( in ATF_TC_BODY() 533 const struct passwd* pw = getpwnam(atf_tc_get_config_var( in ATF_TC_BODY() 628 const struct passwd* pw = getpwnam(atf_tc_get_config_var( in ATF_TC_BODY()
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | getpwent_r.c | 62 struct passwd *pw = getpwnam(login); 78 struct passwd *pw = getpwnam(login);
|
/netbsd-src/usr.bin/mail/ |
H A D | getname.c | 68 if ((pw = getpwnam(name)) == NULL) in getuserid()
|
/netbsd-src/usr.bin/wall/ |
H A D | wall.c | 97 pw = getpwnam("nobody"); in main() 132 pw = getpwnam(ep->name); in main()
|
/netbsd-src/external/gpl2/gettext/dist/djgpp/ |
H A D | djpwd.h | 37 struct passwd * getpwnam(const char *_name);
|
H A D | getpwnam.c | 21 getpwnam(const char *name) in getpwnam() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/ |
H A D | cvsuser.c | 26 struct passwd * getpwnam (const char *name) in getpwnam() function
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | chroot_uid.c | 56 if ((pwd = getpwnam(user_name)) == 0) in chroot_uid()
|
/netbsd-src/usr.bin/skeyinfo/ |
H A D | skeyinfo.c | 65 pw = getpwnam(argv[0]); in main()
|
/netbsd-src/sbin/mount/ |
H A D | fattr.c | 74 if ((pw = getpwnam(s)) != NULL) in a_uid()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | tilde.c | 63 extern struct passwd *getpwnam (const char *); 386 user_entry = getpwnam (username); in tilde_expand_word()
|
/netbsd-src/usr.bin/skeyinit/ |
H A D | skeyinit.c | 102 if ((pp = getpwnam(me)) == NULL) in main() 149 pp = getpwnam(argv[optind]); in main()
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | user.cpp | 66 const struct passwd* pw = ::getpwnam(user.c_str()); in get_user_ids()
|
/netbsd-src/external/bsd/top/dist/ |
H A D | username.c | 143 if ((pwd = getpwnam(xusername)) == NULL) in userid()
|
/netbsd-src/include/ |
H A D | pwd.h | 123 struct passwd *getpwnam(const char *) __RENAME(__getpwnam50);
|