Searched refs:test_string (Results 1 – 1 of 1) sorted by relevance
| /f-stack/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 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 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 69 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 82 char test_string[] = "a,b,c,d"; in test_rte_strsplit() local 86 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 98 char test_string[] = "a,b,c,d"; in test_rte_strsplit() local 107 if (rte_strsplit(test_string, sizeof(test_string), NULL, 0, ',') >= 0 in test_rte_strsplit() [all …]
|