Searched refs:charfmt (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 211 char charfmt[16]; in wprintf_core() local 351 snprintf(charfmt, sizeof charfmt, "%%%s%s%s%s%s*.*%c%c", in wprintf_core() 361 l = fprintf(f, charfmt, w, p, arg.f); in wprintf_core() 364 l = fprintf(f, charfmt, w, p, arg.i); in wprintf_core()
|