Home
last modified time | relevance | path

Searched refs:_POSIX2_VERSION (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/diff/lib/
HDposixver.c33 #ifndef _POSIX2_VERSION
34 # define _POSIX2_VERSION 0 macro
38 # define DEFAULT_POSIX2_VERSION _POSIX2_VERSION
/freebsd-head/lib/libc/gen/
HDsysctl.c144 *(int *)oldp = _POSIX2_VERSION; in sysctl()
HDsysconf.c164 return (_POSIX2_VERSION); in sysconf()
/freebsd-head/usr.bin/getconf/
HDsysconf.gperf75 _POSIX2_VERSION, _SC_2_VERSION
/freebsd-head/crypto/openssh/regress/
HDtest-exec.sh59 _POSIX2_VERSION=199209
60 export _POSIX2_VERSION
HDREADME.regress161 exporting) _POSIX2_VERSION=199209 before running the tests.
/freebsd-head/include/
HDunistd.h154 #define _POSIX2_VERSION 199212L macro
/freebsd-head/contrib/diff/
HDNEWS49 if the underlying system conforms to POSIX and if the _POSIX2_VERSION
/freebsd-head/lib/ncurses/tinfo/
HDMakefile266 AWK=${AWK} _POSIX2_VERSION=199209 sh ${NCURSES_DIR}/include/MKkey_defs.sh \
/freebsd-head/contrib/diff/doc/
HDdiff.texi4438 @vindex _POSIX2_VERSION
4441 different version of @acronym{POSIX}, define the @env{_POSIX2_VERSION}
4444 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
4449 @samp{_POSIX2_VERSION=199209} in your environment.