Home
last modified time | relevance | path

Searched refs:end2 (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc117 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 Dsanitizer_posix.cc224 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 Dsanitizer_suppressions.cc115 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 Dsanitizer_posix.cc224 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 Dsanitizer_suppressions.cpp127 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 Dboot.c122 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 Dt_strtol.c112 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 Dgendsa.c102 goto end2; in gendsa_main()
113 goto end2; in gendsa_main()
134 end2: in gendsa_main()
H A Dstoreutl.c354 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 Dlist_test.c245 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 Dc_loopsetup_preg_div2_lc0.s35 LSETUP ( start2 , end2 ) LC0 = P2 >> 1;
37 end2: R5 += -5; label
H A Dc_loopsetup_preg_lc0.s35 LSETUP ( start2 , end2 ) LC0 = P2;
37 end2: R5 += -5; label
H A Dc_loopsetup_topbotcntr.s51 loadsym R1, end2;
58 end2: R6 += -3; label
H A Dc_loopsetup_prelc.s39 LSETUP ( start2 , end2 ) LC1;
41 end2: R5 += -5; label
H A Dc_loopsetup_nested_top.s33 LSETUP ( start2 , end2 ) LC1 = P2;
35 end2: R5 += -5; label
H A Dc_loopsetup_nested_prelc.s36 LSETUP ( start2 , end2 ) LC1;
38 end2: R5 += -5; label
H A Dc_loopsetup_preg_stld.s46 LSETUP ( start2 , end2 ) LC0 = P2;
50 end2: label
H A Dc_loopsetup_nested_bot.s32 LSETUP ( start2 , end2 ) LC1 = P2;
34 end2: R5 += -5; label
H A Dc_loopsetup_nested.s33 LSETUP ( start2 , end2 ) LC1 = P2;
35 end2: R5 += -5; label
H A Dc_loopsetup_overlap.s33 LSETUP ( start2 , end2 ) LC1 = P2;
35 end2: R5 += -5; label
H A Dc_interr_loopsetup_stld.S55 LSETUP ( start2 , end2 ) LC0 = P2;
69 end2: R5 += -5; label
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dstoreutl.c369 goto end2; in process()
378 goto end2; in process()
383 goto end2; in process()
491 end2: in process()
H A Dgendsa.c128 goto end2; in gendsa_main()
161 end2: in gendsa_main()
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c103 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 Dwps_upnp_ssdp.c43 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()

1234