Searched refs:checksrc (Results 1 – 15 of 15) sorted by relevance
1 # checksrc chapter8 checksrc.pl [options] [file1] [file2] ...19 ## What does checksrc warn for?21 checksrc does not check and verify the code against the entire style guide,27 checksrc.pl -h30 problems it detects. At the time of this writing, the existing checksrc33 - `BADCOMMAND`: There's a bad !checksrc! instruction in the code. See the78 - `UNUSEDIGNORE`: a checksrc inlined warning ignore was asked for but not used,83 Due to the nature of the source code and the flaws of the checksrc tool, there84 is sometimes a need to ignore specific warnings. checksrc allows a few[all …]
12 `lib/checksrc.pl` script. Invoked with `make checksrc` or even by default by
67 likely to happen. Run `make checksrc` before you submit anything, to make sure
98 … %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…99 … %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…106 … %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…107 … %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…112 …n ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…113 …n ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…118 …in ('dir "%SRC_DIR%\lib\vtls\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…119 …in ('dir "%SRC_DIR%\lib\vtls\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…126 …dir "%SRC_DIR%\tests\libtest\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…127 …dir "%SRC_DIR%\tests\libtest\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\…[all …]
47 checksrc: target48 …@@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEAD…52 all-local: checksrc
98 checksrc: target99 cd libtest && $(MAKE) checksrc100 cd unit && $(MAKE) checksrc101 cd server && $(MAKE) checksrc
32 firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl \148 checksrc: target149 @PERL@ $(srcdir)/checksrc.pl -D$(srcdir) -W$(srcdir)/curl_config.h \154 all-local: checksrc
204 sub checksrc { subroutine267 checksrc($cmd, $line, $file, $l)
131 checksrc: target132 @PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \137 all-local: checksrc
65 checksrc: target66 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
74 checksrc: target75 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
119 checksrc: target120 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
101 projects/checksrc.bat \285 checksrc: target286 cd lib && $(MAKE) checksrc287 cd src && $(MAKE) checksrc288 cd tests && $(MAKE) checksrc289 cd include/curl && $(MAKE) checksrc290 cd docs/examples && $(MAKE) checksrc
49 o checksrc: add more checks