Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/sys/sys/
H A Dcdefs.h657 #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.h75 #if __BSD_VISIBLE || _POSIX_C_SOURCE > 200809
/freebsd-14.2/tests/sys/opencrypto/
H A Dcryptodevh.py95 _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 Dconf_include_test.c125 || (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 Dplatform.h95 # ifndef _POSIX_C_SOURCE
96 # define _POSIX_C_SOURCE 200809L /* feature test macro : https://www.gnu.org/software/libc/…
H A Dzstdcli.c638 #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 Dlldb-python.h38 #undef _POSIX_C_SOURCE
/freebsd-14.2/contrib/bc/scripts/
H A Dos.c46 #error On FreeBSD with _POSIX_C_SOURCE
/freebsd-14.2/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-14.2/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c820 || (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 Dvms_term_sock.c18 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
23 # define _POSIX_C_SOURCE 2 macro
28 # 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-14.2/lib/libusb/
H A Dlibusb_global_linux.h36 #define _POSIX_C_SOURCE 200809 macro
/freebsd-14.2/crypto/openssl/
H A De_os.h423 # elif !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 200809L \
/freebsd-14.2/crypto/openssl/crypto/
H A Do_str.c324 #elif (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) || \ in openssl_strerror_r()
/freebsd-14.2/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-14.2/contrib/byacc/
H A Daclocal.m41301 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 Dconfigure3936 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 Dos_internal.c28 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L) in os_sleep()
H A Dos_unix.c52 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L) in os_sleep()
/freebsd-14.2/contrib/expat/tests/benchmark/
H A Dbenchmark.c35 #define _POSIX_C_SOURCE 1 // fdopen macro
/freebsd-14.2/lib/libunbound/
H A Dconfig.h1180 #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 Daclocal.m46720 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 …]

12