Searched refs:charfmt (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vfwprintf.c | 164 char charfmt[16]; in wprintf_core() local 312 snprintf(charfmt, sizeof charfmt, "%%%s%s%s%s%s*.*%c%c", in wprintf_core() 322 l = fprintf(f, charfmt, w, p, arg.f); in wprintf_core() 325 l = fprintf(f, charfmt, w, p, arg.i); in wprintf_core()
|
Completed in 1 milliseconds