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 …]
116 checksrc: target117 cd libtest && $(MAKE) checksrc118 cd unit && $(MAKE) checksrc119 cd server && $(MAKE) checksrc123 all-local: checksrc
28 checksrc: target29 @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)33 all-local: checksrc
59 checksrc: target60 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c64 all-local: checksrc
32 firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl \136 checksrc: target137 @PERL@ $(srcdir)/checksrc.pl -D$(srcdir) -W$(srcdir)/curl_config.h \142 all-local: checksrc
209 sub checksrc { subroutine278 checksrc($cmd, $line, $file, $l)
135 checksrc: target136 @PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \141 all-local: checksrc
61 checksrc: target62 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
65 checksrc: target66 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
130 checksrc: target131 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
109 projects/checksrc.bat \299 checksrc: target300 cd lib && $(MAKE) checksrc301 cd src && $(MAKE) checksrc302 cd tests && $(MAKE) checksrc303 cd include/curl && $(MAKE) checksrc304 cd docs/examples && $(MAKE) checksrc
652 - openldap: fix checksrc nits750 - ssh-libssh.c: please checksrc2690 - checksrc: detect and warn for multiple spaces2694 - checksrc: verify space after semicolons2698 - checksrc: detect and warn for lack of spaces next to plus signs2702 - checksrc: verify spaces around equals signs2992 - curl.h: fix "unused checksrc ignore", remove dangling reference3104 - checksrc: disable SPACEBEFOREPAREN for case statement.3214 - examples/sslbackend.c: fix failure of 'make checksrc'4021 - curl/system.h: checksrc compliance[all …]