Searched refs:__USE_GNU (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Headers/
H A Dlimits.h106 #if defined(__GNU_LIBRARY__) ? defined(__USE_GNU) : !defined(__STRICT_ANSI__)
/external/clang/lib/include/
H A Dlimits.h106 #if defined(__GNU_LIBRARY__) ? defined(__USE_GNU) : !defined(__STRICT_ANSI__)
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c30 #define __USE_GNU 1 macro
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c1324 /* On some versions of linux, mremap decl in mman.h needs __USE_GNU set */
1325 #if (defined(linux) && !defined(__USE_GNU))
1326 #define __USE_GNU 1 macro
1328 #undef __USE_GNU macro
/external/sqlite/dist/orig/
H A Dsqlite3.c26075 /* If STRERROR_R_CHAR_P (set by autoconf scripts) or __USE_GNU is defined,
26087 #if defined(STRERROR_R_CHAR_P) || defined(__USE_GNU)
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26093 /* If STRERROR_R_CHAR_P (set by autoconf scripts) or __USE_GNU is defined,
26105 #if defined(STRERROR_R_CHAR_P) || defined(__USE_GNU)
[all...]

Completed in 442 milliseconds