/src/lib/libc/gen/ |
getgrouplist.c | 1 /* $NetBSD: getgrouplist.c,v 1.22 2008/04/28 20:22:59 martin Exp $ */ 35 static char sccsid[] = "@(#)getgrouplist.c 8.2 (Berkeley) 12/8/94"; 37 __RCSID("$NetBSD: getgrouplist.c,v 1.22 2008/04/28 20:22:59 martin Exp $"); 54 __weak_alias(getgrouplist,_getgrouplist) 58 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
|
initgroups.c | 65 if (getgrouplist(uname, agroup, groups, &ngroups) == -1) { 70 if (getgrouplist(uname, agroup, groups, &ngroups) == -1)
|
Makefile.inc | 19 getgrouplist.c getgroupmembership.c gethostname.c \ 68 getgrent.3 getgrouplist.3 gethostname.3 getlastlogx.3 getloadavg.3 \ 141 MLINKS+=getgrouplist.3 getgroupmembership.3
|
/src/tests/usr.bin/id/ |
Makefile | 23 SANITIZER_RENAME_SYMBOL+= getgrouplist
|
pwgr.c | 105 getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroups) function in typeref:typename:int
|
/src/usr.bin/id/ |
id.c | 272 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,
|
/src/distrib/utils/libhack/ |
getgrent.c | 73 #define getgrouplist _getgrouplist macro 82 __weak_alias(getgrouplist,_getgrouplist) 211 getgrouplist(const char *uname, gid_t agroup, function in typeref:typename:int
|
/src/include/ |
unistd.h | 351 int getgrouplist(const char *, gid_t, gid_t *, int *);
|
/src/lib/libc/include/ |
namespace.h | 378 #define getgrouplist _getgrouplist macro
|
/src/usr.sbin/mountd/ |
mountd.c | 2098 if (getgrouplist(pw->pw_name, pw->pw_gid, usergroups, &ngroups))
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 6833 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);
|
/src/libexec/ftpd/ |
ftpd.c | 1162 } while (getgrouplist(pw->pw_name, pw->pw_gid,
|