Searched refs:test_string (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_string_fns.c | 30 char test_string[] = "54:65:76:87:98:90"; in test_rte_strsplit() local 33 LOG("Source string: '%s', to split on ':'\n", test_string); in test_rte_strsplit() 34 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 48 char test_string[] = "54 65 76 87 98 90"; in test_rte_strsplit() local 51 LOG("Source string: '%s', to split on ' '\n", test_string); in test_rte_strsplit() 52 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 65 char test_string[] = "a,b,c,d"; in test_rte_strsplit() local 68 LOG("Source string: '%s', to split on ','\n", test_string); in test_rte_strsplit() 69 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 71 LOG("Error splitting %s on ','\n", test_string); in test_rte_strsplit() [all …]
|