| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_procmaps_linux.cc | 37 char *next_line = local 39 if (next_line == 0) 40 next_line = last; 67 while (data_.current < next_line && *data_.current == ' ') data_.current++; 71 Min((uptr)(next_line - data_.current), segment->filename_size - 1); 76 data_.current = next_line + 1;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_linux.cpp | 36 char *next_line = local 38 if (next_line == 0) 39 next_line = last; 66 while (data_.current < next_line && *data_.current == ' ') data_.current++; 70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); 75 data_.current = next_line + 1;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_linux.cpp | 36 char *next_line = local 38 if (next_line == 0) 39 next_line = last; 66 while (data_.current < next_line && *data_.current == ' ') data_.current++; 70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); 75 data_.current = next_line + 1;
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_out.c | 187 char *next_line; local 217 for (line = start; line; line = next_line) { 218 next_line = split_at(line, '\n'); 219 line_len = next_line ? next_line - 1 - line : strlen(line); 224 next_line = 0;
|
| /src/external/gpl2/diffutils/dist/src/ |
| ifdef.c | 46 static lin next_line; variable 53 next_line = - files[0].prefix_lines; 55 if (next_line < files[0].valid_lines) 58 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines, 59 next_line - files[0].valid_lines + files[1].valid_lines, 81 if (next_line < first0) 82 format_ifdef (group_format[UNCHANGED], next_line, first0, 83 next_line - first0 + first1, first1); 86 next_line = last0 + 1; 87 format_ifdef (group_format[changes], first0, next_line, first1, last1 + 1) [all...] |
| /src/external/gpl2/xcvs/dist/diff/ |
| ifdef.c | 38 static int next_line; variable 46 next_line = - files[0].prefix_lines; 48 if (next_line < files[0].valid_lines) 51 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines, 52 next_line - files[0].valid_lines + files[1].valid_lines, 80 if (next_line < first0) 81 format_ifdef (group_format[UNCHANGED], next_line, first0, 82 next_line - first0 + first1, first1); 85 next_line = last0 + 1; 86 format_ifdef (format, first0, next_line, first1, last1 + 1) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| unbalanced_allocs.py | 43 next_line, stack = ProcessStack(f.readline(), f) 48 return next_line 57 next_line, stack = ProcessStack(f.readline(), f) 59 return next_line
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| table.c | 256 next_line (open_table * file) function 292 next_line (file); /* discard leading brace */ 300 next_line (file); 318 next_line (file); 338 next_line (file); 346 next_line (file); 404 next_line (file); 411 next_line (file); 421 next_line (file); 429 next_line (file) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| table.c | 256 next_line (open_table * file) function 292 next_line (file); /* discard leading brace */ 300 next_line (file); 318 next_line (file); 338 next_line (file); 346 next_line (file); 404 next_line (file); 411 next_line (file); 421 next_line (file); 429 next_line (file) [all...] |
| /src/games/hack/ |
| hack.pager.c | 266 struct line *next_line; member in struct:line 293 tl->next_line = 0; 299 texttail->next_line = tl; 319 for (tl = texthead; tl; tl = tl->next_line) { 335 for (tl = texthead; tl; tl = tl->next_line) { 350 texthead = tl->next_line;
|
| /src/external/gpl3/binutils/dist/etc/ |
| update-copyright.py | 305 next_line = None 316 return (False, orig_line, next_line) 321 next_line = file.readline() 327 continuation = self.strip_continuation (next_line) 332 orig_line += next_line 334 next_line = None 348 return (False, orig_line, next_line) 353 return (False, orig_line, next_line) 360 return (False, orig_line, next_line) 382 return (False, orig_line, next_line) [all...] |
| /src/external/gpl3/binutils.old/dist/etc/ |
| update-copyright.py | 305 next_line = None 316 return (False, orig_line, next_line) 321 next_line = file.readline() 327 continuation = self.strip_continuation (next_line) 332 orig_line += next_line 334 next_line = None 348 return (False, orig_line, next_line) 353 return (False, orig_line, next_line) 360 return (False, orig_line, next_line) 382 return (False, orig_line, next_line) [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| defun.c | 368 char *next_line, *new_line; 376 get_rest_of_line (0, &next_line); 377 new_line = (char *) xmalloc (i + strlen (next_line) + 2); 382 strcat (new_line, next_line); 384 free (next_line); 367 char *next_line, *new_line; local
|
| /src/external/gpl3/gcc/dist/contrib/ |
| update-copyright.py | 298 next_line = None 309 return (False, orig_line, next_line) 314 next_line = file.readline() 320 continuation = self.strip_continuation (next_line) 325 orig_line += next_line 327 next_line = None 341 return (False, orig_line, next_line) 346 return (False, orig_line, next_line) 353 return (False, orig_line, next_line) 369 return (False, orig_line, next_line) [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| update-copyright.py | 297 next_line = None 308 return (False, orig_line, next_line) 313 next_line = file.readline() 319 continuation = self.strip_continuation (next_line) 324 orig_line += next_line 326 next_line = None 340 return (False, orig_line, next_line) 345 return (False, orig_line, next_line) 352 return (False, orig_line, next_line) 368 return (False, orig_line, next_line) [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-hw.c | 160 char *next_line = NULL; local 184 next_line_len = getline (&next_line, &next_buf_size, description); 188 if (next_line[next_line_len - 1] == '\n') 189 next_line[--next_line_len] = '\0'; 200 memcpy (device_path + device_path_len, next_line, 204 free (next_line);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-hw.c | 160 char *next_line = NULL; local 184 next_line_len = getline (&next_line, &next_buf_size, description); 188 if (next_line[next_line_len - 1] == '\n') 189 next_line[--next_line_len] = '\0'; 200 memcpy (device_path + device_path_len, next_line, 204 free (next_line);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| disasm.c | 542 int next_line = 0; local 619 /* Print out everything from next_line to the current line. */ 620 if (mle[i].line >= next_line) 622 if (next_line != 0) 625 if (next_line == mle[i].line) 628 print_source_lines (symtab, next_line, mle[i].line + 1, psl_flags); 633 for (; next_line < mle[i].line; next_line++) 637 print_source_lines (symtab, next_line, next_line + 1 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
| ocsp_ht.c | 352 next_line: 385 goto next_line; 397 goto next_line;
|
| /src/external/gpl2/texinfo/dist/util/ |
| texindex.c | 1134 char **next_line; 1140 for (next_line = linearray; next_line != stop_line; next_line++) 1143 if (next_line == linearray 1146 || compare_general (*(next_line - 1), *next_line, 0L, 0L, 1149 char *p = *next_line; 1155 indexify (*next_line, ostream); 1127 char **next_line; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| disasm.c | 584 int next_line = 0; local 661 /* Print out everything from next_line to the current line. */ 662 if (mle[i].line >= next_line) 664 if (next_line != 0) 667 if (next_line == mle[i].line) 670 print_source_lines (symtab, next_line, mle[i].line + 1, psl_flags); 675 for (; next_line < mle[i].line; next_line++) 679 print_source_lines (symtab, next_line, next_line + 1 [all...] |
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_proto.c | 1320 char *next_line; local 1326 for (line = start; line; line = next_line) { 1327 next_line = split_at(line, '\n'); 1328 smtp_text_out(context, REC_TYPE_NORM, line, next_line ? 1329 next_line - line - 1 : strlen(line), offset); 1343 char *next_line; local 1410 for (line = start = vstring_str(buf); line != 0; line = next_line) { 1419 next_line = *end_line ? end_line + 1 : 0; 1430 for (line = start = vstring_str(buf); line != 0; line = next_line) { 1431 next_line = split_at(line, '\n') [all...] |
| /src/external/bsd/pkg_install/dist/add/ |
| perform.c | 531 const char *data, *eol, *next_line; local 535 for (; data != NULL && *data != '\0'; data = next_line) { 538 next_line = eol; 540 next_line = eol + 1; 1141 const char *data, *eol, *next_line; local 1146 for (; data != NULL && *data != '\0'; data = next_line) { 1149 next_line = eol; 1151 next_line = eol + 1;
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 947 buffer->cur = buffer->line_base = buffer->next_line; 949 s = buffer->next_line; 1023 buffer->next_line = p - 1; 1041 while (p != buffer->next_line && is_nvspace (p[-1])) 1043 if (p == buffer->next_line || p[-1] != '\\') 1048 buffer->next_line = p - 1; 1077 buffer->next_line = s + 1; 1135 if (buffer->next_line > buffer->rlimit) 1140 buffer->next_line = buffer->rlimit; 1883 if (buffer->next_line >= buffer->rlimit [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 944 buffer->cur = buffer->line_base = buffer->next_line; 946 s = buffer->next_line; 1020 buffer->next_line = p - 1; 1038 while (p != buffer->next_line && is_nvspace (p[-1])) 1040 if (p == buffer->next_line || p[-1] != '\\') 1045 buffer->next_line = p - 1; 1074 buffer->next_line = s + 1; 1129 if (buffer->next_line > buffer->rlimit) 1134 buffer->next_line = buffer->rlimit; 1693 if (buffer->next_line >= buffer->rlimit [all...] |