Home
last modified time | relevance | path

Searched refs:_POSIX_VERSION (Results 1 – 15 of 15) sorted by relevance

/freebsd/tools/regression/p1003_1b/
H A Dp26.c43 #ifndef _POSIX_VERSION in p26()
48 #if (_POSIX_VERSION == 198808L) in p26()
50 #elif (_POSIX_VERSION == 199009L) in p26()
52 #elif (_POSIX_VERSION >= 199309L) in p26()
56 _POSIX_VERSION); in p26()
H A Dsched.c41 #define _POSIX_VERSION 199309L macro
116 #if _POSIX_VERSION < 199309 in sched()
/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.h20 # if _POSIX_VERSION >= 200112L \
21 && (_POSIX_VERSION < 200809L || defined(__GLIBC__) || defined(__FreeBSD__))
/freebsd/sys/contrib/zstd/programs/
H A Dplatform.h100 # if defined(_POSIX_VERSION) /* POSIX compliant */
101 # define PLATFORM_POSIX_VERSION _POSIX_VERSION
H A Dzstdcli.c641 #ifdef _POSIX_VERSION in printVersion()
642 DISPLAYOUT("_POSIX_VERSION defined: %ldL \n", (long) _POSIX_VERSION); in printVersion()
/freebsd/crypto/openssl/
H A De_os.h398 /* unistd.h defines _POSIX_VERSION */
400 && ( (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) \
/freebsd/contrib/tzcode/
H A Dprivate.h245 This macro's name is SUPPORT_POSIX2008 because _POSIX_VERSION == 200809
248 # if defined _POSIX_VERSION && _POSIX_VERSION <= 200809
264 # if _POSIX_VERSION < 200809
280 # if _POSIX_VERSION < 198808 && !USG_COMPAT
799 #if (200809 < _POSIX_VERSION \
933 && defined TM_GMTOFF && (200809 < _POSIX_VERSION || ! UNINIT_TRAP))
/freebsd/sys/sys/
H A Dunistd.h96 #define _POSIX_VERSION 200809L macro
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c42 # if defined(_POSIX_VERSION) && _POSIX_VERSION>=199309L
/freebsd/usr.bin/getconf/
H A Dsysconf.gperf120 _POSIX_VERSION, _SC_VERSION keyword
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1694 # ifdef _POSIX_VERSION
1695 # undef _POSIX_VERSION /* set in <unistd.h> */
2548 # ifdef _POSIX_VERSION
2551 # if _POSIX_VERSION >= 199500 && !defined(USESETEUID)
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp86 #if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112) || defined(_LIBCPP_WIN32API) in __canonical()
/freebsd/sys/kern/
H A Dkern_mib.c125 SYSCTL_NULL_INT_PTR, _POSIX_VERSION, "Version of POSIX attempting to comply to");
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc271 #if _POSIX_VERSION >= 200112 || defined(__GLIBC__)
/freebsd/contrib/diff/
H A DChangeLog2317 _POSIX_VERSION is defined.
2970 * system.h [!USG && !_POSIX_VERSION]: Protect from conflicting
3172 HAVE_UNISTD_H and _POSIX_VERSION.