Searched refs:CONV_p (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _vfprintf.c | 212 CONV_p, enumerator 225 #define SPEC_RANGES { CONV_n, CONV_p, CONV_i, CONV_A, \ 1491 base = spec_base[(int)(ppfs->conv_num - CONV_p)]; in _do_one_spec() 1505 if (ppfs->conv_num == CONV_p) { /* pointer */ in _do_one_spec() 1522 _load_inttype(ppfs->conv_num == CONV_p ? PA_FLAG_LONG : *argtype & __PA_INTMASK, in _do_one_spec() 1559 if (ppfs->conv_num == CONV_p) {/* null pointer */ in _do_one_spec()
|
A D | _scanf.c | 434 CONV_p, enumerator 471 #define SPEC_RANGES { CONV_n, CONV_p, CONV_i, CONV_A, \ 916 if (p_m_spec_chars == CONV_p) { in __psfs_parse_spec() 1775 base = spec_base[psfs->conv_num - CONV_p]; in __psfs_do_numeric() 1780 if (psfs->conv_num == CONV_p) { /* Pointer */ in __psfs_do_numeric()
|
Completed in 8 milliseconds