Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dconv_flt.c37 # define CHECK_WIDTH() 1 macro
85 # define CHECK_WIDTH() (--width != 0) macro
213 if (!CHECK_WIDTH() || (i = scanf_getc (stream, lenp)) < 0) in conv_flt()
231 if (CHECK_WIDTH()) { in conv_flt()
323 } while (CHECK_WIDTH() && (i = scanf_getc (stream, lenp)) >= 0); in conv_flt()
338 if (!CHECK_WIDTH()) in conv_flt()
348 if (!CHECK_WIDTH()) { in conv_flt()
374 } while (CHECK_WIDTH() && isdigit (i = scanf_getc(stream, lenp))); in conv_flt()