| /src/tools/compat/ |
| setpassent.c | 9 setpwent();
|
| /src/external/gpl2/gettext/dist/djgpp/ |
| djpwd.h | 42 void setpwent(void);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| pwd.d | 281 void setpwent(); 288 void setpwent(); 294 void setpwent(); 300 void setpwent(); 306 void setpwent(); 312 void setpwent(); 318 void setpwent(); 324 void setpwent(); 334 void setpwent(); 340 void setpwent(); [all...] |
| /src/external/bsd/libbind/dist/irs/ |
| getpwent.c | 85 setpwent() { function 92 setpwent() { function
|
| getpwent_r.c | 166 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
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-sunos4.h | 148 void setpwent(void);
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-sunos4.h | 147 void setpwent(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 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/lib/libedit/ |
| readline.c | 1899 setpwent();
|
| /src/libexec/rshd/ |
| rshd.c | 490 setpwent();
|
| /src/external/bsd/am-utils/dist/hlfsd/ |
| homedir.c | 433 setpwent();
|
| /src/lib/libc/include/ |
| namespace.h | 647 #define setpwent _setpwent macro
|
| /src/usr.sbin/quotacheck/ |
| quotacheck.c | 242 setpwent();
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
| tspps.c | 97 setpwent();
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| complete.c | 2302 setpwent ();
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| complete.c | 2302 setpwent ();
|
| /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); \
|