| /freebsd-14.2/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-14.2/sys/sys/ |
| H A D | cdefs.h | 657 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1 659 #define _POSIX_C_SOURCE 199009 macro 663 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 2 664 #undef _POSIX_C_SOURCE 665 #define _POSIX_C_SOURCE 199209 macro 672 #undef _POSIX_C_SOURCE 673 #define _POSIX_C_SOURCE 200809 macro 676 #undef _POSIX_C_SOURCE 680 #undef _POSIX_C_SOURCE 692 #ifdef _POSIX_C_SOURCE [all …]
|
| H A D | _endian.h | 75 #if __BSD_VISIBLE || _POSIX_C_SOURCE > 200809
|
| /freebsd-14.2/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 95 _POSIX_C_SOURCE = 199009 variable 96 _POSIX_C_SOURCE = 199209 variable 98 _POSIX_C_SOURCE = 200809 variable 100 _POSIX_C_SOURCE = 200112 variable 102 _POSIX_C_SOURCE = 199506 variable 103 _POSIX_C_SOURCE = 198808 variable
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | conf_include_test.c | 125 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) \ in test_check_null_numbers() 155 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) \ in test_check_overflow()
|
| /freebsd-14.2/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/…
|
| H A D | zstdcli.c | 638 #ifdef _POSIX_C_SOURCE in printVersion() 639 DISPLAYOUT("_POSIX_C_SOURCE defined: %ldL\n", (long) _POSIX_C_SOURCE); in printVersion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | lldb-python.h | 38 #undef _POSIX_C_SOURCE
|
| /freebsd-14.2/contrib/bc/scripts/ |
| H A D | os.c | 46 #error On FreeBSD with _POSIX_C_SOURCE
|
| /freebsd-14.2/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-14.2/crypto/openssl/providers/implementations/rands/seeding/ |
| H A D | rand_unix.c | 820 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in get_time_stamp() 871 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in get_timer_bits()
|
| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | vms_term_sock.c | 18 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS) 23 # define _POSIX_C_SOURCE 2 macro 28 # 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-14.2/lib/libusb/ |
| H A D | libusb_global_linux.h | 36 #define _POSIX_C_SOURCE 200809 macro
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | e_os.h | 423 # elif !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 200809L \
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | o_str.c | 324 #elif (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) || \ in openssl_strerror_r()
|
| /freebsd-14.2/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-14.2/contrib/byacc/ |
| H A D | aclocal.m4 | 1301 dnl POSIX.2-1992 C-Language _POSIX_C_SOURCE=2 1303 dnl POSIX.1b-1993 _POSIX_C_SOURCE=199309L 1304 dnl POSIX.1c-1996 _POSIX_C_SOURCE=199506L 1305 dnl X/Open 2000 _POSIX_C_SOURCE=200112L 1308 dnl $1 is the nominal value for _POSIX_C_SOURCE 1325 #ifndef _POSIX_C_SOURCE 1355 #ifndef _POSIX_C_SOURCE 1772 dnl $2 is the nominal value for _POSIX_C_SOURCE 1799 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L 1800 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L [all …]
|
| H A D | configure | 3936 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ 3937 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` 3940 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ 3941 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` 3943 echo "$as_me:3943: checking if we should define _POSIX_C_SOURCE" >&5 3944 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 4194 test -n "$verbose" && echo " checking if _POSIX_C_SOURCE inteferes" 1>&6 4196 echo "${as_me:-configure}:4196: testing checking if _POSIX_C_SOURCE inteferes ..." 1>&5
|
| /freebsd-14.2/contrib/wpa/src/utils/ |
| H A D | os_internal.c | 28 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L) in os_sleep()
|
| H A D | os_unix.c | 52 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L) in os_sleep()
|
| /freebsd-14.2/contrib/expat/tests/benchmark/ |
| H A D | benchmark.c | 35 #define _POSIX_C_SOURCE 1 // fdopen macro
|
| /freebsd-14.2/lib/libunbound/ |
| H A D | config.h | 1180 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE) 1181 #define _POSIX_C_SOURCE 200112 macro
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | aclocal.m4 | 6720 dnl POSIX.1b-1993 _POSIX_C_SOURCE=199309L 6721 dnl POSIX.1c-1996 _POSIX_C_SOURCE=199506L 6722 dnl X/Open 2000 _POSIX_C_SOURCE=200112L 6725 dnl $1 is the nominal value for _POSIX_C_SOURCE 6742 #ifndef _POSIX_C_SOURCE 6743 #error _POSIX_C_SOURCE is not defined 6772 #ifndef _POSIX_C_SOURCE 6773 #error _POSIX_C_SOURCE is not defined 8025 #undef _POSIX_C_SOURCE 8043 #undef _POSIX_C_SOURCE [all …]
|