/src/tools/compat/ |
setpassent.c | 9 setpwent();
|
/src/games/canfield/cfscores/ |
cfscores.c | 78 setpwent();
|
/src/include/ |
pwd.h | 138 void setpwent(void);
|
/src/distrib/utils/libhack/ |
getpwent.c | 46 #define setpwent _setpwent macro 52 __weak_alias(setpwent,_setpwent) 165 setpwent(void) function in typeref:typename:void
|
/src/bin/csh/ |
file.c | 497 (void)setpwent(); 541 (void)setpwent();
|
/src/lib/libc/gen/ |
Makefile.inc | 150 getpwent.3 getpwuid.3 getpwent.3 setpwent.3
|
getpwent.c | 133 __weak_alias(setpwent,_setpwent) 2185 /* force passwd_compat setpwent() */ 2590 setpwent(void) function in typeref:typename:void 2601 /* force all setpwent() methods */ 2602 (void) nsdispatch(NULL, dtab, NSDB_PASSWD, "setpwent",
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_misc.c | 122 setpwent();
|
/src/usr.sbin/repquota/ |
repquota.c | 304 setpwent();
|
/src/libexec/rshd/ |
rshd.c | 490 setpwent();
|
/src/lib/libedit/ |
readline.c | 1898 setpwent();
|
/src/usr.sbin/quotacheck/ |
quotacheck.c | 242 setpwent();
|
/src/lib/libc/include/ |
namespace.h | 647 #define setpwent _setpwent macro
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
msan_test.cc | 3605 setpwent(); 3618 setpwent();
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 2119 INTERCEPTOR(void, setpwent, int dummy) { 2121 COMMON_INTERCEPTOR_ENTER(ctx, setpwent, dummy); 2122 REAL(setpwent)(dummy); 2140 COMMON_INTERCEPT_FUNCTION(setpwent); \
|