Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dconv_flt.c37 # define CHECK_WIDTH() 1 macro
86 # define CHECK_WIDTH() (--width != 0) macro
218 if (!CHECK_WIDTH() || (i = scanf_getc (stream, context)) < 0) in conv_flt()
236 if (CHECK_WIDTH()) { in conv_flt()
248 if (CHECK_WIDTH()) { in conv_flt()
250 while (CHECK_WIDTH() && (i = scanf_getc (stream, context)) != ')') { in conv_flt()
353 } while (CHECK_WIDTH() && (i = scanf_getc (stream, context)) >= 0); in conv_flt()
372 if (!CHECK_WIDTH()) in conv_flt()
382 if (!CHECK_WIDTH()) { in conv_flt()
408 } while (CHECK_WIDTH() && isdigit (i = scanf_getc(stream, context))); in conv_flt()