Searched refs:checksrc (Results 1 – 17 of 17) sorted by relevance
/external/curl/docs/ |
D | CHECKSRC.md | 1 # checksrc chapter 8 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 -h 30 problems it detects. At the time of this writing, the existing checksrc 43 - `BADCOMMAND`: There's a bad !checksrc! instruction in the code. See the 103 - `UNUSEDIGNORE`: a checksrc inlined warning ignore was asked for but not used, 109 turned off by default. To enable these warnings, place a `.checksrc` file in 121 Due to the nature of the source code and the flaws of the checksrc tool, there [all …]
|
D | CODE_STYLE.md | 12 `lib/checksrc.pl` script. Invoked with `make checksrc` or even by default by
|
D | CONTRIBUTE.md | 67 likely to happen. Run `make checksrc` before you submit anything, to make sure
|
/external/curl/projects/ |
D | checksrc.bat | 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 …]
|
/external/curl/include/curl/ |
D | Makefile.am | 33 checksrc: target 34 $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS) 38 all-local: checksrc
|
/external/curl/tests/server/ |
D | Makefile.am | 64 checksrc: target 65 $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c 69 all-local: checksrc
|
/external/curl/tests/ |
D | Makefile.am | 117 checksrc: target 118 cd libtest && $(MAKE) checksrc 119 cd unit && $(MAKE) checksrc 120 cd server && $(MAKE) checksrc 124 all-local: checksrc
|
/external/curl/lib/ |
D | Makefile.am | 32 firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl 139 checksrc: target 140 $(CHECKSRC)(@PERL@ $(srcdir)/checksrc.pl -D$(srcdir) -W$(srcdir)/curl_config.h \ 145 all-local: checksrc
|
D | checksrc.pl | 285 sub checksrc { subroutine 364 checksrc($cmd, $line, $file, $l)
|
/external/curl/tests/libtest/ |
D | Makefile.am | 139 checksrc: target 140 $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c 144 all-local: checksrc
|
/external/curl/docs/examples/ |
D | Makefile.am | 69 checksrc: target 70 $(CHECKSRC)(@PERL@ $(top_srcdir)/lib/checksrc.pl -ASNPRINTF $(srcdir)/*.c)
|
/external/curl/src/ |
D | Makefile.am | 140 checksrc: target 141 $(CHECKSRC)(@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \ 146 all-local: checksrc
|
/external/curl/tests/unit/ |
D | Makefile.am | 72 checksrc: target 73 $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
|
/external/curl/ |
D | Makefile.am | 109 projects/checksrc.bat \ 310 checksrc: target 311 cd lib && $(MAKE) checksrc 312 cd src && $(MAKE) checksrc 313 cd tests && $(MAKE) checksrc 314 cd include/curl && $(MAKE) checksrc 315 cd docs/examples && $(MAKE) checksrc
|
D | RELEASE-NOTES | 49 o checksrc: fix uninitialized variable warning [57]
|
D | CHANGES | 655 - checksrc: fix uninitialized variable warning 2433 - lib/Makefile.am: make checksrc run in vquic too 4581 - checksrc.bat: Ignore snprintf warnings in docs/examples 5838 - makefile: make checksrc and hugefile commands "silent"
|
/external/u-boot/scripts/ |
D | Makefile.build | 265 $(call echo-cmd,checksrc) $(cmd_checksrc) \
|