Home
last modified time | relevance | path

Searched refs:PRINTF_LEVEL (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dvfwprintf.c34 #define PRINTF_LEVEL PRINTF_FLT macro
Dvfiprintf.c33 #define PRINTF_LEVEL PRINTF_STD macro
Dvfprintff.c33 #define PRINTF_LEVEL PRINTF_FLT macro
Dvfprintf.c101 #ifndef PRINTF_LEVEL
102 # define PRINTF_LEVEL PRINTF_FLT macro
108 #if PRINTF_LEVEL == PRINTF_STD || PRINTF_LEVEL == PRINTF_FLT
110 #if ((PRINTF_LEVEL >= PRINTF_FLT) || defined(_WANT_IO_LONG_LONG))
114 #if ((PRINTF_LEVEL >= PRINTF_FLT) || defined(_WANT_IO_POS_ARGS))
386 #if PRINTF_LEVEL >= PRINTF_FLT in vfprintf()
601 #if PRINTF_LEVEL >= PRINTF_FLT in vfprintf()