Lines Matching refs:number
171 git grep --line-number -e '\/[*][^ *-]' -- '*.[ch]' > comment.log || true
172 git grep --line-number -e '[^ ][*]\/' -- '*.[ch]' ':!lib/rte_vhost*/*' >> comment.log || true
173 git grep --line-number -e '^[*]' -- '*.[ch]' ':!include/linux/fuse_kernel.h' >> comment.log || true
174 git grep --line-number -e '\s\/\/' -- '*.[ch]' >> comment.log || true
175 git grep --line-number -e '^\/\/' -- '*.[ch]' >> comment.log || true
193 git grep --line-number $' \t' -- './*' ':!*.patch' > whitespace.log || true
211 git grep --line-number -e ' \\n"' -- '*.[ch]' > whitespace.log || true
230 git grep --line-number -w '\(atoi\|atol\|atoll\|strncpy\|strcpy\|strcat\|sprintf\|vsprintf\|strtok\)' -- './*.c' ':!lib/rte_vhost*/**' > badfunc.log || true
248 git grep --line-number -w 'CU_ASSERT_FATAL' -- 'test/*' ':!include/spdk_internal/cunit.h' > badcunit.log || true
414 git grep -I -i --line-number "#include <spdk/" -- '*.[ch]' > scripts/includes.log || true