/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 84 getpwent.c \ 250 getpwent.3 \ 418 MLINKS+=getpwent.3 endpwent.3 \ 419 getpwent.3 getpwnam.3 \ 420 getpwent.3 getpwuid.3 \ 421 getpwent.3 setpassent.3 \ 422 getpwent.3 setpwent.3 \ 423 getpwent.3 setpwfile.3 \ 424 getpwent.3 getpwent_r.3 \ 425 getpwent.3 getpwnam_r.3 \ [all …]
|
H A D | Symbol.map | 174 getpwent;
|
H A D | getpwent.c | 706 getpwent(void) in getpwent() function
|
/freebsd/lib/libc/tests/nss/ |
H A D | getpw_test.c | 247 while ((pwd = getpwent()) != NULL) { in passwd_fill_test_data() 485 ATF_TC_WITHOUT_HEAD(getpwent); 486 ATF_TC_BODY(getpwent, tc) in ATF_TC_BODY() argument 544 ATF_TP_ADD_TC(tp, getpwent); in ATF_TP_ADD_TCS()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_setuid.c | 87 while ((pw = getpwent()) != NULL) { in ATF_TC_BODY()
|
/freebsd/include/ |
H A D | pwd.h | 152 struct passwd *getpwent(void);
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | TildeExpressionResolver.cpp | 61 while ((user_entry = getpwent()) != nullptr) { in ResolvePartial()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | xcrypt.c | 82 while ((pw = getpwent()) != NULL) { in pick_salt()
|
/freebsd/usr.bin/calendar/ |
H A D | calendar.c | 201 while ((pw = getpwent()) != NULL) { in main()
|
/freebsd/usr.sbin/pw/ |
H A D | pw.c | 58 getpwent,
|
/freebsd/usr.bin/finger/ |
H A D | finger.c | 339 while ((pw = getpwent()) != NULL) { in userlist()
|
/freebsd/usr.sbin/nscd/agents/ |
H A D | passwd.c | 208 result = getpwent(); in passwd_mp_lookup_func()
|
/freebsd/usr.sbin/repquota/ |
H A D | repquota.c | 145 while ((pw = getpwent()) != 0) in main()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 523 extern struct passwd *getpwuid(), *getpwnam(), *getpwent();
|
H A D | sh.file.c | 484 if ((pw = getpwent()) == NULL) in getitem()
|
H A D | tw.init.c | 622 pw = getpwent(); in tw_logname_next()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 710 extern struct passwd *getpwent(); 1340 extern struct passwd *getpwent(); 1656 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
|
/freebsd/usr.bin/logins/ |
H A D | logins.c | 211 if ((pwd = getpwent()) == NULL) in get_users()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 394 while ((pw = getpwent()) != NULL) in passwd()
|
/freebsd/sbin/quotacheck/ |
H A D | quotacheck.c | 178 while ((pw = getpwent()) != NULL) in main()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_argv.c | 329 while ((pw = getpwent()) != NULL) { in argv_flt_user()
|
/freebsd/usr.sbin/nfsuserd/ |
H A D | nfsuserd.c | 400 while (i < nid.nid_usermax && (pwd = getpwent())) { in main()
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CHANGES | 147 up using getpwnam() rather than reading all passwds with getpwent()
|
/freebsd/contrib/sendmail/src/ |
H A D | recipient.c | 1252 while ((pw = getpwent()) != NULL)
|
/freebsd/contrib/libedit/ |
H A D | readline.c | 1902 (pass = getpwent()) != NULL in username_completion_function()
|