Home
last modified time | relevance | path

Searched refs:cmdline_new (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cmdline_lib.c54 cl = cmdline_new(&ctx, "prompt", -1, -1); in test_cmdline_parse_fns()
179 cl = cmdline_new(&ctx, "test", -1, -1); in test_cmdline_fns()
183 if (cmdline_new(NULL, "prompt", 0, 0) != NULL) in test_cmdline_fns()
185 if (cmdline_new(&ctx, NULL, 0, 0) != NULL) in test_cmdline_fns()
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_socket.c37 return cmdline_new(ctx, prompt, fd, -1); in cmdline_file_new()
45 cl = cmdline_new(ctx, prompt, 0, 1); in cmdline_stdin_new()
H A Dcmdline.h47 struct cmdline *cmdline_new(cmdline_parse_ctx_t *ctx, const char *prompt, int s_in, int s_out);
H A Dversion.map36 cmdline_new;
H A Dcmdline.c76 cmdline_new(cmdline_parse_ctx_t *ctx, const char *prompt, int s_in, int s_out) in cmdline_new() function