Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_load_inttype.c33 if (desttype == __PA_FLAG_CHAR) x = (unsigned char) x; in _load_inttype()
59 if (desttype == __PA_FLAG_CHAR) x = (signed char) x; in _load_inttype()
A D_store_inttype.c33 if (desttype == __PA_FLAG_CHAR) { /* assume char not int */ in _store_inttype()
A D_vfprintf.c184 (__PA_FLAG_CHAR|PA_FLAG_SHORT|__PA_FLAG_INT|PA_FLAG_LONG|PA_FLAG_LONG_LONG)
620 case (PA_INT|__PA_FLAG_CHAR):/* TODO -- translate this!!! */ in _ppfs_setargs()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dprintf.h207 #define __PA_FLAG_CHAR (0x0100) /* non-gnu -- to deal with hh */ macro

Completed in 8 milliseconds