| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_suppressions.cc | 117 const char *end2 = end; in Parse() local 118 while (line != end2 && in Parse() 119 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) in Parse() 120 end2--; in Parse() 135 s.templ = (char*)InternalAlloc(end2 - line + 1); in Parse() 136 internal_memcpy(s.templ, line, end2 - line); in Parse() 137 s.templ[end2 - line] = 0; in Parse()
|
| H A D | sanitizer_posix.cc | 224 uptr start2, uptr end2) { in IntervalsAreSeparate() argument 226 CHECK(start2 <= end2); in IntervalsAreSeparate() 227 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_suppressions.cc | 115 const char *end2 = end; in Parse() local 116 while (line != end2 && in Parse() 117 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) in Parse() 118 end2--; in Parse() 133 s.templ = (char*)InternalAlloc(end2 - line + 1); in Parse() 134 internal_memcpy(s.templ, line, end2 - line); in Parse() 135 s.templ[end2 - line] = 0; in Parse()
|
| H A D | sanitizer_posix.cc | 224 uptr start2, uptr end2) { in IntervalsAreSeparate() argument 226 CHECK(start2 <= end2); in IntervalsAreSeparate() 227 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_suppressions.cpp | 127 const char *end2 = end; in Parse() local 128 while (line != end2 && in Parse() 129 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) in Parse() 130 end2--; in Parse() 145 s.templ = (char*)InternalAlloc(end2 - line + 1); in Parse() 146 internal_memcpy(s.templ, line, end2 - line); in Parse() 147 s.templ[end2 - line] = 0; in Parse()
|
| /netbsd-src/sys/arch/sparc/stand/ofwboot/ |
| H A D | boot.c | 122 const char *start1 = NULL, *end1 = NULL, *start2 = NULL, *end2 = NULL; in bootoptions() local 153 end2 = ap; in bootoptions() 159 if (end2 == start2) { in bootoptions() 160 start2 = end2 = NULL; in bootoptions() 191 memcpy(kernel, start2, (end2 - start2)); in bootoptions() 192 kernel[end2 - start2] = '\0'; in bootoptions()
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | t_strtol.c | 112 char *end, *end2; in ATF_TC_BODY() 121 uli = strtoul(t[i].str, &end2, t[i].base); in ATF_TC_BODY() 136 if (end != end2) in ATF_TC_HEAD() 138 "strtoul(%s, &end, %d)", end2, t[i].str, t[i].base); in ATF_TC_BODY() 107 char *end, *end2; ATF_TC_BODY() local
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | gendsa.c | 102 goto end2; in gendsa_main() 113 goto end2; in gendsa_main() 134 end2: in gendsa_main()
|
| H A D | storeutl.c | 354 goto end2; in process() 363 goto end2; in process() 368 goto end2; in process() 466 end2: in process()
|
| /netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
| H A D | list_test.c | 245 atf_list_citer_t end1, end2; in ATF_TC_BODY() local 251 end2 = atf_list_end_c(&l2); in ATF_TC_BODY() 253 ATF_CHECK(end1.m_entry != end2.m_entry); in ATF_TC_BODY() 256 ATF_CHECK(atf_list_end_c(&l1).m_entry == end2.m_entry); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | c_loopsetup_preg_div2_lc0.s | 35 LSETUP ( start2 , end2 ) LC0 = P2 >> 1; 37 end2: R5 += -5; label
|
| H A D | c_loopsetup_preg_lc0.s | 35 LSETUP ( start2 , end2 ) LC0 = P2; 37 end2: R5 += -5; label
|
| H A D | c_loopsetup_topbotcntr.s | 51 loadsym R1, end2; 58 end2: R6 += -3; label
|
| H A D | c_loopsetup_prelc.s | 39 LSETUP ( start2 , end2 ) LC1; 41 end2: R5 += -5; label
|
| H A D | c_loopsetup_nested_top.s | 33 LSETUP ( start2 , end2 ) LC1 = P2; 35 end2: R5 += -5; label
|
| H A D | c_loopsetup_nested_prelc.s | 36 LSETUP ( start2 , end2 ) LC1; 38 end2: R5 += -5; label
|
| H A D | c_loopsetup_preg_stld.s | 46 LSETUP ( start2 , end2 ) LC0 = P2; 50 end2: label
|
| H A D | c_loopsetup_nested_bot.s | 32 LSETUP ( start2 , end2 ) LC1 = P2; 34 end2: R5 += -5; label
|
| H A D | c_loopsetup_nested.s | 33 LSETUP ( start2 , end2 ) LC1 = P2; 35 end2: R5 += -5; label
|
| H A D | c_loopsetup_overlap.s | 33 LSETUP ( start2 , end2 ) LC1 = P2; 35 end2: R5 += -5; label
|
| H A D | c_interr_loopsetup_stld.S | 55 LSETUP ( start2 , end2 ) LC0 = P2; 69 end2: R5 += -5; label
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | storeutl.c | 369 goto end2; in process() 378 goto end2; in process() 383 goto end2; in process() 491 end2: in process()
|
| H A D | gendsa.c | 128 goto end2; in gendsa_main() 161 end2: in gendsa_main()
|
| /netbsd-src/external/bsd/wpa/dist/src/wps/ |
| H A D | httpread.c | 103 int end2 = 0; in word_eq() local 112 end2 = !isgraph(c2); in word_eq() 113 if (end1 || end2 || c1 != c2) in word_eq() 116 return end1 && end2; /* reached end of both words? */ in word_eq()
|
| H A D | wps_upnp_ssdp.c | 43 int end2 = 0; in token_eq() local 52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-'); in token_eq() 53 if (end1 || end2 || c1 != c2) in token_eq() 56 return end1 && end2; /* reached end of both words? */ in token_eq()
|