Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/tar/
H A Dutil.c96 char fmtbuff_stack[256]; /* Place to format the printf() string. */ in safe_fprintf() local
110 fmtbuff_length = sizeof(fmtbuff_stack); in safe_fprintf()
111 fmtbuff = fmtbuff_stack; in safe_fprintf()
143 fmtbuff = fmtbuff_stack; in safe_fprintf()
144 length = sizeof(fmtbuff_stack) - 1; in safe_fprintf()