Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf.c456 const char *flag_chars; in VFPRINTF() local
530 flag_chars = "#-0+ "; in VFPRINTF()
531 for (; (cp = memchr (flag_chars, *fmt, 5)); fmt++) in VFPRINTF()
532 prt_data.flags |= (1 << (cp - flag_chars)); in VFPRINTF()
588 flag_chars = "hlL"; in VFPRINTF()
589 if ((cp = memchr (flag_chars, *fmt, 3)) != NULL) in VFPRINTF()
591 prt_data.flags |= (SHORTINT << (cp - flag_chars)); in VFPRINTF()