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

/freebsd-11-stable/contrib/libarchive/tar/
H A Dutil.c99 char *fmtbuff; /* Pointer to fmtbuff_stack or fmtbuff_heap. */ local
111 fmtbuff = fmtbuff_stack;
115 length = vsnprintf(fmtbuff, fmtbuff_length, fmt, ap);
136 fmtbuff = fmtbuff_heap;
138 length = vsnprintf(fmtbuff, fmtbuff_length, fmt, ap);
141 /* Leave fmtbuff pointing to the truncated
143 fmtbuff = fmtbuff_stack;
159 p = fmtbuff;

Completed in 87 milliseconds