Searched refs:TOKEN_STRING_MULTI (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse_string.c | 70 if ((sd->str != NULL) && (strcmp(sd->str, TOKEN_STRING_MULTI) != 0)) { in cmdline_parse_string() 122 if ((sd->str != NULL) && (strcmp(sd->str, TOKEN_STRING_MULTI) == 0)) in cmdline_parse_string() 206 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
|
| /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);
|
| /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 "},
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_mtr.c | 768 meter_input_color, TOKEN_STRING_MULTI); 1187 token_string, TOKEN_STRING_MULTI);
|
| H A D | cmdline_tm.c | 1639 multi_shared_shaper_id, TOKEN_STRING_MULTI); 1802 multi_shared_shaper_id, TOKEN_STRING_MULTI); 1968 multi_shared_shaper_id, TOKEN_STRING_MULTI);
|
| H A D | cmdline.c | 1377 identifier, TOKEN_STRING_MULTI);
|