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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix_opt.h 54 using the value _POSIX_VDISABLE. */
55 #define _POSIX_VDISABLE '\0'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix_opt.h 54 using the value _POSIX_VDISABLE. */
55 #define _POSIX_VDISABLE '\0'
  /bionic/libc/include/bits/
posix_limits.h 95 #define _POSIX_VDISABLE '\0'
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 77 #define _POSIX_VDISABLE ((unsigned char)'\377')
79 #define CCEQ(val, c) (c == val ? val != _POSIX_VDISABLE : 0)
  /external/libedit/src/
tty.h 115 # if defined(VDISABLE) && !defined(_POSIX_VDISABLE)
116 # define _POSIX_VDISABLE VDISABLE
117 # endif /* VDISABLE && ! _POSIX_VDISABLE */
155 #ifndef _POSIX_VDISABLE
156 # define _POSIX_VDISABLE ((unsigned char) -1)
157 #endif /* _POSIX_VDISABLE */
182 # define CEOL _POSIX_VDISABLE
185 # define CEOL2 _POSIX_VDISABLE
188 # define CSWTCH _POSIX_VDISABLE
191 # define CDSWTCH _POSIX_VDISABLE
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 226 _POSIX_VDISABLE = 0
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 364 _POSIX_VDISABLE = 0
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 76 _POSIX_VDISABLE = 0
STROPTS.py 73 _POSIX_VDISABLE = 0
    [all...]

Completed in 522 milliseconds