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

  /src/lib/libc/compat/gen/
compat_getpwent.c 67 __warn_references(pwcache_userdb,
68 "warning: reference to compatibility pwcache_userdb(); include <pwd.h> to generate correct reference")
77 __weak_alias(pwcache_userdb, _pwcache_userdb)
179 int pwcache_userdb(int (*setpassentf)(int), void (*endpwentf)(void), function in typeref:typename:int
  /src/lib/libc/gen/
pwcache.c 530 pwcache_userdb( function in typeref:typename:int
618 printf("pwcache_userdb returned %d\n",
619 pwcache_userdb(setpassent, test_getpwnam, getpwuid));
637 printf("pwcache_userdb returned %d\n",
638 pwcache_userdb(NULL, NULL, NULL));
  /src/tools/compat/
compat_defs.h 497 # define pwcache_userdb __nbcompat_pwcache_userdb macro
512 int pwcache_userdb(int (*)(int), void (*)(void),
  /src/lib/libc/include/
namespace.h 585 #define pwcache_userdb _pwcache_userdb macro

Completed in 13 milliseconds