Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dvasprintf.c142 } xprintf_struct; typedef
149 static int realloc_buff(xprintf_struct *s, size_t len) in realloc_buff()
175 static int usual_char(xprintf_struct * s) in usual_char()
199 static int print_it(xprintf_struct *s, size_t approx_len, in print_it()
238 static int type_s(xprintf_struct *s, int width, int prec, in type_s()
292 static int dispatch(xprintf_struct *s) in dispatch()
554 static int core(xprintf_struct *s) in core()
621 xprintf_struct s; in vasprintf()