Home
last modified time | relevance | path

Searched defs:buff_end (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() argument
41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber() argument
82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() argument
89 static int AppendSignedDecimal(char **buff, const char *buff_end, s6 argument
103 AppendString(char ** buff,const char * buff_end,int width,int max_chars,const char * s) AppendString() argument
119 AppendPointer(char ** buff,const char * buff_end,u64 ptr_value) AppendPointer() argument
135 const char *buff_end = &buff[buff_length - 1]; VSNPrintf() local
[all...]
/freebsd-src/contrib/libarchive/libarchive_fe/
H A Dline_reader.c50 char *buff, *buff_end, *line_start, *line_end; member
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c152 uint8_t *buff_end; member