Searched refs:_POSIX_C_SOURCE (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A Dlldb-python.h27 // features.h will define _POSIX_C_SOURCE if _GNU_SOURCE is defined. This value
29 // in a warning. Undefine _POSIX_C_SOURCE before including Python.h The same
31 #undef _POSIX_C_SOURCE macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h39 * Values of _POSIX_C_SOURCE
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 macro
306 #define _POSIX_C_SOURCE 199506L macro
308 #elif (_XOPEN_SOURCE - 0 == 600) || (_POSIX_C_SOURCE - 0 == 200112L)
314 #undef _POSIX_C_SOURCE macro
315 #define _POSIX_C_SOURCE 200112L macro
320 #elif (_XOPEN_SOURCE - 0 == 700) || (_POSIX_C_SOURCE
327 #undef _POSIX_C_SOURCE macro
328 #define _POSIX_C_SOURCE macro
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfnmatch.h52 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_GNU_SOURCE)
H A Dxregex2.h36 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/freebsd-11-stable/contrib/gdb/include/
H A Dfnmatch.h52 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_GNU_SOURCE)
H A Dxregex2.h33 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/freebsd-11-stable/contrib/binutils/include/
H A Dfnmatch.h52 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_GNU_SOURCE)
H A Dxregex2.h36 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dp26.c35 #define _POSIX_C_SOURCE 199309L macro
H A Dsched.c35 /* XXX: The spec says that if _POSIX_C_SOURCE is defined then
42 #define _POSIX_C_SOURCE 199309L macro
/freebsd-11-stable/sys/sys/
H A Dcdefs.h664 * _POSIX_C_SOURCE == 1 1003.1-1990
665 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
666 * _POSIX_C_SOURCE == 199309 1003.1b-1993
667 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
669 * _POSIX_C_SOURCE == 200112 1003.1-2001
670 * _POSIX_C_SOURCE == 200809 1003.1-2008
674 * that specification, and which subsumes _POSIX_C_SOURCE.
679 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
680 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
681 #undef _POSIX_C_SOURCE macro
682 #define _POSIX_C_SOURCE macro
687 #undef _POSIX_C_SOURCE macro
688 #define _POSIX_C_SOURCE macro
695 #undef _POSIX_C_SOURCE macro
696 #define _POSIX_C_SOURCE macro
699 #undef _POSIX_C_SOURCE macro
700 #define _POSIX_C_SOURCE macro
703 #undef _POSIX_C_SOURCE macro
704 #define _POSIX_C_SOURCE macro
713 #define _POSIX_C_SOURCE macro
[all...]
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py97 _POSIX_C_SOURCE = 199009 variable
98 _POSIX_C_SOURCE = 199209 variable
100 _POSIX_C_SOURCE = 200809 variable
102 _POSIX_C_SOURCE = 200112 variable
104 _POSIX_C_SOURCE = 199506 variable
105 _POSIX_C_SOURCE = 198808 variable
/freebsd-11-stable/lib/libusb/
H A Dlibusb_global_linux.h35 #define _POSIX_C_SOURCE 200809 macro
/freebsd-11-stable/sys/powerpc/include/
H A Dstdarg.h141 (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
/freebsd-11-stable/include/
H A Dstdio.h385 * b) the app has requested a POSIX.1-2008 environment via _POSIX_C_SOURCE
391 #elif defined(_POSIX_C_SOURCE)
392 #if _POSIX_C_SOURCE >= 200809
405 #elif defined(_POSIX_C_SOURCE)
406 #if _POSIX_C_SOURCE >= 200809
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c122 * need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
131 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
132 # ifndef _POSIX_C_SOURCE
133 # define _POSIX_C_SOURCE 2 macro
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1036 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
1037 #define _POSIX_C_SOURCE 200112 macro
/freebsd-11-stable/crypto/openssl/crypto/
H A Do_time.c70 (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
/freebsd-11-stable/contrib/byacc/
H A Dconfigure2458 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
2459 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
2622 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
2623 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
2626 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
2627 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
2629 echo "$as_me:2629: checking if we should define _POSIX_C_SOURCE" >&5
2630 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
2645 #ifndef _POSIX_C_SOURCE
2733 #ifndef _POSIX_C_SOURCE
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c112 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
117 # define _POSIX_C_SOURCE 2 macro
/freebsd-11-stable/contrib/dialog/
H A Dconfigure2887 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
2888 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
2999 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
3000 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
3003 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
3004 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
3006 echo "$as_me:3006: checking if we should define _POSIX_C_SOURCE" >&5
3007 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
3022 #ifndef _POSIX_C_SOURCE
3110 #ifndef _POSIX_C_SOURCE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp862 #if _XOPEN_SOURCE >= 600 || defined(_ISOC99_SOURCE) || _POSIX_C_SOURCE >= 200112L
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure7249 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
7250 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
7361 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
7362 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
7365 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
7366 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
7368 echo "$as_me:7368: checking if we should define _POSIX_C_SOURCE" >&5
7369 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
7384 #ifndef _POSIX_C_SOURCE
7472 #ifndef _POSIX_C_SOURCE
[all...]

Completed in 234 milliseconds