Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dprintf.h83 PA_STRING = (1 << 3), /* const char * (with '\0') */ enumerator
/dragonfly/lib/libc/stdio/
H A Dxprintf_str.c117 argt[0] = PA_STRING; in __printf_arginfo_str()
H A Dxprintf.c496 case PA_STRING: in __v2printf()