OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_pwcache_getpwnam
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
pwcache.c
126
static struct passwd * (*
_pwcache_getpwnam
)(const char *) = getpwnam;
variable in typeref:struct:passwd * (*)(const char *)
438
if ((pw = (*
_pwcache_getpwnam
)(name)) == NULL)
444
if ((pw = (*
_pwcache_getpwnam
)(name)) == NULL) {
549
_pwcache_getpwnam
= a_getpwnam;
pwcache.c
126
static struct passwd * (*
_pwcache_getpwnam
)(const char *) = getpwnam;
variable in typeref:struct:passwd * (*)(const char *)
438
if ((pw = (*
_pwcache_getpwnam
)(name)) == NULL)
444
if ((pw = (*
_pwcache_getpwnam
)(name)) == NULL) {
549
_pwcache_getpwnam
= a_getpwnam;
Completed in 59 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025