Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_load_inttype.c15 if (desttype & (PA_FLAG_LONG|PA_FLAG_LONG_LONG)) { in _load_inttype()
41 if (desttype & (PA_FLAG_LONG|PA_FLAG_LONG_LONG)) { in _load_inttype()
A D_store_inttype.c50 if (desttype == PA_FLAG_LONG) { in _store_inttype()
A D_vfprintf.c184 (__PA_FLAG_CHAR|PA_FLAG_SHORT|__PA_FLAG_INT|PA_FLAG_LONG|PA_FLAG_LONG_LONG)
613 case (PA_INT|PA_FLAG_LONG): in _ppfs_setargs()
716 PA_INT|PA_FLAG_LONG,
1008 && (dataargtype & PA_FLAG_LONG)) { in _ppfs_parsespec()
1522 _load_inttype(ppfs->conv_num == CONV_p ? PA_FLAG_LONG : *argtype & __PA_INTMASK, in _do_one_spec()
A Dold_vfprintf.c465 case (PA_INT|PA_FLAG_LONG): in vfprintf()
A D_scanf.c918 psfs->dataargtype = PA_FLAG_LONG; in __psfs_parse_spec()
920 && (psfs->dataargtype & PA_FLAG_LONG)) { in __psfs_parse_spec()
2211 } else if (psfs->dataargtype & PA_FLAG_LONG) { in __psfs_do_numeric()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dprintf.h209 #define PA_FLAG_LONG (0x0400) macro

Completed in 15 milliseconds