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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sys/sys/
H A Dcdefs.h574 * _POSIX_C_SOURCE == 1 1003.1-1990
575 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
576 * _POSIX_C_SOURCE == 199309 1003.1b-1993
577 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
579 * _POSIX_C_SOURCE == 200112 1003.1-2001
580 * _POSIX_C_SOURCE == 200809 1003.1-2008
584 * that specification, and which subsumes _POSIX_C_SOURCE.
589 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
590 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
591 #undef _POSIX_C_SOURCE macro
592 #define _POSIX_C_SOURCE macro
597 #undef _POSIX_C_SOURCE macro
598 #define _POSIX_C_SOURCE macro
605 #undef _POSIX_C_SOURCE macro
606 #define _POSIX_C_SOURCE macro
609 #undef _POSIX_C_SOURCE macro
610 #define _POSIX_C_SOURCE macro
613 #undef _POSIX_C_SOURCE macro
614 #define _POSIX_C_SOURCE macro
623 #define _POSIX_C_SOURCE macro
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/sys/powerpc/include/
H A Dstdarg.h141 (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h27 #if !defined (_POSIX_C_SOURCE) && !defined (_POSIX_SOURCE) && defined (VMS)
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h35 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c122 * need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
127 #define _POSIX_C_SOURCE 1 macro
/freebsd-9.3-release/contrib/dialog/
H A Dconfigure2846 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
2847 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
3151 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
3152 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
3155 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
3156 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
3158 echo "$as_me:3158: checking if we should define _POSIX_C_SOURCE" >&5
3159 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
3174 #ifndef _POSIX_C_SOURCE
3262 #ifndef _POSIX_C_SOURCE
[all...]

Completed in 293 milliseconds