Home
last modified time | relevance | path

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

/external/wayland/
Dconfig.h18 #define HAVE_ACCEPT4 macro
/external/strace/tests-mx32/
Daccept4.c33 #if defined HAVE_ACCEPT4 && defined O_CLOEXEC
/external/strace/tests-m32/
Daccept4.c33 #if defined HAVE_ACCEPT4 && defined O_CLOEXEC
/external/strace/tests/
Daccept4.c33 #if defined HAVE_ACCEPT4 && defined O_CLOEXEC
/external/llvm-project/lldb/cmake/modules/
DLLDBGenerateConfig.cmake13 check_cxx_symbol_exists(accept4 "sys/socket.h" HAVE_ACCEPT4)
/external/wayland/src/
Dwayland-os.c157 #ifdef HAVE_ACCEPT4 in wl_os_accept_cloexec()
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h53 #define HAVE_ACCEPT4 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h53 #define HAVE_ACCEPT4 1 macro
/external/strace/
Dconfig.h41 #define HAVE_ACCEPT4 1 macro
Dconfig.h.in40 #undef HAVE_ACCEPT4
/external/llvm-project/lldb/source/Host/common/
DSocket.cpp469 #elif defined(SOCK_CLOEXEC) && defined(HAVE_ACCEPT4) in AcceptSocket()
/external/libevent/
Dconfig.h.in13 #undef HAVE_ACCEPT4
/external/python/cpython3/Modules/
Dsocketmodule.c2700 #if defined(HAVE_ACCEPT4) && defined(SOCK_CLOEXEC)
2721 #if defined(HAVE_ACCEPT4) && defined(SOCK_CLOEXEC) in sock_accept_impl()
2777 #if defined(HAVE_ACCEPT4) && defined(SOCK_CLOEXEC) in sock_accept()
/external/python/cpython3/
Dpyconfig.h.in52 #undef HAVE_ACCEPT4