/external/libedit/ |
D | acinclude.m4 | 32 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…
|
D | config.h.in | 28 /* 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
|
D | ChangeLog | 317 of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'.
|
D | configure | 13277 …{ $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/ |
D | netrc.c | 82 if(!getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) in Curl_parsenetrc()
|
D | curl_ntlm_wb.c | 150 !getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) && in ntlm_wb_init()
|
/external/libedit/src/ |
D | filecomplete.c | 101 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/ |
D | logfile.c | 138 getpwuid_r(getuid(), &pw_struct, buf, sizeof(buf), &pw); in expand_percent_expression()
|
D | profile.c | 486 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw) in profile_open_file()
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 203 fun:getpwuid_r=custom
|
D | dfsan_custom.cc | 666 int ret = getpwuid_r(uid, pwd, buf, buflen, result); in __dfsw_getpwuid_r()
|
D | libc_ubuntu1404_abilist.txt | 1925 fun:getpwuid_r=uninstrumented
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 565 int ret = getpwuid_r(0, &pwd, buf, sizeof(buf), &result); in test_getpwuid_r()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-unix.c | 2113 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/ |
D | config.h.in | 151 /* Define to 1 if you have the `getpwuid_r' function. */
|
/external/e2fsprogs/ |
D | configure.in | 1036 getpwuid_r
|
D | configure | 11044 …4 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getr…
|
D | RELEASE-NOTES | 729 Add support for systems that do not support getpwuid_r()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3286 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/ |
D | sanitizer_common_interceptors.inc | 1376 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/ |
D | configure.ac | 3093 getpwuid_r \
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 713 PUBLIC aae70 0 getpwuid_r
|