Searched refs:vsprintf_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dvasprintf.c205 int vsprintf_len; local
212 vsprintf_len = vsprintf(s->dest_string, format_string, varg);
218 if (vsprintf_len == EOF) /* must be done *after* overflow-check */
221 s->pseudo_len += vsprintf_len;

Completed in 98 milliseconds