Searched defs:TEST_CASE (Results 1 – 5 of 5) sorted by relevance
169 typedef struct TEST_CASE { in main() struct170 const char *inet_protocols; in main()171 const char *mailhost_addr; in main()172 int exp_return; in main()173 const char *exp_mailhost_addr; in main()174 char *exp_bare_addr; in main()175 int exp_addr_family; in main()176 } TEST_CASE; in main() typedef
295 typedef struct TEST_CASE { in main() struct296 const char *map_spec; in main()297 int exp_return; /* 0=fail, 1=success */ in main()298 const char *exp_map_type_name; /* 0 or match */ in main()299 const char *exp_search_order; /* 0 or match */ in main()300 } TEST_CASE; in main() typedef
551 typedef struct TEST_CASE { struct561 } TEST_CASE; argument
116 typedef struct TEST_CASE { struct120 } TEST_CASE; argument
399 typedef struct TEST_CASE { struct403 ARGV *(*populate_fn) (const struct TEST_CASE *, ARGV *); argument407 } TEST_CASE; argument