Home
last modified time | relevance | path

Searched refs:HAVE_PREADV (Results 1 – 19 of 19) sorted by relevance

/external/ltp/testcases/kernel/syscalls/preadv/
Dpreadv.h24 #if !defined(HAVE_PREADV)
/external/strace/tests-mx32/
Duio.c31 #if defined(HAVE_PREADV) && defined(HAVE_PWRITEV)
Dpreadv.c31 #ifdef HAVE_PREADV
Dpreadv-pwritev.c33 #if defined HAVE_PREADV && defined HAVE_PWRITEV
/external/strace/tests-m32/
Duio.c31 #if defined(HAVE_PREADV) && defined(HAVE_PWRITEV)
Dpreadv.c31 #ifdef HAVE_PREADV
Dpreadv-pwritev.c33 #if defined HAVE_PREADV && defined HAVE_PWRITEV
/external/strace/tests/
Duio.c31 #if defined(HAVE_PREADV) && defined(HAVE_PWRITEV)
Dpreadv.c31 #ifdef HAVE_PREADV
Dpreadv-pwritev.c33 #if defined HAVE_PREADV && defined HAVE_PWRITEV
/external/ltp/android/include/
Dconfig.h271 #define HAVE_PREADV 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h776 #define HAVE_PREADV 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h774 #define HAVE_PREADV 1 macro
/external/strace/
Dconfig.h945 #define HAVE_PREADV 1 macro
Dconfig.h.in942 #undef HAVE_PREADV
DChangeLog43014 (main): Check for HAVE_PREADV and HAVE_PWRITEV.
/external/python/cpython3/
Dpyconfig.h.in773 #undef HAVE_PREADV
/external/python/cpython3/Modules/
Dposixmodule.c9387 || defined(HAVE_READV) || defined(HAVE_PREADV) || defined (HAVE_PREADV2) \
9551 #if defined(HAVE_PREADV) || defined (HAVE_PREADV2)
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5097 #if (defined(HAVE_PREADV) || defined (HAVE_PREADV2))