Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/file/src/
H A Dvasprintf.c151 static int realloc_buff(xprintf_struct *s, size_t len) in realloc_buff() function
185 if (realloc_buff(s,len) == EOF) in usual_char()
208 if (realloc_buff(s,approx_len) == EOF) in print_it()
321 if (realloc_buff(s, (size_t)1) == EOF) /* because we can have "%%%%%%%%..." */ in dispatch()
575 if (realloc_buff(s, (size_t)0) == EOF) in core()