Home
last modified time | relevance | path

Searched refs:getpwuid_r (Results 1 – 22 of 22) sorted by relevance

/external/libedit/
Dacinclude.m432 dnl Check if getpwnam_r and getpwuid_r are POSIX.1 compatible
38 AC_MSG_CHECKING([whether getpwnam_r and getpwuid_r are posix like])
41 # int getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
46 getpwuid_r((uid_t)0, NULL, NULL, (size_t)0, NULL);],
47 …[AC_DEFINE([HAVE_GETPW_R_POSIX], 1, [Define to 1 if you have getpwnam_r and getpwuid_r that are PO…
54 AC_MSG_CHECKING([whether getpwnam_r and getpwuid_r are posix _draft_ like])
56 # struct passwd *getpwuid_r(uid_t, struct passwd *, char *, int);
62 getpwuid_r((uid_t)0, NULL, NULL, (size_t)0);],
63 …[AC_DEFINE([HAVE_GETPW_R_DRAFT], 1, [Define to 1 if you have getpwnam_r and getpwuid_r that are dr…
Dconfig.h.in28 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
32 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
DChangeLog317 of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'.
Dconfigure13277 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpwnam_r and getpwuid_r are posix like…
13278 $as_echo_n "checking whether getpwnam_r and getpwuid_r are posix like... " >&6; }
13324 getpwuid_r((uid_t)0, NULL, NULL, (size_t)0);
/external/curl/lib/
Dnetrc.c82 if(!getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) in Curl_parsenetrc()
Dcurl_ntlm_wb.c149 !getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) && in ntlm_wb_init()
/external/libedit/src/
Dfilecomplete.c101 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
105 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/external/e2fsprogs/e2fsck/
Dlogfile.c141 getpwuid_r(getuid(), &pw_struct, buf, sizeof(buf), &pw); in expand_percent_expression()
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt203 fun:getpwuid_r=custom
Ddfsan_custom.cc666 int ret = getpwuid_r(uid, pwd, buf, buflen, result); in __dfsw_getpwuid_r()
Dlibc_ubuntu1404_abilist.txt1925 fun:getpwuid_r=uninstrumented
/external/compiler-rt/test/dfsan/
Dcustom.cc565 int ret = getpwuid_r(0, &pwd, buf, sizeof(buf), &result); in test_getpwuid_r()
/external/toybox/lib/
Dlib.c1108 errno = getpwuid_r(uid, &list->pw, sizeof(*list)+(char *)list, in bufgetpwuid()
/external/e2fsprogs/lib/support/
Dprofile.c489 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw) in profile_open_file()
/external/e2fsprogs/lib/
Dconfig.h.in195 /* Define to 1 if you have the `getpwuid_r' function. */
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3335 TEST(MemorySanitizer, getpwuid_r) { in TEST() argument
3339 int res = getpwuid_r(0, &pwd, buf, sizeof(buf), &pwdres); in TEST()
/external/e2fsprogs/
Dconfigure.ac1107 getpwuid_r
Dconfigure13076 …ync fstat64 ftruncate64 futimes getcwd getdtablesize getmntinfo getpwuid_r getrlimit getr…
DRELEASE-NOTES1585 Add support for systems that do not support getpwuid_r()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1545 INTERCEPTOR(int, getpwuid_r, u32 uid, __sanitizer_passwd *pwd, char *buf,
1548 COMMON_INTERCEPTOR_ENTER(ctx, getpwuid_r, uid, pwd, buf, buflen, result);
1552 int res = REAL(getpwuid_r)(uid, pwd, buf, buflen, result);
1593 COMMON_INTERCEPT_FUNCTION(getpwuid_r); \
/external/curl/
Dconfigure.ac3281 getpwuid_r \
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym713 PUBLIC aae70 0 getpwuid_r