Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Did.c120 static int get_groups(const char *username, gid_t rgid, gid_t *groups, int *n) in get_groups() function
218 if (get_groups(username, rgid, groups, &n) < 0) { in id_main()
221 get_groups(username, rgid, groups, &n); in id_main()