Searched refs:getpwnam_r (Results 1 – 14 of 14) sorted by relevance
/external/libedit/ |
D | acinclude.m4 | 32 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…
|
D | config.h.in | 28 /* 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
|
D | ChangeLog | 317 of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'.
|
D | configure | 13277 …{ $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/ |
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/libedit/src/ |
D | filecomplete.c | 111 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/ |
D | seusers.c | 105 int retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in get_default_gid()
|
/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/minijail/ |
D | libminijail.c | 290 getpwnam_r(user, &pw, buf, sz, &ppw); in minijail_change_user()
|
/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
|