Home
last modified time | relevance | path

Searched defs:props (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/lib/
H A Dprintf.c35 static void print_str(pstream_t *p, const char *s, strprops_t props) in print_str()
120 static void print_wstring(pstream_t *p, const u16 *s, strprops_t props) in print_wstring()
159 static void print_int(pstream_t *ps, long long n, int base, strprops_t props) in print_int()
195 strprops_t props) in print_unsigned()
311 strprops_t props; in vsnprintf() local