HomeSort by: relevance | last modified time | path
    Searched refs:getpwent_r (Results 1 - 14 of 14) 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
  /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
  /src/lib/libc/compat/include/
pwd.h 69 int getpwent_r(struct passwd50 *, char *, size_t, struct passwd50 **);
  /src/external/bsd/libbind/dist/irs/
getpwent_r.c 1 /* $NetBSD: getpwent_r.c,v 1.1.1.2 2012/09/09 16:07:55 christos Exp $ */
21 static const char rcsid[] = "Id: getpwent_r.c,v 1.8 2005/04/27 04:56:26 sra Exp ";
133 getpwent_r(struct passwd *pwptr, PASS_R_ARGS) { function
  /src/external/bsd/libbind/dist/
port_after.h.in 402 PASS_R_RETURN getpwent_r(struct passwd *pwptr, PASS_R_ARGS);
configure 32071 { echo "$as_me:$LINENO: checking for getpwent_r" >&5
32072 echo $ECHO_N "checking for getpwent_r... $ECHO_C" >&6; }
32082 /* Define getpwent_r to an innocuous variant, in case <limits.h> declares getpwent_r.
32084 #define getpwent_r innocuous_getpwent_r
32087 which can conflict with char getpwent_r (); below.
32097 #undef getpwent_r
32105 char getpwent_r ();
32116 return getpwent_r ();
32163 getpwent_r(struct passwd *pwptr, char *buf, int buflen) {
    [all...]
  /src/lib/libedit/
readline.c 1903 getpwent_r(&pwres, pwbuf, sizeof(pwbuf), &pass) == 0 && pass != NULL
  /src/lib/libc/include/
namespace.h 413 #define getpwent_r _getpwent_r macro
  /src/crypto/external/cpl/trousers/dist/src/tspi/ps/
tspps.c 100 rc = getpwent_r(&pw, buf, PASSWD_BUFSIZE, &pwp);
102 LogDebugFn("USER PS: Error getting path to home directory: getpwent_r: %s",
  /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
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); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2064 INTERCEPTOR(int, getpwent_r, __sanitizer_passwd *pwbuf, char *buf,
2067 COMMON_INTERCEPTOR_ENTER(ctx, getpwent_r, pwbuf, buf, buflen, pwbufp);
2071 int res = REAL(getpwent_r)(pwbuf, buf, buflen, pwbufp);
2091 COMMON_INTERCEPT_FUNCTION(getpwent_r); \

Completed in 70 milliseconds