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.c150 !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.c138 getpwuid_r(getuid(), &pw_struct, buf, sizeof(buf), &pw); in expand_percent_expression()
Dprofile.c486 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw) in profile_open_file()
/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/dbus/dbus/
Ddbus-sysdeps-unix.c2113 result = getpwuid_r (uid, &p_str, buf, buflen, in fill_user_info()
2120 p = getpwuid_r (uid, &p_str, buf, buflen); in fill_user_info()
/external/e2fsprogs/lib/
Dconfig.h.in151 /* Define to 1 if you have the `getpwuid_r' function. */
/external/e2fsprogs/
Dconfigure.in1036 getpwuid_r
Dconfigure11044 …4 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getr…
DRELEASE-NOTES729 Add support for systems that do not support getpwuid_r()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3286 TEST(MemorySanitizer, getpwuid_r) { in TEST() argument
3290 int res = getpwuid_r(0, &pwd, buf, sizeof(buf), &pwdres); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1376 INTERCEPTOR(int, getpwuid_r, u32 uid, __sanitizer_passwd *pwd, char *buf,
1379 COMMON_INTERCEPTOR_ENTER(ctx, getpwuid_r, uid, pwd, buf, buflen, result);
1383 int res = REAL(getpwuid_r)(uid, pwd, buf, buflen, result);
1424 COMMON_INTERCEPT_FUNCTION(getpwuid_r); \
/external/curl/
Dconfigure.ac3093 getpwuid_r \
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym713 PUBLIC aae70 0 getpwuid_r