Home
last modified time | relevance | path

Searched refs:next_line (Results 101 – 125 of 2593) sorted by relevance

12345678910>>...104

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/lang/zig/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/lang/zig-devel/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc30 char *next_line = in Next() local
32 if (next_line == 0) in Next()
33 next_line = last; in Next()
60 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
64 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
69 data_.current = next_line + 1; in Next()
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc34 char *next_line = in Next() local
36 if (next_line == 0) in Next()
37 next_line = last; in Next()
64 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
68 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
73 data_.current = next_line + 1; in Next()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 char *next_line = in Next() local
38 if (next_line == 0) in Next()
39 next_line = last; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
75 data_.current = next_line + 1; in Next()
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc34 char *next_line = in Next() local
36 if (next_line == 0) in Next()
37 next_line = last; in Next()
64 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
68 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next()
73 data_.current = next_line + 1; in Next()
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dmotion.c23 while (temp_line->next_line != NULL) in bottom()
26 temp_line = temp_line->next_line; in bottom()
134 …uff->curr_line->vert_len, 0, curr_buff->curr_line->next_line->line, 1, curr_buff->curr_line->next_… in prevline()
138 …uff->curr_line->vert_len, 0, curr_buff->curr_line->next_line->line, 1, curr_buff->curr_line->next_… in prevline()
395 if (curr_buff->curr_line->next_line != NULL) in down()
519 if (curr_buff->curr_line->next_line == NULL)
557 if (curr_buff->curr_line->next_line == NULL)
636 tmp_line = tmp_line->next_line;
655 cpste_line = cpste_line->next_line;
803 if (curr_buff->curr_line->next_line != NULL) in next_page()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()
/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Difdef.c38 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);
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dtrailer.c32 static const char *next_line(const char *str) in next_line() function
124 const char *next_line = memchr(buf + bol, '\n', len - bol); in ignore_non_trailer() local
126 if (!next_line) in ignore_non_trailer()
127 next_line = buf + len; in ignore_non_trailer()
129 next_line++; in ignore_non_trailer()
147 bol = next_line - buf; in ignore_non_trailer()
160 for (s = str; *s; s = next_line(s)) { in find_patch_start()
188 for (s = buf; s < buf + len; s = next_line(s)) { in find_trailer_start()
219 return next_line(bol) - buf; in find_trailer_start()
221 return next_line(bol) - buf; in find_trailer_start()

12345678910>>...104