Searched refs:getpwent (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc70 getpwent.c \
226 getpwent.3 \
398 MLINKS+=getpwent.3 endpwent.3 \
399 getpwent.3 getpwnam.3 \
400 getpwent.3 getpwuid.3 \
401 getpwent.3 setpassent.3 \
402 getpwent.3 setpwent.3 \
403 getpwent.3 setpwfile.3 \
404 getpwent.3 getpwent_r.3 \
405 getpwent
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setuid.c87 while ((pw = getpwent()) != NULL) {
/freebsd-11-stable/contrib/top/
H A Dusername.c169 * we walk through the file instead (using getpwent) and cache each
171 * return immediately. The next time we come in, getpwent will get
181 while ((pwd = getpwent()) != NULL)
/freebsd-11-stable/include/
H A Dpwd.h153 struct passwd *getpwent(void);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp61 while ((user_entry = getpwent()) != nullptr) {
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c84 while ((pw = getpwent()) != NULL) {
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetpw_test.c244 while ((pwd = getpwent()) != NULL) {
298 /* passwd_check_ambiguity() is needed here because when doing the getpwent()
371 * getpwent(). */
467 ATF_TC_WITHOUT_HEAD(getpwent); variable
468 ATF_TC_BODY(getpwent, tc)
523 ATF_TP_ADD_TC(tp, getpwent);
/freebsd-11-stable/usr.bin/calendar/
H A Dcalendar.c208 while ((pw = getpwent()) != NULL) {
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.c63 getpwent,
/freebsd-11-stable/usr.bin/finger/
H A Dfinger.c352 while ((pw = getpwent()) != NULL) {
/freebsd-11-stable/usr.sbin/nscd/agents/
H A Dpasswd.c211 result = getpwent();
/freebsd-11-stable/usr.sbin/repquota/
H A Drepquota.c157 while ((pw = getpwent()) != 0)
/freebsd-11-stable/usr.bin/logins/
H A Dlogins.c215 if ((pwd = getpwent()) == NULL)
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h523 extern struct passwd *getpwuid(), *getpwnam(), *getpwent();
H A Dsh.file.c484 if ((pw = getpwent()) == NULL)
H A Dtw.init.c613 * We don't want to get interrupted inside getpwent()
622 pw = getpwent();
/freebsd-11-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c163 pwds = getpwent();
167 pwds = getpwent();
191 pwds = getpwent();
270 * cmds: setpwent, getpwent, getpwent_r, getpwnam, getpwnam_r,
280 cmds[1] = "getpwent";
297 * cmds: setpwent, getpwent, getpwent_r, getpwnam, getpwnam_r,
307 cmds[1] = "getpwent";
324 * cmds: getpwent, getpwent_r, getpwnam, getpwnam_r,
338 cmds[0] = "getpwent";
346 cmds[1] = "getpwent";
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h710 extern struct passwd *getpwent();
1339 extern struct passwd *getpwent();
1653 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c147 if (strcmp(cmd, "getpwent") == 0 || strcmp(cmd, "getpwent_r") == 0) {
230 return (cap_getpwcommon(chan, "getpwent", NULL, 0));
629 pwd = getpwent();
765 if (strcmp(cmd, "getpwent") == 0 || strcmp(cmd, "getpwent_r") == 0)
/freebsd-11-stable/sbin/quotacheck/
H A Dquotacheck.c193 while ((pw = getpwent()) != NULL)
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c456 * afterwards. On Solaris 2.5.1, making getpwent() calls after calling
479 return getpwent();
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c396 while ((pw = getpwent()) != NULL)
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c83 /* Most systems don't declare getpwent in <pwd.h> if _POSIX_SOURCE is
86 extern struct passwd *getpwent PARAMS((void));
1857 while ((entry = getpwent ()))
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_argv.c333 while ((pw = getpwent()) != NULL) {
/freebsd-11-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c392 while (i < nid.nid_usermax && (pwd = getpwent())) {

Completed in 281 milliseconds

12