Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dvasprintf.c148 } xprintf_struct; typedef
155 static int realloc_buff(xprintf_struct *s, size_t len) in realloc_buff()
181 static int usual_char(xprintf_struct * s) in usual_char()
205 static int print_it(xprintf_struct *s, size_t approx_len, in print_it()
244 static int type_s(xprintf_struct *s, int width, int prec, in type_s()
298 static int dispatch(xprintf_struct *s) in dispatch()
560 static int core(xprintf_struct *s) in core()
627 xprintf_struct s; in vasprintf()