Home
last modified time | relevance | path

Searched refs:getgrouplist (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/include/
Dgrp_.h36 #define getgrouplist bb_internal_getgrouplist macro
56 int FAST_FUNC getgrouplist(const char *__user, gid_t __group,
/busybox-1.35.0/coreutils/
Did.c128 m = getgrouplist(username, rgid, groups, n); in get_groups()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c547 int FAST_FUNC getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist() function