Home
last modified time | relevance | path

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

/freebsd/include/
H A Dprintf.h99 #define PA_FLAG_PTRDIFF (1 << 23) macro
/freebsd/lib/libc/stdio/
H A Dxprintf_int.c237 argt[0] |= PA_FLAG_PTRDIFF; in __printf_arginfo_int()
H A Dxprintf.c484 case PA_INT | PA_FLAG_PTRDIFF: in __v2printf()