Home
last modified time | relevance | path

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

/dpdk/lib/cmdline/
H A Dcmdline_vt100.c56 size_t cmdlen; in match_command() local
62 cmdlen = strnlen(cmd, CMDLINE_VT100_BUF_SIZE); in match_command()
63 if (size == cmdlen && in match_command()
64 !strncmp(buf, cmd, cmdlen)) { in match_command()