HomeSort by: relevance | last modified time | path
    Searched defs:next_line (Results 1 - 24 of 24) sorted by relevancy

  /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;
cleanup_message.c 113 char *next_line; local
123 for (line = start_line; line != 0; line = next_line) {
132 next_line = *end_line ? end_line + 1 : 0;
  /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/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/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
texi2html 547 while ($_ = &next_line) {
1643 sub next_line { subroutine
1660 # used in pass 1, use &next_line
1665 while ($_ = &next_line) {
  /src/external/gpl2/gettext/dist/gettext-tools/doc/
texi2html 547 while ($_ = &next_line) {
1643 sub next_line { subroutine
1660 # used in pass 1, use &next_line
1665 while ($_ = &next_line) {
  /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/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/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/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/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/ibm-public/postfix/dist/src/sendmail/
sendmail.c 625 char *next_line; local
657 for (line = start = STR(buf); line; line = next_line) {
658 next_line = split_at(line, '\n');
659 len = next_line ? next_line - line - 1 : strlen(line);
  /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/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/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/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/libarchive/dist/libarchive/
archive_read_support_format_mtree.c 367 next_line(struct archive_read *a, function
707 len = next_line(a, &p, &avail, &ravail, &nl);
  /src/external/gpl3/gcc/dist/libcpp/
internal.h 330 const unsigned char *next_line; /* Start of to-be-cleaned logical line. */ member in struct:cpp_buffer
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 329 const unsigned char *next_line; /* Start of to-be-cleaned logical line. */ member in struct:cpp_buffer

Completed in 53 milliseconds