Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_iterators.c100 cc_uint32 actual_count = 0; in check_once_cc_ccache_iterator_next() local
105 actual_count++; in check_once_cc_ccache_iterator_next()
117 check_if(actual_count != expected_count, "iterator didn't iterate over all ccaches"); in check_once_cc_ccache_iterator_next()
212 cc_uint32 actual_count = 0; in check_once_cc_credentials_iterator_next() local
229 actual_count++; in check_once_cc_credentials_iterator_next()
241 check_if(actual_count != expected_count, "iterator didn't iterate over all ccaches"); in check_once_cc_credentials_iterator_next()
H A Dtest_ccapi_v2.c1407 cc_uint32 actual_count = 0; in check_once_cc_seq_fetch_NCs_next() local
1414 actual_count++; in check_once_cc_seq_fetch_NCs_next()
1426 check_if(actual_count != expected_count, "iterator didn't iterate over all ccaches"); in check_once_cc_seq_fetch_NCs_next()
1511 cc_uint32 actual_count = 0; in check_once_cc_get_NC_info() local
1517 for (actual_count = 0; !err && info[actual_count]; actual_count++) { in check_once_cc_get_NC_info()
1518 …check_if(strncmp(info[actual_count]->name, expected_name_prefix, strlen(expected_name_prefix)), "g… in check_once_cc_get_NC_info()
1519 …check_if(strcmp(info[actual_count]->principal, expected_principal), "got incorrect principal name"… in check_once_cc_get_NC_info()
1520 check_if(info[actual_count]->vers != expected_version, "got incorrect cred version"); in check_once_cc_get_NC_info()
1526 check_if(actual_count != expected_count, "NC info didn't list all ccaches"); in check_once_cc_get_NC_info()
1716 cc_uint32 actual_count = 0; in check_once_cc_seq_fetch_creds_next() local
[all …]
/freebsd/crypto/krb5/src/kdc/
H A Dndr.c69 uint32_t actual_count; in dec_wchar_pointer() local
76 actual_count = k5_input_get_uint32_le(in); in dec_wchar_pointer()
77 if (actual_count > UINT32_MAX / 2) in dec_wchar_pointer()
80 bytes = k5_input_get_bytes(in, actual_count * 2); in dec_wchar_pointer()
81 if (bytes == NULL || k5_utf16le_to_utf8(bytes, actual_count * 2, out) != 0) in dec_wchar_pointer()
85 if (actual_count % 2 == 1) in dec_wchar_pointer()
/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp219 const std::size_t actual_count = ok_count + not_ok_count; in parse() local
220 if (exp_count != actual_count) { in parse()
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c1063 size_t expected_count, actual_count, i, j; in assertion_file_contains_lines_any_order() local
1097 actual_count = 0; in assertion_file_contains_lines_any_order()
1102 ++actual_count; in assertion_file_contains_lines_any_order()
1105 if (actual_count) { in assertion_file_contains_lines_any_order()
1106 actual = calloc(sizeof(char *), actual_count); in assertion_file_contains_lines_any_order()
1126 for (j = 0; j < actual_count; ++j) { in assertion_file_contains_lines_any_order()
1143 for (j = 0; j < actual_count; ++j) { in assertion_file_contains_lines_any_order()
1160 for (j = 0; j < actual_count; ++j) { in assertion_file_contains_lines_any_order()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c1273 size_t expected_count, actual_count, i, j; in assertion_file_contains_lines_any_order() local
1311 actual_count = 0; in assertion_file_contains_lines_any_order()
1316 ++actual_count; in assertion_file_contains_lines_any_order()
1319 if (actual_count) { in assertion_file_contains_lines_any_order()
1320 actual = calloc(actual_count, sizeof(char *)); in assertion_file_contains_lines_any_order()
1337 for (j = 0; j < actual_count; ++j) { in assertion_file_contains_lines_any_order()
1354 for (j = 0; j < actual_count; ++j) { in assertion_file_contains_lines_any_order()
1372 for (j = 0; j < actual_count; ++j) { in assertion_file_contains_lines_any_order()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3648 size_t actual_count = exam_pos;
3650 ++actual_count;
3653 if (actual_count != count()) {
3658 if (listener_interested && (actual_count != 0)) {
3659 *listener << "which has " << Elements(actual_count);