| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | t_marshal.c | 52 const struct test { struct 61 } tests[4] = { argument 205 verify_cred1(const krb5_creds *c) in verify_cred1() 243 verify_cred2(const krb5_creds *c) in verify_cred2()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | fnmatch.c | 65 char c, test; in rk_fnmatch() local 142 rangematch(const char *pattern, int test, int flags) in rangematch() 145 char c, c2; in rangematch() local
|
| /freebsd/sys/libkern/ |
| H A D | fnmatch.c | 58 char c, test; in fnmatch() local 157 rangematch(const char *pattern, char test, int flags, char **newp) in rangematch() 160 char c, c2; in rangematch() local
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | fnmatch.c | 68 rangematch(const char *pattern, int test, int flags) in rangematch() 71 char c, c2; in rangematch() local 111 char c, test; in fnmatchx() local
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/tests/ |
| H A D | utils.c | 23 int iwlmld_kunit_test_init(struct kunit *test) in iwlmld_kunit_test_init() 77 struct kunit *test = kunit_get_current_test(); in IWL_MLD_ALLOC_FN() local 102 struct kunit *test = kunit_get_current_test(); in IWL_MLD_ALLOC_FN() local 135 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_add_link() local 151 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_add_chanctx() local 181 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_assign_chanctx_to_link() local 209 struct kunit *test = kunit_get_current_test(); in IWL_MLD_ALLOC_FN() local 232 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_alloc_link_sta() local 253 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_add_sta() local 285 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_move_sta_state() local [all …]
|
| /freebsd/contrib/atf/atf-c++/ |
| H A D | build_test.cpp | 46 print_col(const char* prefix, const C& c) in print_col() 155 for (struct c_o_test* test = c_o_tests; test->expargv[0] != NULL; in ATF_TEST_CASE_BODY() local 177 for (struct cpp_test* test = cpp_tests; test->expargv[0] != NULL; in ATF_TEST_CASE_BODY() local 198 for (struct cxx_o_test* test = cxx_o_tests; test->expargv[0] != NULL; in ATF_TEST_CASE_BODY() local
|
| /freebsd/bin/pax/ |
| H A D | pat_rep.c | 466 char c; in fn_match() local 467 char test; in fn_match() local 537 range_match(char *pattern, int test) in range_match() 539 char c; in range_match() local 982 char c; in resub() local
|
| /freebsd/crypto/openssl/test/ |
| H A D | test_test.c | 22 #define TEST(expected, test) test_case((expected), #test, (test)) argument 24 static int test_case(int expected, const char *test, int result) in test_case() 314 BIGNUM *a = NULL, *b = NULL, *c = NULL; in test_bignum() local 404 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_long_bignum() local 452 char c = 'd'; in test_single_eval() local
|
| H A D | bntest.c | 153 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_swap() local 241 BIGNUM *a = NULL, *b = NULL, *c = NULL; in test_sub() local 278 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; in test_div_recip() local 347 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_signed_mod_replace_ab() local 370 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_signed_mod_replace_ba() local 393 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; in test_mod() local 475 BIGNUM *b = NULL, *n = NULL, *c = NULL; in test_modexp_mont5() local 740 BIGNUM *a = NULL, *b = NULL, *c = NULL; in test_gf2m_add() local 774 BIGNUM *a = NULL, *b[2] = { NULL, NULL }, *c = NULL, *d = NULL, *e = NULL; in test_gf2m_mod() local 814 BIGNUM *a, *b[2] = { NULL, NULL }, *c = NULL, *d = NULL; in test_gf2m_mul() local [all …]
|
| /freebsd/tools/test/stress2/testcases/swap/ |
| H A D | swap.c | 131 test(void) in test() function 136 char *c; in test() local
|
| /freebsd/lib/libc/string/ |
| H A D | strtok.c | 51 int c, sc; in __strtok_r() local 108 char blah[80], test[80]; in main() local
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_read_open2.c | 60 archive_skip_callback *s, archive_close_callback *c, in test() function 61 test(int formatted,archive_open_callback * o,archive_read_callback * r,archive_skip_callback * s,archive_close_callback * c,int rv,const char * msg) test() argument [all...] |
| /freebsd/contrib/arm-optimized-routines/string/test/ |
| H A D | memset.c | 53 test (const struct fun *fun, int salign, int c, int len) in test() function
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | test-normalize.c | 83 test(char *buf, unsigned lineno) in test() function 86 char *c; in test() local
|
| /freebsd/lib/libc/gen/ |
| H A D | fnmatch.c | 90 char c; in fnmatch1() local 236 rangematch(const char *pattern, wchar_t test, const char *string, int flags, in rangematch() 240 wchar_t c, c2; in rangematch() local
|
| /freebsd/tools/test/stress2/tools/ |
| H A D | swap.c | 136 test(void) in test() function 138 volatile char *c; in test() local
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_et.c | 85 const char *test = "test string"; in test_edgetriggered() local 210 const char c = 'A'; in test_edge_triggered_multiple_events() local
|
| H A D | tinytest.c | 414 process_test_alias(struct testgroup_t *groups, const char *test) 434 process_test_option(struct testgroup_t *groups, const char *test) 467 tinytest_main(int c, const char **v, struct testgroup_t *groups)
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_et.c | 85 const char *test = "test string"; in test_edgetriggered() local 210 const char c = 'A'; in test_edge_triggered_multiple_events() local
|
| H A D | tinytest.c | 414 process_test_alias(struct testgroup_t *groups, const char *test) 434 process_test_option(struct testgroup_t *groups, const char *test) 467 tinytest_main(int c, const char **v, struct testgroup_t *groups)
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | test_config.c | 93 } test[] = { variable 193 krb5_config_section *c = NULL; in check_escaped_strings() local
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | crypto_test.c | 156 char *c = strstr(line, ":"); in split_kv() local 184 char *c = NULL; in parse_num() local 226 crypto_test_t *test = NULL; in load_tests() local 454 char c = v[i]; in load_tests() local 800 test_result(const crypto_test_t *test, int encrypt_rv, uint8_t *encrypt_buf, in test_result() 958 for (const crypto_test_t *test = tests; test != NULL; in run_tests() local 1217 int c; in main() local
|
| /freebsd/sys/dev/rndtest/ |
| H A D | rndtest.c | 62 int (*test)(struct rndtest_state *); member 224 u_int8_t c; in rndtest_runs() local 295 u_int8_t c; in rndtest_longruns() local
|
| /freebsd/crypto/openssl/crypto/ffc/ |
| H A D | ffc_params_generate.c | 200 BIGNUM *W, *X, *tmp, *c, *test; in generate_p() local 525 BIGNUM *tmp, *pm1, *e, *test; in ossl_ffc_params_FIPS186_4_gen_verify() local 817 BIGNUM *r0, *test, *tmp, *g = NULL, *q = NULL, *p = NULL; in ossl_ffc_params_FIPS186_2_gen_verify() local
|
| /freebsd/usr.sbin/lpr/lpr/ |
| H A D | lpr.c | 126 int c, i, f, errs; in main() local 604 card(int c, const char *p2) in card() 689 test(const char *file) in test() function
|