Searched refs:cmdline_get_help_num (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_num.c | 344 ret = cmdline_get_help_num(NULL, NULL, 0); in test_parse_num_invalid_param() 351 ret = cmdline_get_help_num(NULL, buf, sizeof(buf)); in test_parse_num_invalid_param() 358 ret = cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, buf, sizeof(buf)); in test_parse_num_invalid_param() 391 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_invalid_data() 425 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid() 453 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid() 503 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid() 531 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid() 576 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid()
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse_num.h | 41 int cmdline_get_help_num(cmdline_parse_token_hdr_t *tk,
|
| H A D | version.map | 30 cmdline_get_help_num;
|
| H A D | cmdline_parse_num.c | 29 .get_help = cmdline_get_help_num, 320 cmdline_get_help_num(cmdline_parse_token_hdr_t *tk, char *dstbuf, unsigned int size) in cmdline_get_help_num() function
|