Searched refs:_ITOA_NEEDED (Results 1 – 7 of 7) sorted by relevance
31 #ifndef _ITOA_NEEDED32 # define _ITOA_NEEDED (LONG_MAX != LLONG_MAX) macro97 #if !_ITOA_NEEDED
79 #if _ITOA_NEEDED190 #if _ITOA_NEEDED467 #if _ITOA_NEEDED
65 #if !_ITOA_NEEDED
86 #if _ITOA_NEEDED
2 #define _ITOA_NEEDED 0 macro
81992 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of85999 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of86003 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of86007 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.86008 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined86012 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.