Searched refs:end2 (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp127 const char *end2 = end; local
128 while (line != end2 &&
129 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r'))
130 end2--;
145 s.templ = (char*)InternalAlloc(end2 - line + 1);
146 internal_memcpy(s.templ, line, end2 - line);
147 s.templ[end2 - line] = 0;
H A Dsanitizer_posix.cpp217 uptr start2, uptr end2) {
219 CHECK(start2 <= end2);
220 return (end1 < start2) || (end2 < start1);
216 IntervalsAreSeparate(uptr start1, uptr end1, uptr start2, uptr end2) argument
/freebsd-12-stable/crypto/openssl/apps/
H A Dgendsa.c102 goto end2;
113 goto end2;
134 end2:
H A Dstoreutl.c354 goto end2;
363 goto end2;
368 goto end2;
466 end2:
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dlist_test.c241 atf_list_citer_t end1, end2; local
247 end2 = atf_list_end_c(&l2);
249 ATF_CHECK(end1.m_entry != end2.m_entry);
252 ATF_CHECK(atf_list_end_c(&l1).m_entry == end2.m_entry);
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dhttpread.c103 int end2 = 0; local
112 end2 = !isgraph(c2);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c43 int end2 = 0; local
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
53 if (end1 || end2 || c1 != c2)
56 return end1 && end2; /* reached end of both words? */
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/awk/
H A Dt_awk.sh62 h_check end2
/freebsd-12-stable/usr.bin/mkimg/
H A Dmkimg.c405 lba_t start, end, start2, end2; local
420 end2 = part2->block + part2->size;
422 if ((start >= start2 && start < end2) ||
423 (end > start2 && end <= end2)) {
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp155 for (size_t j = firstRelI, end2 = rels.size(); j < end2; ++j)
H A DSymbols.h433 static Defined *end2; member in struct:lld::elf::ElfSym
H A DSymbols.cpp46 Defined *ElfSym::end2; member in class:lld::elf::ElfSym
H A DWriter.cpp296 ElfSym::end2 = add("_end", -1); member in class:lld::elf::ElfSym
1101 if (ElfSym::end2)
1102 ElfSym::end2->section = last->lastSec;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp342 BasicBlock::iterator end2 = Block2->getTerminator()->getIterator(); local
346 if (iter2 != end2)
/freebsd-12-stable/lib/libc/regex/
H A Dregcomp.c129 static void p_re(struct parse *p, int end1, int end2);
740 == static void p_re(struct parse *p, int end1, int end2);
741 * Giving end1 as OUT essentially eliminates the end1/end2 check.
750 int end2) /* second terminating character; ignored for EREs */
755 if (end1 == OUT && end2 == OUT)
759 #define SEEEND() (!p->bre ? SEE(end1) : SEETWO(end1, end2))
748 p_re(struct parse *p, int end1, int end2) argument
/freebsd-12-stable/contrib/nvi/regex/
H A Dregcomp.c84 static void p_bre(struct parse *p, int end1, int end2, size_t reclimit);
493 * Giving end1 as OUT essentially eliminates the end1/end2 check.
504 int end2, /* second terminating character */
523 while (MORE() && !SEETWO(end1, end2)) {
502 p_bre(struct parse *p, int end1, int end2, size_t reclimit) argument
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c1656 char end2[10]; local
1671 strftime(end2, 10, "%z", tm_ptr2);
1673 sprintf(buf2, "%s.%.9d %s", buf2, nsec2, end2);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c620 * Giving end1 as OUT essentially eliminates the end1/end2 check.
631 int end2) /* second terminating character */
642 while (MORE() && !SEETWO(end1, end2)) {
629 p_bre(struct parse *p, int end1, int end2) argument
/freebsd-12-stable/contrib/wpa/hs20/client/
H A Dosu_client.c2868 const char *pos, *end, *end2; local
2883 end2 = os_strchr(pos, ':');
2884 if ((end && end2 && end2 < end) || (!end && end2))
2885 end = end2;
/freebsd-12-stable/contrib/wpa/src/radius/
H A Dradius_server.c1228 char *url2, *end2, *pos2; local
1261 end2 = url2 + url_len + 1;
1264 os_snprintf(pos2, end2 - pos2, MACSTR, MAC2STR(sess->mac_addr));
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dregex.c5307 #define AT_STRINGS_END(d) ((d) == end2)
5578 const CHAR_T *end1, *end2;
5829 end2 = string2 + size2;
5561 const CHAR_T *end1, *end2; local
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dregex.c5307 #define AT_STRINGS_END(d) ((d) == end2)
5578 const CHAR_T *end1, *end2;
5829 end2 = string2 + size2;
5561 const CHAR_T *end1, *end2; local

Completed in 183 milliseconds