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