HomeSort by: relevance | last modified time | path
    Searched refs:getpwent_r (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_getpwent.c 65 __warn_references(getpwent_r,
66 "warning: reference to compatibility getpwent_r(); include <pwd.h> to generate correct reference")
72 __weak_alias(getpwent_r, _getpwent_r)
150 getpwent_r(struct passwd50 *p, char *buf, size_t len, struct passwd50 **q) function in typeref:typename:int
  /src/include/
pwd.h 145 int getpwent_r(struct passwd *, char *, size_t, struct passwd **)
  /src/distrib/utils/libhack/
getpwent.c 43 #define getpwent_r _getpwent_r macro
56 __weak_alias(getpwent_r,__getpwent_r50)
97 getpwent_r(struct passwd *pwres, char *buf, size_t bufsiz, function in typeref:typename:int
  /src/lib/libc/compat/include/
pwd.h 69 int getpwent_r(struct passwd50 *, char *, size_t, struct passwd50 **);
  /src/lib/libedit/
readline.c 1902 getpwent_r(&pwres, pwbuf, sizeof(pwbuf), &pass) == 0 && pass != NULL
  /src/lib/libc/include/
namespace.h 413 #define getpwent_r _getpwent_r macro
  /src/lib/libc/gen/
getpwent.c 1567 { /* use global state only if stayopen is set - otherwise we would blow up getpwent_r() ... */
1637 { /* use global state only if stayopen is set - otherwise we would blow up getpwent_r() ... */
1915 NSDB_PASSWD_COMPAT, "getpwent_r", __nsdefaultnis,
2408 getpwent_r(struct passwd *pwd, char *buffer, size_t buflen, function in typeref:typename:int
2428 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent_r", __nsdefaultcompat,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3614 TEST(MemorySanitizer, getpwent_r) {
3619 int res = getpwent_r(&pwd, buf, sizeof(buf), &pwdres);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 2034 INTERCEPTOR(int, getpwent_r, __sanitizer_passwd *pwbuf, char *buf,
2037 COMMON_INTERCEPTOR_ENTER(ctx, getpwent_r, pwbuf, buf, buflen, pwbufp);
2041 int res = REAL(getpwent_r)(pwbuf, buf, buflen, pwbufp);
2065 COMMON_INTERCEPT_FUNCTION(getpwent_r); \

Completed in 26 milliseconds