Searched refs:getpwnam_r (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | getpwnam_r_invalid_user.cc | 16 int res = getpwnam_r("no-such-user", &pwd, buf, sizeof(buf), &pwdres); in main()
|
/external/libbrillo/brillo/ |
D | userdb_utils.cc | 26 if (getpwnam_r(user.c_str(), &pwd_buf, buf.data(), buf_len, &pwd) || !pwd) { in GetUserInfo()
|
/external/minijail/ |
D | system.c | 417 getpwnam_r(user, &pw, buf, sz, &ppw); in lookup_user()
|
/external/selinux/libselinux/src/ |
D | seusers.c | 105 int retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in get_default_gid()
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 1006 retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in add_user()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3349 TEST(MemorySanitizer, getpwnam_r) { in TEST() argument 3353 int res = getpwnam_r("root", &pwd, buf, sizeof(buf), &pwdres); in TEST() 3371 EXPECT_UMR(res = getpwnam_r(s, &pwd, buf, sizeof(buf), &pwdres)); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1529 INTERCEPTOR(int, getpwnam_r, const char *name, __sanitizer_passwd *pwd, 1532 COMMON_INTERCEPTOR_ENTER(ctx, getpwnam_r, name, pwd, buf, buflen, result); 1537 int res = REAL(getpwnam_r)(name, pwd, buf, buflen, result); 1592 COMMON_INTERCEPT_FUNCTION(getpwnam_r); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1923 fun:getpwnam_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 712 PUBLIC aac10 0 getpwnam_r
|