Home
last modified time | relevance | path

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

/dpdk/devtools/
H A Dcheck-spdx-tag.sh32 errors=$(wc -l < $tmpfile)
46 warnings=$(wc -l <$tmpfile)
H A Dcheck-git-log.sh82 if [ $(echo "$drvgrp" | wc -l) -gt 1 ] ; then
84 elif [ $(echo "$drv" | wc -l) -gt 1 ] ; then
206 total=$(echo "$commits" | wc -l)
H A Dcheck-maintainers.sh110 grep '^M:.*<' MAINTAINERS | sort -u | wc -l
/dpdk/app/test/
H A Dtest_cmdline_lib.c92 rdline_write_char_t *wc = &cmdline_write_char; in test_cmdline_rdline_fns() local
99 rdl = rdline_new(wc, NULL, c, NULL); in test_cmdline_rdline_fns()
102 rdl = rdline_new(wc, v, NULL, NULL); in test_cmdline_rdline_fns()
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst200 You can pipe the output of babeltrace into a tool like wc(1) to count the
203 babeltrace /tmp/my-dpdk-trace | grep ethdev | wc --lines