Home
last modified time | relevance | path

Searched refs:_POSIX_C_SOURCE (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/sys/sys/
H A D_visible.h73 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1
74 #undef _POSIX_C_SOURCE /* Probably illegal, but beyond caring now. */
75 #define _POSIX_C_SOURCE 199009 macro
79 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 2
80 #undef _POSIX_C_SOURCE
81 #define _POSIX_C_SOURCE 199209 macro
97 #undef _POSIX_C_SOURCE
98 #define _POSIX_C_SOURCE 202405 macro
101 #undef _POSIX_C_SOURCE
102 #define _POSIX_C_SOURCE 200809 macro
[all …]
H A D_endian.h77 #if __BSD_VISIBLE || _POSIX_C_SOURCE > 200809
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h49 #if defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE)
50 #define _POSIX_C_SOURCE 1 macro
88 #if defined(_XOPEN_SOURCE) || defined(_POSIX_C_SOURCE)
305 #undef _POSIX_C_SOURCE
306 #define _POSIX_C_SOURCE 199506L
308 #elif (_XOPEN_SOURCE - 0 == 600) || (_POSIX_C_SOURCE - 0 == 200112L)
314 #undef _POSIX_C_SOURCE
315 #define _POSIX_C_SOURCE 200112L
320 #elif (_XOPEN_SOURCE - 0 == 700) || (_POSIX_C_SOURCE - 0 == 200809L)
327 #undef _POSIX_C_SOURCE
[all …]
/freebsd/crypto/openssl/test/
H A Dsanitytest.c16 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L
245 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L
258 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L in test_sanity_sleep()
296 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L in test_sanity_sleep()
H A Dconf_include_test.c153 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) \ in test_check_null_numbers()
183 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) \ in test_check_overflow()
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py76 _POSIX_C_SOURCE = 199009 variable
77 _POSIX_C_SOURCE = 199209 variable
79 _POSIX_C_SOURCE = 200809 variable
81 _POSIX_C_SOURCE = 200112 variable
83 _POSIX_C_SOURCE = 199506 variable
84 _POSIX_C_SOURCE = 198808 variable
/freebsd/sys/contrib/zstd/programs/
H A Dplatform.h95 # ifndef _POSIX_C_SOURCE
96 # define _POSIX_C_SOURCE 200809L /* feature test macro : https://www.gnu.org/software/libc/…
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A Dlldb-python.h38 #undef _POSIX_C_SOURCE
/freebsd/crypto/openssl/include/internal/
H A De_os.h348 #elif !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 200809L \
/freebsd/contrib/bc/scripts/
H A Dos.c46 #error On FreeBSD with _POSIX_C_SOURCE
/freebsd/tools/regression/p1003_1b/
H A Dp26.c35 #define _POSIX_C_SOURCE 199309L macro
H A Dsched.c43 #define _POSIX_C_SOURCE 199309L macro
/freebsd/crypto/openssl/apps/lib/
H A Dvms_term_sock.c17 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
22 #define _POSIX_C_SOURCE 2 macro
27 #undef _POSIX_C_SOURCE
H A Dhttp_server.c12 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
17 #define _POSIX_C_SOURCE 2 macro
/freebsd/lib/libusb/
H A Dlibusb_global_linux.h36 #define _POSIX_C_SOURCE 200809 macro
/freebsd/contrib/byacc/
H A Daclocal.m41614 dnl Define _POSIX_C_SOURCE to the given level, and _POSIX_SOURCE if needed.
1618 dnl POSIX.2-1992 C-Language _POSIX_C_SOURCE=2
1620 dnl POSIX.1b-1993 _POSIX_C_SOURCE=199309L
1621 dnl POSIX.1c-1996 _POSIX_C_SOURCE=199506L
1622 dnl X/Open 2000 _POSIX_C_SOURCE=200112L
1625 dnl $1 is the nominal value for _POSIX_C_SOURCE
1636 CF_REMOVE_DEFINE(cf_trim_CFLAGS,$cf_save_CFLAGS,_POSIX_C_SOURCE)
1637 CF_REMOVE_DEFINE(cf_trim_CPPFLAGS,$cf_save_CPPFLAGS,_POSIX_C_SOURCE)
1639 AC_CACHE_CHECK(if we should define _POSIX_C_SOURCE,cf_cv_posix_c_source,[
1642 #ifndef _POSIX_C_SOURCE
[all …]
/freebsd/crypto/openssl/crypto/
H A Dmem.c254 #if defined(_BSD_SOURCE) || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in CRYPTO_aligned_alloc()
H A Do_str.c387 #elif (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) || (defined(_XOPEN_SOURCE) && _XOPEN… in openssl_strerror_r()
/freebsd/crypto/openssl/
H A DNOTES-POSIX.md16 _POSIX_C_SOURCE=200809L
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c26 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
27 #ifndef _POSIX_C_SOURCE
28 #define _POSIX_C_SOURCE 2 macro
/freebsd/contrib/wpa/src/utils/
H A Dos_internal.c28 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L) in os_sleep()
/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c35 #define _POSIX_C_SOURCE 1 // fdopen macro
/freebsd/lib/libunbound/
H A Dconfig.h1263 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
1264 #define _POSIX_C_SOURCE 200112 macro
/freebsd/contrib/bc/
H A Dbuild.rig62 DEFOPT +~ "_POSIX_C_SOURCE=200809L",
131 DEFOPT +~ "_POSIX_C_SOURCE=200809L",
164 @[ DEFOPT +~ "_POSIX_C_SOURCE=200809L", DEFOPT +~ "_XOPEN_SOURCE=700" ];
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c791 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in get_time_stamp()

12