Searched refs:fmt_anchor (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | vfwprintf.c | 358 wchar_t *fmt_anchor; /* current format spec being processed */ in VFWPRINTF() local 516 : get_arg (data, n, fmt_anchor, &ap, &numargs, args, \ in VFWPRINTF() 621 fmt_anchor = fmt; in VFWPRINTF()
|
D | vfprintf.c | 641 char *fmt_anchor; /* current format spec being processed */ local 782 : get_arg (data, n, fmt_anchor, &ap, &numargs, args, \ 906 fmt_anchor = fmt;
|