Home
last modified time | relevance | path

Searched refs:VDISABLE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h217 #ifndef VDISABLE
219 # define VDISABLE _POSIX_VDISABLE macro
221 # define VDISABLE 0377 macro
/netbsd-src/external/bsd/pam-u2f/dist/pamu2fcfg/
H A Dreadpassphrase.c51 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
52 # define _POSIX_VDISABLE VDISABLE
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/
H A Dreadpassphrase.c51 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
52 # define _POSIX_VDISABLE VDISABLE
/netbsd-src/lib/libedit/
H A Dtty.h113 # if defined(VDISABLE) && !defined(_POSIX_VDISABLE)
114 # define _POSIX_VDISABLE VDISABLE
/netbsd-src/usr.bin/telnet/
H A Dexterns.h55 # ifdef VDISABLE
56 # define _POSIX_VDISABLE VDISABLE
/netbsd-src/external/bsd/libarchive/dist/libarchive_fe/
H A Dpassphrase.c146 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
147 # define _POSIX_VDISABLE VDISABLE
/netbsd-src/external/bsd/nvi/dist/dist/
H A Dconfigure.ac114 dnl Ultrix has a broken POSIX.1 VDISABLE value.