| /freebsd/sys/sys/ |
| H A D | _visible.h | 73 #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.h | 77 #if __BSD_VISIBLE || _POSIX_C_SOURCE > 200809
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | feature_tests.h | 49 #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 D | sanitytest.c | 16 #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 D | conf_include_test.c | 153 || (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 D | cryptodevh.py | 76 _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 D | platform.h | 95 # 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 D | lldb-python.h | 38 #undef _POSIX_C_SOURCE
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | e_os.h | 348 #elif !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 200809L \
|
| /freebsd/contrib/bc/scripts/ |
| H A D | os.c | 46 #error On FreeBSD with _POSIX_C_SOURCE
|
| /freebsd/tools/regression/p1003_1b/ |
| H A D | p26.c | 35 #define _POSIX_C_SOURCE 199309L macro
|
| H A D | sched.c | 43 #define _POSIX_C_SOURCE 199309L macro
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | vms_term_sock.c | 17 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS) 22 #define _POSIX_C_SOURCE 2 macro 27 #undef _POSIX_C_SOURCE
|
| H A D | http_server.c | 12 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS) 17 #define _POSIX_C_SOURCE 2 macro
|
| /freebsd/lib/libusb/ |
| H A D | libusb_global_linux.h | 36 #define _POSIX_C_SOURCE 200809 macro
|
| /freebsd/contrib/byacc/ |
| H A D | aclocal.m4 | 1614 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 D | mem.c | 254 #if defined(_BSD_SOURCE) || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in CRYPTO_aligned_alloc()
|
| H A D | o_str.c | 387 #elif (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) || (defined(_XOPEN_SOURCE) && _XOPEN… in openssl_strerror_r()
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-POSIX.md | 16 _POSIX_C_SOURCE=200809L
|
| /freebsd/crypto/openssl/crypto/ui/ |
| H A D | ui_openssl.c | 26 #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 D | os_internal.c | 28 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L) in os_sleep()
|
| /freebsd/contrib/expat/tests/benchmark/ |
| H A D | benchmark.c | 35 #define _POSIX_C_SOURCE 1 // fdopen macro
|
| /freebsd/lib/libunbound/ |
| H A D | config.h | 1263 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE) 1264 #define _POSIX_C_SOURCE 200112 macro
|
| /freebsd/contrib/bc/ |
| H A D | build.rig | 62 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 D | rand_unix.c | 791 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in get_time_stamp()
|