| /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; 86 lr->line_end += strcspn(lr->line_end, 88 *lr->line_end = '\0'; /* Noop if line_end == buff_end */ 99 while (lr->line_end < lr->buff_end) { 101 lr->line_start = ++lr->line_end; 123 lr->line_end -= lr->line_start - lr->buff; 141 lr->line_end = p + (lr->line_end - lr->buff) [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| exclude.c | 85 struct exclude *ex, char const *filename, char line_end) 121 if (p < lim ? *p == line_end : buf < p && p[-1])
|
| /src/external/gpl2/diffutils/dist/lib/ |
| exclude.c | 213 OPTIONS. LINE_END terminates each pattern in the file. Return -1 220 char line_end) 261 if (p < lim ? *p == line_end : buf < p && p[-1])
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| tncc.c | 1070 char *config, *end, *pos, *line_end; local 1084 for (pos = config; pos < end; pos = line_end + 1) { 1085 line_end = pos; 1086 while (*line_end != '\n' && *line_end != '\r' && 1087 line_end < end) 1088 line_end++; 1089 *line_end = '\0'; 1094 imc = tncc_parse_imc(pos + 4, line_end, &error);
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| tncs.c | 1018 char *config, *end, *pos, *line_end; local 1033 for (pos = config; pos < end; pos = line_end + 1) { 1034 line_end = pos; 1035 while (*line_end != '\n' && *line_end != '\r' && 1036 line_end < end) 1037 line_end++; 1038 *line_end = '\0'; 1043 imv = tncs_parse_imv(id++, pos + 4, line_end, &error);
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| m-regex.c | 182 static const char line_end[] = "\\)$"; local 191 strcpy (n + i, match_lines ? line_end : word_end); 268 static const char line_end[] = ")$"; local 277 strcpy (n + i, match_lines ? line_end : word_end);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf2.c | 2717 bfd_byte *line_end; local 2742 line_end = file->dwarf_line_buffer + file->dwarf_line_size; 2745 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); 2749 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end); 2755 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); 2759 if (lh.total_length > (size_t) (line_end - line_ptr)) 2765 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr)); 2770 line_end = line_ptr + lh.total_length; 2772 lh.version = read_2_bytes (abfd, &line_ptr, line_end); 2782 >= line_end) [all...] |
| ecofflink.c | 373 struct shuffle *line_end; 492 ainfo->line_end = NULL; 892 if (!add_file_shuffle (ainfo, &ainfo->line, &ainfo->line_end, 2059 unsigned char *line_end; 2189 line_ptr = line_end = debug_info->line; 2196 line_end += fdr_ptr->cbLineOffset + fdr_ptr->cbLine; 2203 while (line_ptr < line_end) 372 struct shuffle *line_end; member in struct:accumulate 2057 unsigned char *line_end; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf2.c | 2717 bfd_byte *line_end; local 2742 line_end = file->dwarf_line_buffer + file->dwarf_line_size; 2745 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); 2749 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end); 2755 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); 2759 if (lh.total_length > (size_t) (line_end - line_ptr)) 2765 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr)); 2770 line_end = line_ptr + lh.total_length; 2772 lh.version = read_2_bytes (abfd, &line_ptr, line_end); 2782 >= line_end) [all...] |
| ecofflink.c | 373 struct shuffle *line_end; 492 ainfo->line_end = NULL; 892 if (!add_file_shuffle (ainfo, &ainfo->line, &ainfo->line_end, 2059 unsigned char *line_end; 2189 line_ptr = line_end = debug_info->line; 2196 line_end += fdr_ptr->cbLineOffset + fdr_ptr->cbLine; 2203 while (line_ptr < line_end) 372 struct shuffle *line_end; member in struct:accumulate 2057 unsigned char *line_end; local
|
| /src/usr.bin/make/ |
| parse.c | 2378 char *line_end = line; local 2406 line_end = p; 2407 *line_end = '\n'; 2413 line_end = p; 2424 commentLineEnd = line_end; 2432 line_end = p; 2437 *out_line_end = line_end; 2529 char *line_end; local 2536 &line, &line_end, &firstBackslash, &commentLineEnd); 2540 if (line == line_end || line == commentLineEnd) [all...] |
| /src/external/gpl2/grep/dist/src/ |
| search.c | 235 static char const line_end[] = "\\)$"; local 244 strcpy (n + i, match_lines ? line_end : word_end); 318 static char const line_end[] = ")$"; local 327 strcpy (n + i, match_lines ? line_end : word_end);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov-dump.cc | 324 unsigned line_end = gcov_read_unsigned (); 327 line_end, column_end);
|
| diagnostic-show-locus.cc | 2967 location_t line_end = linemap_position_for_column (line_table, line_bytes); 2970 if (line_end > LINE_MAP_MAX_LOCATION_WITH_COLS) 2973 ASSERT_STREQ (tmp.get_filename (), LOCATION_FILE (line_end)); 2974 ASSERT_EQ (1, LOCATION_LINE (line_end)); 2975 ASSERT_EQ (line_bytes, LOCATION_COLUMN (line_end)); 2982 location_compute_display_column (expand_location (line_end), 3120 location_t line_end = linemap_position_for_column (line_table, line_bytes); 3123 if (line_end > LINE_MAP_MAX_LOCATION_WITH_COLS) 3136 location_compute_display_column (expand_location (line_end), 3766 location_t line_end = linemap_position_for_column (line_table, 16) [all...] |
| input.cc | 674 char *line_end = (char *) memchr (line_start, '\n', remaining_size); local 675 if (line_end == NULL) 684 line_end = (char *) memchr (line_start, '\n', remaining_size); 685 if (line_end != NULL) 687 next_line_start = line_end + 1; 691 if (line_end == NULL) 696 of when the line ends up with a '\n' and line_end points to 699 line_end = m_data + m_nb_read ; 707 next_line_start = line_end + 1; 717 gcc_assert (line_end != NULL) [all...] |
| /src/usr.bin/kdump/ |
| kdump.c | 1235 const unsigned char *line_end; local 1267 line_end = dp + 16; 1268 if (line_end >= datalim) { 1269 line_end = datalim; 1279 dp = line_end; 1294 for (l = 0, bp = bytes, cp = chars; dp < line_end; l++) {
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 536 const size_t line_end = output.find('\n', at); local 538 if (line_end == ::std::string::npos) { 542 ret += output.substr(at, line_end + 1 - at); 543 at = line_end + 1;
|
| /src/external/bsd/less/dist/ |
| search.c | 931 char *line_end = line + line_len; local 974 else if (searchp != line_end) 979 searchp, line_end - searchp, sp, ep, nsp, 1, search_info.search_type));
|
| /src/external/gpl3/binutils/dist/gas/ |
| dwarf2dbg.c | 2454 symbolS *line_end; 2460 line_end = exp.X_add_symbol; 2527 This section contains the line_end symbol which is used to 2532 symbol_set_value_now (line_end); 2451 symbolS *line_end; local
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| dwarf2dbg.c | 2452 symbolS *line_end; 2458 line_end = exp.X_add_symbol; 2525 This section contains the line_end symbol which is used to 2530 symbol_set_value_now (line_end); 2449 symbolS *line_end; local
|