OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_pwcache_getgrnam
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
pwcache.c
122
static struct group * (*
_pwcache_getgrnam
)(const char *) = getgrnam;
variable in typeref:struct:group * (*)(const char *)
502
if ((gr = (*
_pwcache_getgrnam
)(name)) == NULL)
509
if ((gr = (*
_pwcache_getgrnam
)(name)) == NULL) {
575
_pwcache_getgrnam
= a_getgrnam;
pwcache.c
122
static struct group * (*
_pwcache_getgrnam
)(const char *) = getgrnam;
variable in typeref:struct:group * (*)(const char *)
502
if ((gr = (*
_pwcache_getgrnam
)(name)) == NULL)
509
if ((gr = (*
_pwcache_getgrnam
)(name)) == NULL) {
575
_pwcache_getgrnam
= a_getgrnam;
Completed in 21 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025