Home
last modified time | relevance | path

Searched refs:checksrc (Results 1 – 17 of 17) sorted by relevance

/external/curl/docs/
DCHECKSRC.md1 # 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 …]
DCODE_STYLE.md12 `lib/checksrc.pl` script. Invoked with `make checksrc` or even by default by
DCONTRIBUTE.md67 likely to happen. Run `make checksrc` before you submit anything, to make sure
/external/curl/projects/
Dchecksrc.bat98 … %%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/
DMakefile.am33 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/
DMakefile.am64 checksrc: target
65 $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
69 all-local: checksrc
/external/curl/tests/
DMakefile.am117 checksrc: target
118 cd libtest && $(MAKE) checksrc
119 cd unit && $(MAKE) checksrc
120 cd server && $(MAKE) checksrc
124 all-local: checksrc
/external/curl/lib/
DMakefile.am32 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
Dchecksrc.pl285 sub checksrc { subroutine
364 checksrc($cmd, $line, $file, $l)
/external/curl/tests/libtest/
DMakefile.am139 checksrc: target
140 $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
144 all-local: checksrc
/external/curl/docs/examples/
DMakefile.am69 checksrc: target
70 $(CHECKSRC)(@PERL@ $(top_srcdir)/lib/checksrc.pl -ASNPRINTF $(srcdir)/*.c)
/external/curl/src/
DMakefile.am140 checksrc: target
141 $(CHECKSRC)(@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \
146 all-local: checksrc
/external/curl/tests/unit/
DMakefile.am72 checksrc: target
73 $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
/external/curl/
DMakefile.am109 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
DRELEASE-NOTES49 o checksrc: fix uninitialized variable warning [57]
DCHANGES655 - 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/
DMakefile.build265 $(call echo-cmd,checksrc) $(cmd_checksrc) \