HomeSort by: relevance | last modified time | path
    Searched refs:setgroupent (Results 1 - 10 of 10) 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
Makefile 19 setenv.c setgroupent.c \
configure.ac 250 setgroupent setprogname setpassent \
291 AC_CHECK_DECLS([setgroupent, setpassent],,, [
compat_defs.h 584 int setgroupent(int);
  /src/include/
grp.h 74 int setgroupent(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/
pwcache.c 120 static int (*_pwcache_setgroupent)(int) = setgroupent;
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/usr.bin/getent/
getent.c 258 (void)setgroupent(1);
  /src/lib/libc/include/
namespace.h 632 #define setgroupent _setgroupent macro

Completed in 54 milliseconds