Searched refs:cmp (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/
H A Dtests.sh41 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
61 cmp -s dig.out.cyclic dig.out.$j && matches=`expr $matches + 1`
64 cmp -s dig.out.0 dig.out.1 && ret=1
65 cmp -s dig.out.0 dig.out.2 && ret=1
66 cmp -s dig.out.0 dig.out.3 && ret=1
67 cmp -s dig.out.1 dig.out.2 && ret=1
68 cmp -s dig.out.1 dig.out.3 && ret=1
69 cmp -s dig.out.2 dig.out.3 && ret=1
88 cmp -s dig.out.cyclic2 dig.out.$j && matches=`expr $matches + 1`
91 cmp
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-version/
H A DMakefile.am.inc43 @cmp -s atf-version/revision.h atf-version/revision.h.stamp || \
/bind-9.6-ESV-R11/bin/tests/
H A Dadb_test.c55 static isc_mempool_t *cmp; variable
92 client = isc_mempool_get(cmp);
113 isc_mempool_put(cmp, client);
308 cmp = NULL;
309 RUNTIME_CHECK(isc_mempool_create(mctx, sizeof(client_t), &cmp)
311 isc_mempool_setname(cmp, "adb test clients");
430 isc_mempool_destroy(&cmp);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh211 atf_check -s eq:1 -o empty -e empty cmp -s defout stdout
216 atf_check -s eq:0 -o empty -e empty cmp -s expcsv fmt.out
222 atf_check -s eq:0 -o empty -e empty cmp -s expcsv fmt.out
223 atf_check -s eq:0 -o empty -e empty cmp -s fmt.out fmt2.out
229 atf_check -s eq:0 -o empty -e empty cmp -s expcsv fmt.out
230 atf_check -s eq:1 -o empty -e empty cmp -s fmt.out fmt2.out
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_atf_check_sh.sh148 cmp -s stdout aux || atf_fail "Test failed"
249 cmp -s stderr aux || atf_fail "Test failed"
H A Dtestsuite2174 $as_echo "$at_srcdir/t_test_program_filter.at:47: cmp -s resout expres"
2176 ( $at_check_trace; cmp -s resout expres
2239 $as_echo "$at_srcdir/t_test_program_filter.at:52: cmp -s resout expres"
2241 ( $at_check_trace; cmp -s resout expres
2304 $as_echo "$at_srcdir/t_test_program_filter.at:57: cmp -s resout expres"
2306 ( $at_check_trace; cmp -s resout expres
3636 $as_echo "$at_srcdir/t_test_program_compare.at:80: cmp -s resout resexp"
3638 ( $at_check_trace; cmp -s resout resexp
3699 $as_echo "$at_srcdir/t_test_program_compare.at:86: cmp -s resout resexp"
3701 ( $at_check_trace; cmp
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check_test.sh253 cmp -s out exp || atf_fail "Saved output does not match expected results"
359 cmp -s out exp || atf_fail "Saved output does not match expected results"
/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c115 int cmp; local
170 cmp = isc_time_compare(&due, &timer->due);
172 switch (cmp) {
602 int cmp; local
603 cmp = isc_time_compare(now, &timer->expires);
604 if (cmp >= 0) {
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure1656 if cmp -s $cache_file confcache; then
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltconfig3097 if cmp -s $cache_file confcache; then
H A Dconfigure1626 if cmp -s $cache_file confcache; then
3145 if cmp -s $cache_file confcache; then
3491 if cmp -s $ac_file conftest.h 2>/dev/null; then

Completed in 1771 milliseconds