Searched refs:cmdline_complete (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_lib.c | 65 if (cmdline_complete(NULL, "buffer", &i, dst, sizeof(dst)) >= 0) in test_cmdline_parse_fns() 67 if (cmdline_complete(cl, NULL, &i, dst, sizeof(dst)) >= 0) in test_cmdline_parse_fns() 69 if (cmdline_complete(cl, "buffer", NULL, dst, sizeof(dst)) >= 0) in test_cmdline_parse_fns() 71 if (cmdline_complete(cl, "buffer", &i, NULL, sizeof(dst)) >= 0) in test_cmdline_parse_fns()
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse.h | 176 int cmdline_complete(struct cmdline *cl, const char *buf, int *state,
|
| H A D | version.map | 23 cmdline_complete;
|
| H A D | cmdline.c | 46 return cmdline_complete(cl, buf, state, dstbuf, dstsize); in cmdline_complete_buffer()
|
| H A D | cmdline_parse.c | 305 cmdline_complete(struct cmdline *cl, const char *buf, int *state, in cmdline_complete() function
|