Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cmdline_num.c26 const struct num_unsigned_str num_valid_positive_strs[] = { variable
308 strlcpy(buf, num_valid_positive_strs[0].str, sizeof(buf)); in test_parse_num_invalid_param()
421 for (i = 0; i < RTE_DIM(num_valid_positive_strs); i++) { in test_parse_num_valid()
429 num_valid_positive_strs[i].str, in test_parse_num_valid()
433 if ((ret < 0) == (can_parse_unsigned(num_valid_positive_strs[i].result, type) > 0)) { in test_parse_num_valid()
435 num_valid_positive_strs[i].str, buf); in test_parse_num_valid()
441 if (ret > 0 && num_valid_positive_strs[i].result != result) { in test_parse_num_valid()
443 num_valid_positive_strs[i].str, buf); in test_parse_num_valid()