HomeSort by: relevance | last modified time | path
    Searched defs:setgroupent (Results 1 - 4 of 4) sorted by relevancy

  /src/tools/compat/
setgroupent.c 1 /* $NetBSD: setgroupent.c,v 1.4 2003/10/27 00:12:43 lukem Exp $ */
8 int setgroupent(int stayopen) { function in typeref:typename:int
  /src/distrib/utils/libhack/
getgrent.c 72 #define setgroupent _setgroupent macro
81 __weak_alias(setgroupent,_setgroupent)
186 (void) setgroupent(0);
190 setgroupent(int stayopen) function in typeref:typename:int
  /src/lib/libc/gen/
getgrent.c 132 __weak_alias(setgroupent,_setgroupent)
1551 /* force group_compat setgroupent() */
1552 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "setgroupent",
1919 setgroupent(int stayopen) function in typeref:typename:int
1931 /* force all setgroupent() methods */
1932 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "setgroupent",
  /src/lib/libc/include/
namespace.h 632 #define setgroupent _setgroupent macro

Completed in 16 milliseconds