Home
last modified time | relevance | path

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

12

/external/crosvm/sys_util/src/
Dpasswd.rs11 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/
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/python/cpython3/Modules/
Dpwdmodule.c236 status = getpwnam_r(name_chars, &pwd, buf, bufsize, &p); in pwd_getpwnam_impl()
/external/selinux/libselinux/src/
Dseusers.c105 int retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in get_default_gid()
/external/minijail/
Dsystem.c398 getpwnam_r(user, &pw, buf, sz, &ppw); in lookup_user()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs666 pub fn getpwnam_r( in getpwnam_r() function
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs733 pub fn getpwnam_r( in getpwnam_r() function
/external/ImageMagick/MagickCore/
Dutility.c675 if (getpwnam_r(username,&pwd,buffer,sizeof(buffer),&entry) < 0) in ExpandFilename()
/external/selinux/libsemanage/src/
Dgenhomedircon.c1008 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/rust/crates/libc/src/unix/haiku/
Dmod.rs1473 pub fn getpwnam_r( in getpwnam_r() function
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs2228 pub fn getpwnam_r( in getpwnam_r() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2304 pub fn getpwnam_r( in getpwnam_r() function
/external/ImageMagick/config/
Dconfig.h.in215 /* Define to 1 if you have the `getpwnam_r' function. */
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2397 pub fn getpwnam_r( in getpwnam_r() function
/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/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2992 pub fn getpwnam_r( in getpwnam_r() function
/external/python/cpython3/
Dpyconfig.h.in489 /* Define to 1 if you have the `getpwnam_r' function. */
Dconfigure.ac3548 getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \
Dconfigure11468 getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4478 pub fn getpwnam_r( in getpwnam_r() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1923 fun:getpwnam_r=uninstrumented
/external/ImageMagick/
Dconfigure.ac2903 …cate getc_unlocked getcwd getpid getexecname getdtablesize getpagesize getpwnam_r getrlimit getrus…
Dconfigure33292 …cate getc_unlocked getcwd getpid getexecname getdtablesize getpagesize getpwnam_r getrlimit getrus…

12