Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/expat/tests/
DMakefile.in968 result_count () \ function
988 result_count $$1 "TOTAL:" $$all "$$brg"; \
989 result_count $$1 "PASS: " $$pass "$$grn"; \
990 result_count $$1 "SKIP: " $$skip "$$blu"; \
991 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
992 result_count $$1 "FAIL: " $$fail "$$red"; \
993 result_count $$1 "XPASS:" $$xpass "$$red"; \
994 result_count $$1 "ERROR:" $$error "$$mgn"; \
/freebsd-12-stable/contrib/openpam/t/
DMakefile.in850 result_count () \ function
870 result_count $$1 "TOTAL:" $$all "$$brg"; \
871 result_count $$1 "PASS: " $$pass "$$grn"; \
872 result_count $$1 "SKIP: " $$skip "$$blu"; \
873 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
874 result_count $$1 "FAIL: " $$fail "$$red"; \
875 result_count $$1 "XPASS:" $$xpass "$$red"; \
876 result_count $$1 "ERROR:" $$error "$$mgn"; \
/freebsd-12-stable/contrib/gdb/gdb/
Dremote.c1204 int *result_count, threadref * threadlist);
1648 int *done, int *result_count, threadref *threadlist) in remote_get_threadlist() argument
1665 *result_count = in remote_get_threadlist()
1682 if (*result_count <= 0) in remote_get_threadlist()
1691 if (*result_count > result_limit) in remote_get_threadlist()
1693 *result_count = 0; in remote_get_threadlist()
1717 int done, i, result_count; in remote_threadlist_iterator() local
1734 &done, &result_count, resultthreadlist)) in remote_threadlist_iterator()
1742 if (result_count >= 1) in remote_threadlist_iterator()
1743 copy_threadref (&nextthread, &resultthreadlist[result_count - 1]); in remote_threadlist_iterator()
[all …]
/freebsd-12-stable/contrib/ntp/sntp/tests/
DMakefile.in1207 result_count () \ function
1227 result_count $$1 "TOTAL:" $$all "$$brg"; \
1228 result_count $$1 "PASS: " $$pass "$$grn"; \
1229 result_count $$1 "SKIP: " $$skip "$$blu"; \
1230 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1231 result_count $$1 "FAIL: " $$fail "$$red"; \
1232 result_count $$1 "XPASS:" $$xpass "$$red"; \
1233 result_count $$1 "ERROR:" $$error "$$mgn"; \
/freebsd-12-stable/sys/dev/pst/
Dpst-iop.h506 u_int16_t result_count; member
/freebsd-12-stable/contrib/libevent/
DMakefile.in2453 result_count () \ function
2473 result_count $$1 "TOTAL:" $$all "$$brg"; \
2474 result_count $$1 "PASS: " $$pass "$$grn"; \
2475 result_count $$1 "SKIP: " $$skip "$$blu"; \
2476 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2477 result_count $$1 "FAIL: " $$fail "$$red"; \
2478 result_count $$1 "XPASS:" $$xpass "$$red"; \
2479 result_count $$1 "ERROR:" $$error "$$mgn"; \
/freebsd-12-stable/contrib/ntp/sntp/libevent/
DMakefile.in2458 result_count () \ function
2478 result_count $$1 "TOTAL:" $$all "$$brg"; \
2479 result_count $$1 "PASS: " $$pass "$$grn"; \
2480 result_count $$1 "SKIP: " $$skip "$$blu"; \
2481 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2482 result_count $$1 "FAIL: " $$fail "$$red"; \
2483 result_count $$1 "XPASS:" $$xpass "$$red"; \
2484 result_count $$1 "ERROR:" $$error "$$mgn"; \