| /src/include/ |
| grp.h | 70 void endgrent(void);
|
| /src/distrib/utils/libhack/ |
| getgrent.c | 66 #define endgrent _endgrent macro 75 __weak_alias(endgrent,_endgrent) 153 endgrent(); 166 endgrent(); 200 endgrent(void) function in typeref:typename:void 253 endgrent();
|
| /src/tests/lib/libc/gen/ |
| t_getgrent.c | 106 endgrent();
|
| /src/usr.sbin/mtree/ |
| getid.c | 160 endgrent(); 173 endgrent();
|
| /src/bin/pax/ |
| sel_subs.c | 250 endgrent();
|
| /src/lib/libc/gen/ |
| pwcache.c | 121 static void (*_pwcache_endgrent)(void) = endgrent;
|
| getgrent.c | 124 __weak_alias(endgrent,_endgrent) 1573 /* force group_compat endgrent() */ 1574 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "endgrent", 1901 endgrent(void) function in typeref:typename:void 1912 /* force all endgrent() methods */ 1913 (void) nsdispatch(NULL, dtab, NSDB_GROUP, "endgrent",
|
| /src/usr.sbin/repquota/ |
| repquota.c | 298 endgrent();
|
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_v2.c | 466 endgrent();
|
| /src/libexec/identd/ |
| identd.c | 991 endgrent(); 1014 endgrent();
|
| /src/usr.bin/getent/ |
| getent.c | 277 endgrent();
|
| /src/usr.sbin/quotacheck/ |
| quotacheck.c | 239 endgrent();
|
| /src/lib/libc/include/ |
| namespace.h | 299 #define endgrent _endgrent macro
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 2134 INTERCEPTOR(void, endgrent, int dummy) { 2136 COMMON_INTERCEPTOR_ENTER(ctx, endgrent, dummy); 2137 REAL(endgrent)(dummy); 2143 COMMON_INTERCEPT_FUNCTION(endgrent);
|