OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getgrgid_internal
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/bionic/
stubs.cpp
464
static group*
getgrgid_internal
(gid_t gid, group_state_t* state) {
function
482
return
getgrgid_internal
(gid, state);
517
group* retval = (by_name ? getgrnam_internal(name, state) :
getgrgid_internal
(gid, state));
Completed in 76 milliseconds