Home
last modified time | relevance | path

Searched refs:getpwent (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/lib/libc/gen/
H A DMakefile.inc84 getpwent.c \
249 getpwent.3 \
416 MLINKS+=getpwent.3 endpwent.3 \
417 getpwent.3 getpwnam.3 \
418 getpwent.3 getpwuid.3 \
419 getpwent.3 setpassent.3 \
420 getpwent.3 setpwent.3 \
421 getpwent.3 setpwfile.3 \
422 getpwent.3 getpwent_r.3 \
423 getpwent.3 getpwnam_r.3 \
[all …]
H A DSymbol.map172 getpwent;
/freebsd/lib/libc/tests/nss/
H A Dgetpw_test.c245 while ((pwd = getpwent()) != NULL) { in passwd_fill_test_data()
481 ATF_TC_WITHOUT_HEAD(getpwent);
482 ATF_TC_BODY(getpwent, tc) in ATF_TC_BODY() argument
540 ATF_TP_ADD_TC(tp, getpwent); in ATF_TP_ADD_TCS()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setuid.c87 while ((pw = getpwent()) != NULL) { in ATF_TC_BODY()
/freebsd/include/
H A Dpwd.h152 struct passwd *getpwent(void);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp61 while ((user_entry = getpwent()) != nullptr) { in ResolvePartial()
/freebsd/crypto/openssh/openbsd-compat/
H A Dxcrypt.c82 while ((pw = getpwent()) != NULL) { in pick_salt()
/freebsd/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.h72 return (getpwent());
H A Dcap_pwd.c628 pwd = getpwent(); in pwd_getpwent()
/freebsd/usr.bin/calendar/
H A Dcalendar.c201 while ((pw = getpwent()) != NULL) { in main()
/freebsd/usr.sbin/pw/
H A Dpw.c58 getpwent,
/freebsd/usr.bin/finger/
H A Dfinger.c339 while ((pw = getpwent()) != NULL) { in userlist()
/freebsd/usr.sbin/nscd/agents/
H A Dpasswd.c208 result = getpwent(); in passwd_mp_lookup_func()
/freebsd/usr.sbin/repquota/
H A Drepquota.c145 while ((pw = getpwent()) != 0) in main()
/freebsd/contrib/tcsh/
H A Dtc.os.h523 extern struct passwd *getpwuid(), *getpwnam(), *getpwent();
H A Dsh.file.c484 if ((pw = getpwent()) == NULL) in getitem()
H A Dtw.init.c622 pw = getpwent(); in tw_logname_next()
/freebsd/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c163 pwds = getpwent(); in runtest_cmds()
167 pwds = getpwent(); in runtest_cmds()
191 pwds = getpwent(); in runtest_cmds()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h710 extern struct passwd *getpwent();
1340 extern struct passwd *getpwent();
1656 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
/freebsd/usr.bin/logins/
H A Dlogins.c211 if ((pwd = getpwent()) == NULL) in get_users()
/freebsd/usr.bin/getent/
H A Dgetent.c394 while ((pw = getpwent()) != NULL) in passwd()
/freebsd/sbin/quotacheck/
H A Dquotacheck.c182 while ((pw = getpwent()) != NULL) in main()
/freebsd/contrib/nvi/ex/
H A Dex_argv.c329 while ((pw = getpwent()) != NULL) { in argv_flt_user()
/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.c400 while (i < nid.nid_usermax && (pwd = getpwent())) { in main()
/freebsd/usr.sbin/cron/doc/
H A DCHANGES147 up using getpwnam() rather than reading all passwds with getpwent()

12