Home
last modified time | relevance | path

Searched refs:__USE_ISOC11 (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/include/
Dfeatures.h126 #undef __USE_ISOC11
250 # define __USE_ISOC11 1 macro
270 # define __USE_ISOC11 1 macro
439 #if defined __cplusplus ? __cplusplus >= 201402L : defined __USE_ISOC11
/glibc-2.36/time/
Dtime.h41 #if defined __USE_POSIX199309 || defined __USE_ISOC11
63 #ifdef __USE_ISOC11
380 #ifdef __USE_ISOC11
/glibc-2.36/assert/
Dassert.h138 #if defined __USE_ISOC11 && !defined __cplusplus
/glibc-2.36/stdlib/
Dstdlib.h603 #ifdef __USE_ISOC11
617 #if defined __USE_ISOC11 || defined __USE_ISOCXX11
639 #if defined __USE_ISOC11 || defined __USE_ISOCXX11
/glibc-2.36/math/
Dcomplex.h55 #if defined __USE_ISOC11 && __GNUC_PREREQ (4, 7)
/glibc-2.36/ChangeLog.old/
DChangeLog.248013 [__USE_ISOC11](__wur): Modified.
DChangeLog.192278 (__USE_ISOC11): Also define to 1 if [_ISOC2X_SOURCE].
31661 * include/features.h [__cplusplus >= 201703] (__USE_ISOC11): Define.
DChangeLog.1866897 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&