Searched refs:fmt_anchor (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 362 wchar_t *fmt_anchor; /* current format spec being processed */ in VFWPRINTF() local 522 : get_arg (n, fmt_anchor, &my_ap, &numargs, args, \ in VFWPRINTF() 630 fmt_anchor = fmt; in VFWPRINTF()
|
D | vfprintf.c | 393 char *fmt_anchor; /* current format spec being processed */ in VFPRINTF() local 536 : get_arg (n, fmt_anchor, &my_ap, &numargs, args, \ in VFPRINTF() 680 fmt_anchor = fmt; in VFPRINTF()
|