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

/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dutil.c95 char fmtbuff_stack[256]; /* Place to format the printf() string. */ local
97 char *fmtbuff_heap; /* If fmtbuff_stack is too small, we use malloc */
98 char *fmtbuff; /* Pointer to fmtbuff_stack or fmtbuff_heap. */
109 fmtbuff_length = sizeof(fmtbuff_stack);
110 fmtbuff = fmtbuff_stack;
141 * string in fmtbuff_stack. */
142 fmtbuff = fmtbuff_stack;
143 length = sizeof(fmtbuff_stack) - 1;

Completed in 134 milliseconds