Searched defs:buff_end (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() 41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber() 82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() 89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal() 103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() 119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() 135 const char *buff_end = &buff[buff_length - 1]; in VSNPrintf() local
|
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | line_reader.c | 52 char *buff, *buff_end, *line_start, *line_end; global() member [all...] |
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_7zip.c | 152 uint8_t *buff_end; member
|