Home
last modified time | relevance | path

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

/busybox-1.35.0/include/
Dgrp_.h37 #define initgroups bb_internal_initgroups macro
62 int FAST_FUNC initgroups(const char *__user, gid_t __group);
/busybox-1.35.0/libbb/
Dchange_identity.c37 res = initgroups(pw->pw_name, pw->pw_gid); in change_identity()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c537 int FAST_FUNC initgroups(const char *user, gid_t gid) in initgroups() function