HomeSort by: relevance | last modified time | path
    Searched defs:__getpwnamf (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 21 milliseconds