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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h37 * Values of _POSIX_C_SOURCE
46 #if defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE)
47 #define _POSIX_C_SOURCE 1 macro
81 #if defined(_XOPEN_SOURCE) || defined(_POSIX_C_SOURCE)
285 #undef _POSIX_C_SOURCE macro
286 #define _POSIX_C_SOURCE 199506L macro
288 #elif (_XOPEN_SOURCE - 0 == 600) || (_POSIX_C_SOURCE - 0 == 200112L)
294 #undef _POSIX_C_SOURCE macro
295 #define _POSIX_C_SOURCE 200112L macro
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/sys/sys/
H A Dcdefs.h626 * _POSIX_C_SOURCE == 1 1003.1-1990
627 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
628 * _POSIX_C_SOURCE == 199309 1003.1b-1993
629 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
631 * _POSIX_C_SOURCE == 200112 1003.1-2001
632 * _POSIX_C_SOURCE == 200809 1003.1-2008
636 * that specification, and which subsumes _POSIX_C_SOURCE.
641 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
642 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
643 #undef _POSIX_C_SOURCE macro
644 #define _POSIX_C_SOURCE macro
649 #undef _POSIX_C_SOURCE macro
650 #define _POSIX_C_SOURCE macro
657 #undef _POSIX_C_SOURCE macro
658 #define _POSIX_C_SOURCE macro
661 #undef _POSIX_C_SOURCE macro
662 #define _POSIX_C_SOURCE macro
665 #undef _POSIX_C_SOURCE macro
666 #define _POSIX_C_SOURCE macro
675 #define _POSIX_C_SOURCE macro
[all...]
/freebsd-10.0-release/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-10.0-release/lib/libusb/
H A Dlibusb_global_linux.h35 #define _POSIX_C_SOURCE 200809 macro
/freebsd-10.0-release/include/
H A Dstdio.h359 * b) the app has requested a POSIX.1-2008 environment via _POSIX_C_SOURCE
365 #elif defined(_POSIX_C_SOURCE)
366 #if _POSIX_C_SOURCE >= 200809
379 #elif defined(_POSIX_C_SOURCE)
380 #if _POSIX_C_SOURCE >= 200809
/freebsd-10.0-release/sys/powerpc/include/
H A Dstdarg.h141 (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h652 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
653 #define _POSIX_C_SOURCE 200112 macro
H A Dconfig.h.in651 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
652 #define _POSIX_C_SOURCE 200112
/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c120 /* need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
129 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
130 #ifndef _POSIX_C_SOURCE
131 #define _POSIX_C_SOURCE 2 macro
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp484 #if (defined(_POSIX_C_SOURCE) && !defined(_DARWIN_C_SOURCE))
487 #if !defined(_POSIX_C_SOURCE)
505 #if !defined(_POSIX_C_SOURCE)
512 #if !defined(_POSIX_C_SOURCE)
/freebsd-10.0-release/crypto/openssl/crypto/
H A Do_time.c68 (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
/freebsd-10.0-release/contrib/byacc/
H A Dconfigure2355 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
2356 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
2467 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
2468 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
2471 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
2472 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
2474 echo "$as_me:2474: checking if we should define _POSIX_C_SOURCE" >&5
2475 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
2490 #ifndef _POSIX_C_SOURCE
2578 #ifndef _POSIX_C_SOURCE
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapps.c112 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
113 #define _POSIX_C_SOURCE 2 /* On VMS, you need to define this to get macro
/freebsd-10.0-release/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-10.0-release/contrib/sqlite3/
H A Dsqlite3.c22937 && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
[all...]

Completed in 482 milliseconds