Home
last modified time | relevance | path

Searched refs:getpwnam_r (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dgetpwnam_r_invalid_user.cc16 int res = getpwnam_r("no-such-user", &pwd, buf, sizeof(buf), &pwdres); in main()
/external/libbrillo/brillo/
Duserdb_utils.cc26 if (getpwnam_r(user.c_str(), &pwd_buf, buf.data(), buf_len, &pwd) || !pwd) { in GetUserInfo()
/external/minijail/
Dsystem.c417 getpwnam_r(user, &pw, buf, sz, &ppw); in lookup_user()
/external/selinux/libselinux/src/
Dseusers.c105 int retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in get_default_gid()
/external/selinux/libsemanage/src/
Dgenhomedircon.c1006 retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in add_user()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3349 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/
Dsanitizer_common_interceptors.inc1529 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/
Dlibc_ubuntu1404_abilist.txt1923 fun:getpwnam_r=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym712 PUBLIC aac10 0 getpwnam_r