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

  /bionic/libc/unistd/
pathconf.c 36 #ifndef _POSIX_VDISABLE
37 #define _POSIX_VDISABLE -1
187 return _POSIX_VDISABLE;
255 return _POSIX_VDISABLE;
  /external/openssh/openbsd-compat/
readpassphrase.c 45 /* SunOS 4.x which lacks _POSIX_VDISABLE, but has VDISABLE */
46 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
47 # define _POSIX_VDISABLE VDISABLE
114 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
115 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 54 using the value _POSIX_VDISABLE. */
55 #define _POSIX_VDISABLE '\0'
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/bits/
posix_opt.h 54 using the value _POSIX_VDISABLE. */
55 #define _POSIX_VDISABLE '\0'

Completed in 197 milliseconds