Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dutil.c77 char fmtbuff_stack[256]; /* Place to format the printf() string. */ in safe_fprintf() local
91 fmtbuff_length = sizeof(fmtbuff_stack); in safe_fprintf()
92 fmtbuff = fmtbuff_stack; in safe_fprintf()
124 fmtbuff = fmtbuff_stack; in safe_fprintf()
125 length = sizeof(fmtbuff_stack) - 1; in safe_fprintf()