Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_printf.cc31 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar()
42 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber()
83 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
90 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
104 static int AppendString(char **buff, const char *buff_end, int width, in AppendString()
120 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
136 const char *buff_end = &buff[buff_length - 1]; in VSNPrintf() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_printf.cc29 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar()
40 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber()
81 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
88 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
102 static int AppendString(char **buff, const char *buff_end, int width, in AppendString()
118 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
134 const char *buff_end = &buff[buff_length - 1]; in VSNPrintf() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_printf.cpp30 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
/netbsd-src/external/bsd/libarchive/dist/libarchive_fe/
H A Dline_reader.c50 char *buff, *buff_end, *line_start, *line_end; member
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dnodes.c992 char *buff_end; in info_node_of_file_buffer_tags() local