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

/netbsd-current/external/bsd/libarchive/dist/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
142 fmtbuff = fmtbuff_stack;
158 p = fmtbuff;

Completed in 69 milliseconds