Searched refs:getgrouplist (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dgetgrouplist.c1 /* $NetBSD: getgrouplist.c,v 1.21 2005/01/06 15:10:45 lukem Exp $ */
35 static char sccsid[] = "@(#)getgrouplist.c 8.2 (Berkeley) 12/8/94";
37 __RCSID("$NetBSD: getgrouplist.c,v 1.21 2005/01/06 15:10:45 lukem Exp $");
54 __weak_alias(getgrouplist,_getgrouplist)
58 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
H A Dinitgroups.c65 if (getgrouplist(uname, agroup, groups, &ngroups) == -1) {
70 if (getgrouplist(uname, agroup, groups, &ngroups) == -1)
H A DMakefile.inc19 getgrouplist.c getgroupmembership.c gethostname.c \
65 getgrent.3 getgrouplist.3 gethostname.3 getlastlogx.3 getloadavg.3 \
139 MLINKS+=getgrouplist.3 getgroupmembership.3
/netbsd-current/tests/usr.bin/id/
H A DMakefile23 SANITIZER_RENAME_SYMBOL+= getgrouplist
H A Dpwgr.c105 getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroups) function
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgroupaccess.c61 if (getgrouplist(user, base, groups_bygid, &ngroups) == -1)
62 logit("getgrouplist: groups list too small");
/netbsd-current/usr.bin/id/
H A Did.c272 if (getgrouplist(pw->pw_name, pw->pw_gid, glist, &ngroups) == -1) {
274 (void) getgrouplist(pw->pw_name, pw->pw_gid, glist, &ngroups);
301 if (getgrouplist(pw->pw_name, pw->pw_gid, glist, &ngroups)
304 (void) getgrouplist(pw->pw_name, pw->pw_gid, glist,
/netbsd-current/distrib/utils/libhack/
H A Dgetgrent.c73 #define getgrouplist _getgrouplist macro
82 __weak_alias(getgrouplist,_getgrouplist)
211 getgrouplist(const char *uname, gid_t agroup, function
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetgrent.c109 getgrouplist(GETGROUPLIST_ARGS) { function
/netbsd-current/include/
H A Dunistd.h344 int getgrouplist(const char *, gid_t, gid_t *, int *);
/netbsd-current/external/bsd/libbind/dist/
H A Dport_after.h.in304 int getgrouplist(GETGROUPLIST_ARGS);
H A Dconfigure27815 { echo "$as_me:$LINENO: checking for getgrouplist" >&5
27816 echo $ECHO_N "checking for getgrouplist... $ECHO_C" >&6; }
27826 /* Define getgrouplist to an innocuous variant, in case <limits.h> declares getgrouplist.
27828 #define getgrouplist innocuous_getgrouplist
27831 which can conflict with char getgrouplist (); below.
27841 #undef getgrouplist
27849 char getgrouplist ();
27860 return getgrouplist ();
27905 getgrouplist(cons
[all...]
/netbsd-current/lib/libc/include/
H A Dnamespace.h374 #define getgrouplist _getgrouplist macro
/netbsd-current/usr.sbin/mountd/
H A Dmountd.c2098 if (getgrouplist(pw->pw_name, pw->pw_gid, usergroups, &ngroups))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6833 INTERCEPTOR(int, getgrouplist, const char *name, u32 basegid, u32 *groups,
6837 COMMON_INTERCEPTOR_ENTER(ctx, getgrouplist, name, basegid, groups, ngroups);
6842 res = REAL(getgrouplist)(name, basegid, groups, ngroups);
6850 #define INIT_GETGROUPLIST COMMON_INTERCEPT_FUNCTION(getgrouplist);
/netbsd-current/libexec/ftpd/
H A Dftpd.c1162 } while (getgrouplist(pw->pw_name, pw->pw_gid,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7104 INTERCEPTOR(int, getgrouplist, const char *name, u32 basegid, u32 *groups,
7108 COMMON_INTERCEPTOR_ENTER(ctx, getgrouplist, name, basegid, groups, ngroups);
7113 res = REAL(getgrouplist)(name, basegid, groups, ngroups);
7121 #define INIT_GETGROUPLIST COMMON_INTERCEPT_FUNCTION(getgrouplist);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7307 INTERCEPTOR(int, getgrouplist, const char *name, u32 basegid, u32 *groups,
7311 COMMON_INTERCEPTOR_ENTER(ctx, getgrouplist, name, basegid, groups, ngroups);
7316 res = REAL(getgrouplist)(name, basegid, groups, ngroups);
7324 #define INIT_GETGROUPLIST COMMON_INTERCEPT_FUNCTION(getgrouplist);

Completed in 279 milliseconds