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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 57 #ifdef _POSIX_VDISABLE
58 # define CEOL _POSIX_VDISABLE
60 # define CEOL '\0' /* XXX avoid _POSIX_VDISABLE */
64 #ifdef _POSIX_VDISABLE
65 # define CSTATUS _POSIX_VDISABLE
67 # define CSTATUS '\0' /* XXX avoid _POSIX_VDISABLE */
96 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
97 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 57 #ifdef _POSIX_VDISABLE
58 # define CEOL _POSIX_VDISABLE
60 # define CEOL '\0' /* XXX avoid _POSIX_VDISABLE */
64 #ifdef _POSIX_VDISABLE
65 # define CSTATUS _POSIX_VDISABLE
67 # define CSTATUS '\0' /* XXX avoid _POSIX_VDISABLE */
96 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
97 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
  /bionic/tests/
sys_ttydefaults_test.cpp 32 ASSERT_EQ(_POSIX_VDISABLE, CEOL);
unistd_test.cpp 802 EXPECT_NE(-1, _POSIX_VDISABLE);
    [all...]
  /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...]
tty.c 106 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE,
107 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
108 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
109 CDISCARD, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE
    [all...]
  /bionic/libc/bionic/
pathconf.cpp 125 return _POSIX_VDISABLE;
  /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/
termios.h 44 `struct termios'. If VAL is _POSIX_VDISABLE, no character can match it. */
45 # define CCEQ(val, c) ((c) == (val) && (val) != _POSIX_VDISABLE)
  /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'
  /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)
  /bionic/libc/include/bits/
posix_limits.h 95 #define _POSIX_VDISABLE '\0'
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 226 _POSIX_VDISABLE = 0
  /external/toybox/toys/pending/
stty.c 269 if (!strcmp(arg, "^-") || !strcmp(arg, "undef")) ch = _POSIX_VDISABLE;
426 } else if (ch == _POSIX_VDISABLE) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIO.c 405 TempBuf[i] = _POSIX_VDISABLE;
  /bionic/tests/headers/posix/
unistd_h.c 278 MACRO(_POSIX_VDISABLE);
  /external/mksh/src/
main.c     [all...]
edit.c 57 #ifndef _POSIX_VDISABLE
60 #define toedchar(x) (((_POSIX_VDISABLE != -1) && ((x) == _POSIX_VDISABLE)) ? \
    [all...]
  /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 2449 milliseconds