HomeSort by relevance Sort by last modified time
    Searched defs:FIONBIO (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctls.h 52 #define FIONBIO 0x5421
  /bionic/libc/kernel/uapi/asm-generic/
ioctls.h 55 #define FIONBIO 0x5421
  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctls.h 58 #define FIONBIO 0x667e
  /external/kernel-headers/original/uapi/asm-generic/
ioctls.h 53 #define FIONBIO 0x5421
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctls.h 55 #define FIONBIO 0x667e
  /hardware/qcom/msm8998/kernel-headers/asm-generic/
ioctls.h 64 #define FIONBIO 0x5421
  /hardware/qcom/msm8998/original-kernel-headers/asm-generic/
ioctls.h 52 #define FIONBIO 0x5421
  /hardware/qcom/msm8x09/kernel-headers/asm-generic/
ioctls.h 55 #define FIONBIO 0x5421
  /hardware/qcom/msm8x09/original-kernel-headers/asm-generic/
ioctls.h 52 #define FIONBIO 0x5421
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 226 * lwip_ioctl only supports FIONREAD and FIONBIO, for now
234 #if !defined(FIONREAD) || !defined(FIONBIO)
247 #endif /* !defined(FIONREAD) || !defined(FIONBIO) */
252 #ifndef FIONBIO
253 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 35 FIONBIO = _IOW(ord('f'), 126, int)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 35 FIONBIO = _IOW(ord('f'), 126, int)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 18 #undef FIONBIO
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 57 #define FIONBIO _IOW('f',126,u_long)
winsock2.h 76 #define FIONBIO _IOW('f',126,u_long)
    [all...]

Completed in 842 milliseconds