Home
last modified time | relevance | path

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

/src/contrib/file/src/
H A Dvasprintf.c149 static int realloc_buff(xprintf_struct *s, size_t len) in realloc_buff() function
183 if (realloc_buff(s,len) == EOF) in usual_char()
206 if (realloc_buff(s,approx_len) == EOF) in print_it()
319 if (realloc_buff(s, (size_t)1) == EOF) /* because we can have "%%%%%%%%..." */ in dispatch()
573 if (realloc_buff(s, (size_t)0) == EOF) in core()