Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dposixver.c33 #ifndef _POSIX2_VERSION
34 # define _POSIX2_VERSION 0 macro
38 # define DEFAULT_POSIX2_VERSION _POSIX2_VERSION
/freebsd/lib/libc/gen/
H A Dsysctl.c144 *(int *)oldp = _POSIX2_VERSION; in sysctl()
H A Dsysconf.c164 return (_POSIX2_VERSION); in sysconf()
/freebsd/usr.bin/getconf/
H A Dsysconf.gperf75 _POSIX2_VERSION, _SC_2_VERSION keyword
/freebsd/crypto/openssh/regress/
H A Dtest-exec.sh59 _POSIX2_VERSION=199209
60 export _POSIX2_VERSION
H A DREADME.regress161 exporting) _POSIX2_VERSION=199209 before running the tests.
/freebsd/include/
H A Dunistd.h154 #define _POSIX2_VERSION 199212L macro
/freebsd/contrib/diff/
H A DNEWS49 if the underlying system conforms to POSIX and if the _POSIX2_VERSION
/freebsd/lib/ncurses/tinfo/
H A DMakefile266 AWK=${AWK} _POSIX2_VERSION=199209 sh ${NCURSES_DIR}/include/MKkey_defs.sh \
/freebsd/contrib/diff/doc/
H A Ddiff.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.