/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/lib/libc/gen/ |
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/lib/libc/include/ |
namespace.h | 299 #define endgrent _endgrent macro
|