Searched refs:getpwent_r (Results 1 – 10 of 10) sorted by relevance
/external/libevent/cmake/ |
D | CheckPrototypeDefinition.cmake | 12 # check_prototype_definition(getpwent_r 13 # "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
|
/external/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 174 pub unsafe fn getpwent_r( in getpwent_r() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1304 pub fn getpwent_r( in getpwent_r() function
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1492 pub fn getpwent_r( in getpwent_r() function
|
/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/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2878 pub fn getpwent_r( in getpwent_r() function
|
/external/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 3089 pub fn getpwent_r( in getpwent_r() function
|
/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
|