Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c62 #if defined(_PC_VDISABLE) && HAVE_FPATHCONF in _nc_vdisable()
64 value = (int) fpathconf(0, _PC_VDISABLE); in _nc_vdisable()
/freebsd/sys/sys/
H A Dunistd.h131 #define _PC_VDISABLE 9 macro
/freebsd/usr.bin/getconf/
H A Dpathconf.gperf50 _POSIX_VDISABLE, _PC_VDISABLE
/freebsd/contrib/tcsh/
H A Ded.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()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c3116 #ifndef _PC_VDISABLE in parse_start()
3122 disablec = fpathconf(parse->generic->io.fd, _PC_VDISABLE); in parse_start()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1350 case _PC_VDISABLE: in devfs_pathconf()