Home
last modified time | relevance | path

Searched refs:TEST_CASE (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dargv.c451 typedef struct TEST_CASE { struct
455 ARGV *(*populate_fn) (const struct TEST_CASE *, ARGV *); argument
460 } TEST_CASE; typedef
485 static ARGV *test_argv_populate(const TEST_CASE *tp, ARGV *argvp) in test_argv_populate()
498 static ARGV *test_argv_sort(const TEST_CASE *tp, ARGV *argvp) in test_argv_sort()
507 static ARGV *test_argv_sort_uniq(const TEST_CASE *tp, ARGV *argvp) in test_argv_sort_uniq()
520 static ARGV *test_argv_good_truncate(const TEST_CASE *tp, ARGV *argvp) in test_argv_good_truncate()
529 static ARGV *test_argv_bad_truncate(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_truncate()
538 static ARGV *test_argv_good_insert(const TEST_CASE *tp, ARGV *argvp) in test_argv_good_insert()
547 static ARGV *test_argv_bad_insert1(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_insert1()
[all …]
Dclean_ascii_cntrl_space.c98 typedef struct TEST_CASE { struct
100 int (*action) (const struct TEST_CASE *); argument
104 } TEST_CASE; argument
114 static int test_clean_ascii_cntrl_space(const TEST_CASE *tp) in test_clean_ascii_cntrl_space()
137 static int passes_all_non_controls(const TEST_CASE *tp) in passes_all_non_controls()
139 TEST_CASE test; in passes_all_non_controls()
154 static int replaces_all_controls(const TEST_CASE *tp) in replaces_all_controls()
156 TEST_CASE test; in replaces_all_controls()
176 static const TEST_CASE test_cases[] = {
220 const TEST_CASE *tp; in main()
Dnormalize_ws.c58 typedef struct TEST_CASE { struct
60 int (*action) (const struct TEST_CASE *); argument
63 } TEST_CASE; argument
72 static int normalizes_all_isspace_members(const TEST_CASE *unused) in normalizes_all_isspace_members()
98 static int test_normalize_ws(const TEST_CASE *tp) in test_normalize_ws()
112 static const TEST_CASE test_cases[] = {
123 const TEST_CASE *tp; in main()
Dvalid_uri_scheme.c69 typedef struct TEST_CASE { struct
73 } TEST_CASE; argument
78 static const TEST_CASE test_cases[] = {
94 static int test_validate_scheme(const TEST_CASE *tp) in test_validate_scheme()
108 const TEST_CASE *tp; in main()
Dquote_for_json.c153 typedef struct TEST_CASE { struct
159 } TEST_CASE; argument
167 static const TEST_CASE test_cases[] = {
188 const TEST_CASE *tp; in main()
Dinet_prefix_top.c116 typedef struct TEST_CASE { struct
120 } TEST_CASE; argument
122 static TEST_CASE test_cases[] = {
143 TEST_CASE *tp; in main()
Dhex_code.c195 typedef struct TEST_CASE { struct
203 } TEST_CASE; argument
211 static const TEST_CASE test_cases[] = {
269 const TEST_CASE *tp; in main()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dascii_header_text.c195 typedef struct TEST_CASE { struct
197 int (*action) (const struct TEST_CASE *); argument
201 } TEST_CASE; typedef
208 static int test_make_ascii_header_text(const TEST_CASE *tp) in test_make_ascii_header_text()
231 static const TEST_CASE test_cases[] = {
289 const TEST_CASE *tp; in main()
Drfc2047_code.c384 typedef struct TEST_CASE { struct
386 int (*action) (const struct TEST_CASE *); argument
394 } TEST_CASE; argument
401 static int test_rfc2047_encode(const TEST_CASE *tp) in test_rfc2047_encode()
466 static int validates_charset(const TEST_CASE *tp) in validates_charset()
471 TEST_CASE test; in validates_charset()
553 TEST_CASE test; in encodes_text()
604 static int encodes_comment_text(const TEST_CASE *tp) in encodes_comment_text()
619 static int encodes_phrase_text(const TEST_CASE *tp) in encodes_phrase_text()
637 static const TEST_CASE test_cases[] = {
[all …]
Dsendopts_test.c27 typedef struct TEST_CASE { struct
31 } TEST_CASE; argument
33 static const TEST_CASE test_cases[] = {
89 const TEST_CASE *tp; in main()
Dnormalize_mailhost_addr.c169 typedef struct TEST_CASE { in main() struct
176 } TEST_CASE; in main() typedef
177 static TEST_CASE test_cases[] = { in main()
197 TEST_CASE *test_case; in main()
Dmap_search.c295 typedef struct TEST_CASE { in main() struct
300 } TEST_CASE; in main() typedef
301 static TEST_CASE test_cases[] = { in main()
317 TEST_CASE *test_case; in main()
Dhaproxy_srvr.c548 typedef struct TEST_CASE { struct
558 } TEST_CASE; argument
559 static TEST_CASE v1_test_cases[] = {
598 static TEST_CASE v2_non_proxy_test = {
608 const TEST_CASE *test_case) in evaluate_test_case()
770 TEST_CASE *v1_test_case; in main()
771 TEST_CASE v2_test_case; in main()
772 TEST_CASE mutated_test_case; in main()
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_envelope_test.c102 typedef struct TEST_CASE { struct
104 int (*action) (const struct TEST_CASE *); argument
105 } TEST_CASE; typedef
110 static int overrides_size_fields(const TEST_CASE *tp) in overrides_size_fields()
200 static const TEST_CASE test_cases[] = {
209 const TEST_CASE *tp; in main()
/netbsd/src/external/ibm-public/postfix/dist/src/dns/
Ddns_rr_test.c92 typedef struct TEST_CASE { struct
95 } TEST_CASE; argument
456 static const TEST_CASE test_cases[] = {
506 const TEST_CASE *tp; in main()