Searched refs:EVT_TEST_NAME_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
46 #define EVT_TEST_NAME_MAX_LEN 32 macro47 char test_name[EVT_TEST_NAME_MAX_LEN];
25 strncpy(opt->test_name, "order_queue", EVT_TEST_NAME_MAX_LEN); in evt_options_default()124 strlcpy(opt->test_name, arg, EVT_TEST_NAME_MAX_LEN); in evt_parse_test_name()