Home
last modified time | relevance | path

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

/NextBSD/contrib/diff/lib/
HDposixver.c33 #ifndef _POSIX2_VERSION
34 # define _POSIX2_VERSION 0 macro
38 # define DEFAULT_POSIX2_VERSION _POSIX2_VERSION
/NextBSD/lib/libc/gen/
HDsysctl.c126 *(int *)oldp = _POSIX2_VERSION; in sysctl()
HDsysconf.c167 return (_POSIX2_VERSION); in sysconf()
/NextBSD/crypto/openssh/regress/
HDtest-exec.sh7 _POSIX2_VERSION=199209
8 export _POSIX2_VERSION
HDREADME.regress102 exporting) _POSIX2_VERSION=199209 before running the tests.
/NextBSD/usr.bin/getconf/
HDsysconf.gperf75 _POSIX2_VERSION, _SC_2_VERSION
/NextBSD/include/
HDunistd.h152 #define _POSIX2_VERSION 199212L macro
/NextBSD/contrib/diff/
HDNEWS49 if the underlying system conforms to POSIX and if the _POSIX2_VERSION
/NextBSD/lib/ncurses/ncurses/
HDMakefile376 AWK=${AWK} _POSIX2_VERSION=199209 sh ${NCURSES_DIR}/include/MKkey_defs.sh \
/NextBSD/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.