Searched refs:setup_data (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_listener.c83 if (data->setup_data && strstr((char*)data->setup_data, "ts")) {
160 if (data->setup_data && strstr((char*)data->setup_data, "ts")) {
H A Dtinytest.h58 void *setup_data; /**< Extra data usable by setup function */ member in struct:testcase_t
H A Dregress_main.c265 data->setup_data = testcase->setup_data;
321 data->legacy_test_fn = testcase->setup_data;
H A Dregress.h78 void *setup_data; member in struct:basic_test_data
H A Dregress_ssl.c307 const int start_open = strstr((char*)data->setup_data, "open")!=NULL;
308 const int filter = strstr((char*)data->setup_data, "filter")!=NULL;
318 if (strstr((char*)data->setup_data, "renegotiate")) {
338 tt_assert(strstr((char*)data->setup_data, "socketpair"));
H A Dregress_bufferevent.c664 if (strstr((char*)data->setup_data, "defer")) {
667 if (strstr((char*)data->setup_data, "unlocked")) {
670 if (strstr((char*)data->setup_data, "lock")) {
675 if (!strcmp((char*)data->setup_data, "unset_connectex")) {
866 if (strstr((char*)data->setup_data, "pair"))
868 if (strstr((char*)data->setup_data, "filter"))
1039 if (strstr((char*)data->setup_data, "defer")) {
1044 if (strstr((char*)data->setup_data, "postpone")) {
H A Dregress_thread.c188 if (data->setup_data && !strcmp(data->setup_data, "forking")) {
H A Dregress_util.c1286 const int precise = strstr(data->setup_data, "precise") != NULL;
1287 const int fallback = strstr(data->setup_data, "fallback") != NULL;
1343 const int precise = strstr(data->setup_data, "precise") != NULL;
1344 const int fallback = strstr(data->setup_data, "fallback") != NULL;
H A Dregress.c2892 int one_at_a_time = data->setup_data != NULL;
3090 int cached_time_disable = strstr(data->setup_data, "disable") != NULL;
3106 cached_time_reset = strstr(data->setup_data, "reset") != NULL;
3107 cached_time_sleep = strstr(data->setup_data, "sleep") != NULL;
H A Dregress_buffer.c685 const char *impl = testdata->setup_data;
2214 return testcase->setup_data;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c6065 setup_data(void) function
6221 setup_data();
6226 setup_data();

Completed in 97 milliseconds