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

/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dlist_test.c245 atf_list_citer_t end1, end2; local
251 end2 = atf_list_end_c(&l2);
253 ATF_CHECK(end1.m_entry != end2.m_entry);
256 ATF_CHECK(atf_list_end_c(&l1).m_entry == end2.m_entry);
/freebsd-10.1-release/contrib/wpa/src/wps/
H A Dhttpread.c115 int end2 = 0; local
124 end2 = !isgraph(c2);
125 if (end1 || end2 || c1 != c2)
128 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c40 int end2 = 0; local
49 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp329 BasicBlock::iterator end2 = Block2->getTerminator(); local
333 if (iter2 != end2)
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregcomp.c88 static void p_bre __P((struct parse *p, int end1, int end2, size_t reclimit));
511 == register int end2, size_t reclimit);
512 * Giving end1 as OUT essentially eliminates the end1/end2 check.
521 p_bre(register struct parse *p, register int end1, register int end2, size_t reclimit) argument
542 while (MORE() && !SEETWO(end1, end2)) {
/freebsd-10.1-release/lib/libc/regex/
H A Dregcomp.c92 static void p_bre(struct parse *p, int end1, int end2);
512 == int end2);
513 * Giving end1 as OUT essentially eliminates the end1/end2 check.
522 int end2) /* second terminating character */
533 while (MORE() && !SEETWO(end1, end2)) {
520 p_bre(struct parse *p, int end1, int end2) argument
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregcomp.c484 * Giving end1 as OUT essentially eliminates the end1/end2 check.
495 int end2) /* second terminating character */
506 while (MORE() && !SEETWO(end1, end2)) {
493 p_bre(struct parse *p, int end1, int end2) argument
/freebsd-10.1-release/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
/freebsd-10.1-release/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

Completed in 292 milliseconds