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

/freebsd-10.2-release/contrib/libarchive/tar/
H A Dutil.c98 char *fmtbuff; /* Pointer to fmtbuff_stack or fmtbuff_heap. */ local
110 fmtbuff = fmtbuff_stack;
114 length = vsnprintf(fmtbuff, fmtbuff_length, fmt, ap);
135 fmtbuff = fmtbuff_heap;
137 length = vsnprintf(fmtbuff, fmtbuff_length, fmt, ap);
140 /* Leave fmtbuff pointing to the truncated
157 p = fmtbuff;

Completed in 136 milliseconds