Home
last modified time | relevance | path

Searched refs:checksrc (Results 1 – 15 of 15) 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
33 - `BADCOMMAND`: There's a bad !checksrc! instruction in the code. See the
78 - `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, there
84 is sometimes a need to ignore specific warnings. checksrc allows a few
[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.am47 checksrc: target
48 …@@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEAD…
52 all-local: checksrc
/external/curl/tests/
DMakefile.am98 checksrc: target
99 cd libtest && $(MAKE) checksrc
100 cd unit && $(MAKE) checksrc
101 cd server && $(MAKE) checksrc
/external/curl/lib/
DMakefile.am32 firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl \
148 checksrc: target
149 @PERL@ $(srcdir)/checksrc.pl -D$(srcdir) -W$(srcdir)/curl_config.h \
154 all-local: checksrc
Dchecksrc.pl204 sub checksrc { subroutine
267 checksrc($cmd, $line, $file, $l)
/external/curl/src/
DMakefile.am131 checksrc: target
132 @PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \
137 all-local: checksrc
/external/curl/docs/examples/
DMakefile.am65 checksrc: target
66 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
/external/curl/tests/server/
DMakefile.am65 checksrc: target
66 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
/external/curl/tests/unit/
DMakefile.am74 checksrc: target
75 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
/external/curl/tests/libtest/
DMakefile.am119 checksrc: target
120 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
/external/curl/
DMakefile.am101 projects/checksrc.bat \
285 checksrc: target
286 cd lib && $(MAKE) checksrc
287 cd src && $(MAKE) checksrc
288 cd tests && $(MAKE) checksrc
289 cd include/curl && $(MAKE) checksrc
290 cd docs/examples && $(MAKE) checksrc
DRELEASE-NOTES49 o checksrc: add more checks