Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Duser-util.h55 int getgroups_alloc(gid_t** gids);
Duser-util.c478 ngroups = getgroups_alloc(&gids); in in_gid()
518 int getgroups_alloc(gid_t** gids) { in getgroups_alloc() function
/systemd-251/src/test/
Dtest-user-util.c431 nresult = getgroups_alloc(&gids); in TEST()
/systemd-251/src/core/
Dexecute.c4653 ngids_after_pam = getgroups_alloc(&gids_after_pam); in exec_child()