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

Function cmdline_complete_buffer

dpdk/lib/cmdline/cmdline.c:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static int
34cmdline_complete_buffer(struct rdline *rdl, const char *buf,
35 char *dstbuf, unsigned int dstsize,
36 int *state)
37{
38 struct cmdline *cl = rdl->opaque;
39 return cmdline_complete(cl, buf, state, dstbuf, dstsize);
40}
41
42int
43cmdline_write_char(struct rdline *rdl, char c)

Callers

nothing calls this directly

Calls 1

cmdline_completeFunction · 0.85

Tested by

no test coverage detected