Home | Sort by: relevance | last modified time | path |
/src/lib/libc/compat/gen/ | |
compat_getpwent.c | 159 static struct passwd50 * (*__getpwnamf)(const char *); variable in typeref:struct:passwd50 * (*)(const char *) 166 struct passwd50 *p = (*__getpwnamf)(name); 183 __getpwnamf = getpwnamf; |
compat_getpwent.c | 159 static struct passwd50 * (*__getpwnamf)(const char *); variable in typeref:struct:passwd50 * (*)(const char *) 166 struct passwd50 *p = (*__getpwnamf)(name); 183 __getpwnamf = getpwnamf; |