Searched refs:cmdline_get_help_string (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cmdline_string.c | 131 if (cmdline_get_help_string( in test_parse_string_invalid_param() 161 if (cmdline_get_help_string( in test_parse_string_invalid_param() 209 cmdline_get_help_string((cmdline_parse_token_hdr_t*)&token, help_str, in test_parse_string_invalid_data() 249 if (cmdline_get_help_string( in test_parse_string_invalid_data() 256 cmdline_get_help_string((cmdline_parse_token_hdr_t*)&token, help_str, in test_parse_string_invalid_data() 310 cmdline_get_help_string((cmdline_parse_token_hdr_t*)&token, help_str, in test_parse_string_valid() 362 if (cmdline_get_help_string((cmdline_parse_token_hdr_t*)&help_token, in test_parse_string_valid()
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse_string.c | 18 .get_help = cmdline_get_help_string, 190 int cmdline_get_help_string(cmdline_parse_token_hdr_t *tk, char *dstbuf, in cmdline_get_help_string() function
|
| H A D | cmdline_parse_string.h | 43 int cmdline_get_help_string(cmdline_parse_token_hdr_t *tk, char *dstbuf,
|
| H A D | version.map | 32 cmdline_get_help_string;
|