/external/crosvm/sys_util/src/ |
D | passwd.rs | 11 use libc::{self, c_char, getgrnam_r, getpwnam_r, gid_t, uid_t}; 31 handle_eintr_rc!(getpwnam_r( in get_user_id()
|
/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/python/cpython3/Modules/ |
D | pwdmodule.c | 236 status = getpwnam_r(name_chars, &pwd, buf, bufsize, &p); in pwd_getpwnam_impl()
|
/external/selinux/libselinux/src/ |
D | seusers.c | 105 int retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in get_default_gid()
|
/external/minijail/ |
D | system.c | 398 getpwnam_r(user, &pw, buf, sz, &ppw); in lookup_user()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 666 pub fn getpwnam_r( in getpwnam_r() function
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 733 pub fn getpwnam_r( in getpwnam_r() function
|
/external/ImageMagick/MagickCore/ |
D | utility.c | 675 if (getpwnam_r(username,&pwd,buffer,sizeof(buffer),&entry) < 0) in ExpandFilename()
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 1008 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/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1473 pub fn getpwnam_r( in getpwnam_r() function
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 2228 pub fn getpwnam_r( in getpwnam_r() function
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2304 pub fn getpwnam_r( in getpwnam_r() function
|
/external/ImageMagick/config/ |
D | config.h.in | 215 /* Define to 1 if you have the `getpwnam_r' function. */
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2397 pub fn getpwnam_r( in getpwnam_r() function
|
/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/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2992 pub fn getpwnam_r( in getpwnam_r() function
|
/external/python/cpython3/ |
D | pyconfig.h.in | 489 /* Define to 1 if you have the `getpwnam_r' function. */
|
D | configure.ac | 3548 getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \
|
D | configure | 11468 getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4478 pub fn getpwnam_r( in getpwnam_r() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1923 fun:getpwnam_r=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 2903 …cate getc_unlocked getcwd getpid getexecname getdtablesize getpagesize getpwnam_r getrlimit getrus…
|
D | configure | 33292 …cate getc_unlocked getcwd getpid getexecname getdtablesize getpagesize getpwnam_r getrlimit getrus…
|