Searched refs:charfmt (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/src/stdio/ |
D | vfwprintf.c | 158 char charfmt[16]; in wprintf_core() local 305 snprintf(charfmt, sizeof charfmt, "%%%s%s%s%s%s*.*%c%c", in wprintf_core() 315 l = fprintf(f, charfmt, w, p, arg.f); in wprintf_core() 318 l = fprintf(f, charfmt, w, p, arg.i); in wprintf_core()
|