/external/curl/lib/ |
D | netrc.c | 87 if(!getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) in Curl_parsenetrc()
|
D | curl_setup.h | 816 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buf,
|
D | curl_ntlm_wb.c | 151 !getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) && in ntlm_wb_init()
|
D | curl_config.h.in | 168 /* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you 172 /* "Set if getpwuid_r() declaration is missing" */ 271 /* Define to 1 if you have the `getpwuid_r' function. */
|
D | curl_config.h.cmake | 241 /* Define to 1 if you have the `getpwuid_r' function. */
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 141 getpwuid_r(getuid(), &pw_struct, buf, sizeof(buf), &pw); in expand_percent_expression()
|
/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/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 236 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
|
/external/mesa3d/src/util/ |
D | disk_cache.c | 254 getpwuid_r(getuid(), &pwd, buf, buf_size, &result); in disk_cache_create()
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 565 int ret = getpwuid_r(0, &pwd, buf, sizeof(buf), &result); in test_getpwuid_r()
|
/external/toybox/lib/ |
D | lib.c | 1256 errno = getpwuid_r(uid, &list->pw, sizeof(*list)+(char *)list, in bufgetpwuid()
|
/external/e2fsprogs/lib/support/ |
D | profile.c | 489 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw) in profile_open_file()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 204 /* Define to 1 if you have the `getpwuid_r' function. */
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3335 TEST(MemorySanitizer, getpwuid_r) { in TEST() argument 3339 int res = getpwuid_r(0, &pwd, buf, sizeof(buf), &pwdres); in TEST()
|
/external/curl/ |
D | CMakeLists.txt | 860 check_symbol_exists(getpwuid_r "${CURL_INCLUDES}" HAVE_GETPWUID_R)
|
D | configure.ac | 3749 AC_CHECK_DECLS([getpwuid_r], [], [AC_DEFINE(HAVE_DECL_GETPWUID_R_MISSING, 1, "Set if getpwuid_r() d… 3759 getpwuid_r \
|
D | CHANGES | 7412 configure: check for declaration of getpwuid_r 7414 On our x86 Android toolchain, getpwuid_r is implemented but the header 7417 …netrc.c:81:7: error: implicit declaration of function 'getpwuid_r' [-Werror=implicit-function-decl… 7588 cmake: check for getpwuid_r
|
/external/e2fsprogs/ |
D | configure.ac | 1149 getpwuid_r
|
D | configure | 13176 … ftruncate64 futimes getcwd getdtablesize gethostname getmntinfo getpwuid_r getrlimit getr…
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1545 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/e2fsprogs/doc/RelNotes/ |
D | v1.42.txt | 1168 Add support for systems that do not support 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
|