Home
last modified time | relevance | path

Searched refs:cmdline_get_help_num (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cmdline_num.c344 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 Dcmdline_parse_num.h41 int cmdline_get_help_num(cmdline_parse_token_hdr_t *tk,
H A Dversion.map30 cmdline_get_help_num;
H A Dcmdline_parse_num.c29 .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