Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dprintf.h97 #define PA_FLAG_SIZE (1 << 22) macro
/dragonfly/lib/libc/stdio/
H A Dxprintf_int.c240 argt[0] |= PA_FLAG_SIZE; in __printf_arginfo_int()
H A Dxprintf.c484 case PA_INT | PA_FLAG_SIZE: in __v2printf()