Searched refs:TOKEN_STRING_MULTI (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse_string.c | 74 if ((sd->str != NULL) && (strcmp(sd->str, TOKEN_STRING_MULTI) != 0)) { in cmdline_parse_string() 126 if ((sd->str != NULL) && (strcmp(sd->str, TOKEN_STRING_MULTI) == 0)) in cmdline_parse_string() 210 if (strcmp(s, TOKEN_STRING_MULTI) == 0) in cmdline_get_help_string()
|
| H A D | cmdline_parse_string.h | 54 #define TOKEN_STRING_MULTI "" macro
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | parser.c | 229 TOKEN_STRING_MULTI); 269 TOKEN_STRING_MULTI); 312 TOKEN_STRING_MULTI); 355 TOKEN_STRING_MULTI);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_string.c | 74 {"one two", TOKEN_STRING_MULTI, "one two"}, /* multi string */ 76 {"one two #three", TOKEN_STRING_MULTI, "one two "},
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_mtr.c | 772 meter_input_color, TOKEN_STRING_MULTI); 1132 token_string, TOKEN_STRING_MULTI); 1226 policer_action, TOKEN_STRING_MULTI);
|
| H A D | cmdline_tm.c | 1637 multi_shared_shaper_id, TOKEN_STRING_MULTI); 1799 multi_shared_shaper_id, TOKEN_STRING_MULTI); 1964 multi_shared_shaper_id, TOKEN_STRING_MULTI);
|
| H A D | cmdline.c | 1364 identifier, TOKEN_STRING_MULTI);
|