Home
last modified time | relevance | path

Searched refs:u_spec (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dold_vfprintf.c312 static const char u_spec[] = "%nbopxXudicsfgGeEaA"; variable
315 static const char u_spec[] = "%nbopxXudics"; variable
437 for (p = (char *) u_spec ; *p ; p++) { in vfprintf()
439 if (p-u_spec < 1) { /* print a % */ in vfprintf()
442 if (p-u_spec < 2) { /* store output count in int ptr */ in vfprintf()
449 if (p-u_spec < 10) { in vfprintf()
478 if (p-u_spec < 8) { /* unsigned conversion */ in vfprintf()
479 radix = u_radix[p-u_spec-2]; in vfprintf()
509 } else if (p-u_spec < 10) { /* signed conversion */ in vfprintf()
515 } else if (p-u_spec < 12) { /* character or string */ in vfprintf()
[all …]

Completed in 7 milliseconds