Home
last modified time | relevance | path

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

/external/libedit/
Dacinclude.m432 dnl Check if getpwnam_r and getpwuid_r are POSIX.1 compatible
38 AC_MSG_CHECKING([whether getpwnam_r and getpwuid_r are posix like])
40 # int getpwnam_r(char *, struct passwd *, char *, size_t, struct passwd **)
45 [getpwnam_r(NULL, NULL, NULL, (size_t)0, NULL);
47 …[AC_DEFINE([HAVE_GETPW_R_POSIX], 1, [Define to 1 if you have getpwnam_r and getpwuid_r that are PO…
54 AC_MSG_CHECKING([whether getpwnam_r and getpwuid_r are posix _draft_ like])
57 # struct passwd *getpwnam_r(char *, struct passwd *, char *, int);
61 [getpwnam_r(NULL, NULL, NULL, (size_t)0);
63 …[AC_DEFINE([HAVE_GETPW_R_DRAFT], 1, [Define to 1 if you have getpwnam_r and getpwuid_r that are dr…
Dconfig.h.in28 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
32 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
DChangeLog317 of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'.
Dconfigure13277 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpwnam_r and getpwuid_r are posix like…
13278 $as_echo_n "checking whether getpwnam_r and getpwuid_r are posix like... " >&6; }
13323 getpwnam_r(NULL, NULL, NULL, (size_t)0);
/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/libedit/src/
Dfilecomplete.c111 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
114 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/external/selinux/libselinux/src/
Dseusers.c105 int retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in get_default_gid()
/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/minijail/
Dlibminijail.c290 getpwnam_r(user, &pw, buf, sz, &ppw); in minijail_change_user()
/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