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

  /bionic/libc/bionic/
pathconf.c 35 #ifndef _POSIX_VDISABLE
36 #define _POSIX_VDISABLE -1
184 return _POSIX_VDISABLE;
252 return _POSIX_VDISABLE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
posix_opt.h 54 using the value _POSIX_VDISABLE. */
55 #define _POSIX_VDISABLE '\0'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix_opt.h 54 using the value _POSIX_VDISABLE. */
55 #define _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...]

Completed in 385 milliseconds