Home
last modified time | relevance | path

Searched refs:cmp2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h143 ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument
146 if (cmp1 > cmp2) in ktime_compare()
148 else if (cmp1 < cmp2) in ktime_compare()
155 ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument
158 return (ktime_compare(cmp1, cmp2) > 0); in ktime_after()
162 ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument
165 return (ktime_compare(cmp1, cmp2) < 0); in ktime_before()
/freebsd-13.1/contrib/libucl/src/
H A Ducl_hash.c192 } cmp1, cmp2; in ucl_hash_caseless_equal() local
205 cmp2.c[0] = lc_map[c1]; in ucl_hash_caseless_equal()
206 cmp2.c[1] = lc_map[c2]; in ucl_hash_caseless_equal()
207 cmp2.c[2] = lc_map[c3]; in ucl_hash_caseless_equal()
208 cmp2.c[3] = lc_map[c4]; in ucl_hash_caseless_equal()
210 if (cmp1.n != cmp2.n) { in ucl_hash_caseless_equal()
555 } cmp1, cmp2; in ucl_lc_cmp() local
569 cmp2.c[0] = lc_map[c1]; in ucl_lc_cmp()
570 cmp2.c[1] = lc_map[c2]; in ucl_lc_cmp()
571 cmp2.c[2] = lc_map[c3]; in ucl_lc_cmp()
[all …]
/freebsd-13.1/contrib/dialog/
H A Dbuttons.c65 wchar_t cmp2[2]; in string_to_char() local
72 memset(cmp2, 0, sizeof(cmp2)); in string_to_char()
73 check = mbrtowc(cmp2, string, len, &state); in string_to_char()
75 cmp2[0] = 0; in string_to_char()
78 cmp2[0] = UCH(*string); in string_to_char()
81 result = cmp2[0]; in string_to_char()
418 int cmp2 = string_to_char(&string); in dlg_match_char() local
421 if (cmp2 != 0 && (wchar_t) cmp1 == (wchar_t) dlg_toupper(cmp2)) { in dlg_match_char()
426 if (dlg_toupper(ch) == dlg_toupper(cmp2)) in dlg_match_char()
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk24 tests= ${tf}.cmp ${tf}.nocmp ${tf}.cmp2
35 ${tf}.cmp2:
/freebsd-13.1/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1018 struct cxgbei_cmp *cmp2; in cxgbei_insert_cmp() local
1025 LIST_FOREACH(cmp2, &icc->cmp_table[TT_HASH(icc, tt)], link) { in cxgbei_insert_cmp()
1026 KASSERT(cmp2->tt != tt, ("%s: duplicate cmp", __func__)); in cxgbei_insert_cmp()
1051 struct cxgbei_cmp *cmp2; in cxgbei_rm_cmp() local
1057 LIST_FOREACH(cmp2, &icc->cmp_table[TT_HASH(icc, cmp->tt)], link) { in cxgbei_rm_cmp()
1058 if (cmp2 == cmp) in cxgbei_rm_cmp()
/freebsd-13.1/contrib/ntp/ntpd/
H A DMakefile.am300 @grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2
301 @cmp cmp1 cmp2 > /dev/null || \
306 @rm cmp1 cmp2
H A DMakefile.in1690 @grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2
1691 @cmp cmp1 cmp2 > /dev/null || \
1696 @rm cmp1 cmp2