HomeSort by: relevance | last modified time | path
    Searched refs:endpwent (Results 1 - 22 of 22) sorted by relevancy

  /src/distrib/utils/libhack/
getpwent.c 41 #define endpwent _endpwent macro
51 __weak_alias(endpwent,_endpwent)
130 endpwent();
156 endpwent();
182 endpwent(void) function in typeref:typename:void
  /src/include/
pwd.h 139 void endpwent(void);
  /src/usr.sbin/mtree/
getid.c 309 endpwent();
322 endpwent();
  /src/games/warp/
intrp.c 145 endpwent();
553 endpwent();
  /src/dist/pf/sbin/pflogd/
privsep.c 91 endpwent();
  /src/bin/pax/
sel_subs.c 151 endpwent();
  /src/lib/libc/gen/
pwcache.c 125 static void (*_pwcache_endpwent)(void) = endpwent;
getpwent.c 131 __weak_alias(endpwent,_endpwent)
1859 * Call endpwent for all passwd_compat sources.
1872 return nsdispatch(NULL, dtab, NSDB_PASSWD_COMPAT, "endpwent",
2216 /* force passwd_compat endpwent() */
2551 endpwent(void) function in typeref:typename:void
2562 /* force all endpwent() methods */
2563 (void) nsdispatch(NULL, dtab, NSDB_PASSWD, "endpwent",
  /src/usr.sbin/repquota/
repquota.c 307 endpwent();
  /src/usr.bin/login/
login_pam.c 409 endpwent();
login.c 479 endpwent();
  /src/libexec/rshd/
rshd.c 703 endpwent();
  /src/usr.sbin/rwhod/
rwhod.c 622 endpwent();
  /src/bin/csh/
file.c 548 (void)endpwent();
csh.c 1040 (void)endpwent();
  /src/usr.bin/getent/
getent.c 463 endpwent();
  /src/lib/libedit/
readline.c 1911 endpwent();
  /src/usr.sbin/quotacheck/
quotacheck.c 245 endpwent();
  /src/lib/libc/include/
namespace.h 307 #define endpwent _endpwent macro
  /src/sbin/init/
init.c 713 endpwent();
  /src/usr.sbin/user/
user.c 506 endpwent();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 2124 INTERCEPTOR(void, endpwent, int dummy) {
2126 COMMON_INTERCEPTOR_ENTER(ctx, endpwent, dummy);
2127 REAL(endpwent)(dummy);
2141 COMMON_INTERCEPT_FUNCTION(endpwent); \

Completed in 33 milliseconds