Searched defs:groupList (Results 1 - 6 of 6) sorted by path

/haiku/src/system/libroot/posix/
H A Dgrp.cpp229 getgrouplist(const char* user, gid_t baseGroup, gid_t* groupList, argument
/haiku/src/system/libroot/posix/unistd/
H A Dusergroup.cpp110 getgroups(int groupCount, gid_t groupList[]) argument
117 setgroups(int groupCount, const gid_t* groupList) argument
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1993 BList* groupList = fManager->GroupList(); local
2105 BList* groupList = fManager->GroupList(); local
/haiku/src/apps/mail/
H A DAddressTextControl.cpp495 GroupList& groupList = static_cast<TMailApp*>(be_app)->PeopleGroups(); local
/haiku/src/bin/
H A Did.c51 gid_t groupList; variable
/haiku/src/system/kernel/
H A Dusergroup.cpp166 common_getgroups(int groupCount, gid_t* groupList, bool kernel) argument
210 common_setgroups(int groupCount, const gid_t* groupList, bool kernel) argument
325 _kern_getgroups(int groupCount, gid_t* groupList) argument
332 _kern_setgroups(int groupCount, const gid_t* groupList) argument
374 _user_getgroups(int groupCount, gid_t* groupList) argument
381 _user_setgroups(int groupCount, const gid_t* groupList) argument
[all...]

Completed in 207 milliseconds