MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmd_single_long_parsed

Function cmd_single_long_parsed

dpdk/app/test-cmdline/commands.c:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89static void
90cmd_single_long_parsed(__rte_unused void *parsed_result,
91 struct cmdline *cl,
92 __rte_unused void *data)
93{
94 cmdline_printf(cl, "Single long word command parsed!\n");
95}
96
97cmdline_parse_token_string_t cmd_single_long_tok =
98 TOKEN_STRING_INITIALIZER(struct cmd_single_long_result, single_long,

Callers

nothing calls this directly

Calls 1

cmdline_printfFunction · 0.85

Tested by

no test coverage detected