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

  /external/openssh/openbsd-compat/
readpassphrase.c 44 /* SunOS 4.x which lacks _POSIX_VDISABLE, but has VDISABLE */
45 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
46 # define _POSIX_VDISABLE VDISABLE
121 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
122 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
  /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'
  /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 121 #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...]

Completed in 529 milliseconds