| /src/external/bsd/libarchive/dist/libarchive_fe/ |
| line_reader.c | 50 char *buff, *buff_end, *line_start, *line_end; member in struct:lafe_line_reader 77 lr->line_start = lr->line_end = lr->buff_end = lr->buff = NULL; 88 *lr->line_end = '\0'; /* Noop if line_end == buff_end */ 99 while (lr->line_end < lr->buff_end) { 110 if (lr->line_start == lr->buff_end) 113 lr->line_start = lr->buff_end; 121 lr->buff_end - lr->line_start); 122 lr->buff_end -= lr->line_start - lr->buff; 140 lr->buff_end = p + (lr->buff_end - lr->buff) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_printf.cc | 31 static int AppendChar(char **buff, const char *buff_end, char c) { 32 if (*buff < buff_end) { 42 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, 54 result += AppendChar(buff, buff_end, '-'); 72 result += AppendChar(buff, buff_end, c); 74 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); 78 result += AppendChar(buff, buff_end, digit); 83 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, 86 return AppendNumber(buff, buff_end, num, base, minimal_num_length, 90 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num 136 const char *buff_end = &buff[buff_length - 1]; local [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_printf.cpp | 30 static int AppendChar(char **buff, const char *buff_end, char c) { 31 if (*buff < buff_end) { 41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, 53 result += AppendChar(buff, buff_end, '-'); 71 result += AppendChar(buff, buff_end, c); 73 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); 77 result += AppendChar(buff, buff_end, digit); 82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, 85 return AppendNumber(buff, buff_end, num, base, minimal_num_length, 89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num 135 const char *buff_end = &buff[buff_length - 1]; local [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_printf.cpp | 30 static int AppendChar(char **buff, const char *buff_end, char c) { 31 if (*buff < buff_end) { 41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, 53 result += AppendChar(buff, buff_end, '-'); 71 result += AppendChar(buff, buff_end, c); 73 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); 77 result += AppendChar(buff, buff_end, digit); 82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, 85 return AppendNumber(buff, buff_end, num, base, minimal_num_length, 89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num 135 const char *buff_end = &buff[buff_length - 1]; local [all...] |
| /src/external/gpl2/texinfo/dist/info/ |
| nodes.c | 996 char *buff_end; 1021 buff_end = subfile->contents + subfile->filesize; 1025 node_body.end = buff_end - node_body.buffer; 992 char *buff_end; local
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_7zip.c | 166 uint8_t *buff_end; member in struct:ppmd_stream 2268 if (strm->buff_ptr < strm->buff_end) { 2298 strm->buff_end = strm->buff + 32;
|