Home
last modified time | relevance | path

Searched refs:_PC_VDISABLE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
HDlib_kernel.c61 #if defined(_PC_VDISABLE) in _nc_vdisable()
63 value = (int) fpathconf(0, _PC_VDISABLE); in _nc_vdisable()
/dragonfly/sys/sys/
HDunistd.h143 #define _PC_VDISABLE 9 macro
/dragonfly/usr.bin/getconf/
HDpathconf.gperf47 _POSIX_VDISABLE, _PC_VDISABLE
/dragonfly/contrib/tcsh-6/
HDed.init.c149 #if defined(POSIX) && defined(_PC_VDISABLE) && !defined(BSD4_4) && \ in ed_Setup()
154 if ((pcret = fpathconf(SHTTY, _PC_VDISABLE)) == -1L) in ed_Setup()
/dragonfly/sys/kern/
HDvfs_default.c1145 case _PC_VDISABLE: in vop_stdpathconf()