Searched refs:getpwent_r (Results 1 – 7 of 7) sorted by relevance
/external/libedit/ |
D | acinclude.m4 | 34 dnl NOTE: getpwent_r is not POSIX so we always use getpwent
|
D | ChangeLog | 297 * src/readline.c: getpwent_r is not POSIX, always use getpwent. 317 of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'.
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 372 while ((retval = getpwent_r(&pwstorage, rbuf, rbuflen, &pwbuf)) == 0) { in get_home_dirs() 1115 while ((retval = getpwent_r(&pwstorage, pwbuf, prbuflen, &pw)) == 0) { in get_group_users()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3399 TEST(MemorySanitizer, getpwent_r) { in TEST() argument 3404 int res = getpwent_r(&pwd, buf, sizeof(buf), &pwdres); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1645 INTERCEPTOR(int, getpwent_r, __sanitizer_passwd *pwbuf, char *buf, 1648 COMMON_INTERCEPTOR_ENTER(ctx, getpwent_r, pwbuf, buf, buflen, pwbufp); 1652 int res = REAL(getpwent_r)(pwbuf, buf, buflen, pwbufp); 1706 COMMON_INTERCEPT_FUNCTION(getpwent_r); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1921 fun:getpwent_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 709 PUBLIC aa930 0 getpwent_r
|