Searched refs:CONV_u (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _vfprintf.c | 213 CONV_x, CONV_X, CONV_o, CONV_u, CONV_d, CONV_i, enumerator 1501 if (ppfs->conv_num <= CONV_u) { /* pointer or unsigned int */ in _do_one_spec() 1524 if (ppfs->conv_num > CONV_u) { /* signed int */ in _do_one_spec()
|
A D | _scanf.c | 435 CONV_x, CONV_X, CONV_o, CONV_u, CONV_d, CONV_i, enumerator 1776 usflag = (psfs->conv_num <= CONV_u); /* (1)0 if (un)signed */ in __psfs_do_numeric()
|
Completed in 8 milliseconds