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/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/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/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/src/
DMakefile.am140 checksrc: target
141 $(CHECKSRC)(@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \
146 all-local: checksrc
/external/curl/docs/examples/
DMakefile.am69 checksrc: target
70 $(CHECKSRC)(@PERL@ $(top_srcdir)/lib/checksrc.pl -ASNPRINTF $(srcdir)/*.c)
/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 \
299 checksrc: target
300 cd lib && $(MAKE) checksrc
301 cd src && $(MAKE) checksrc
302 cd tests && $(MAKE) checksrc
303 cd include/curl && $(MAKE) checksrc
304 cd docs/examples && $(MAKE) checksrc
DCHANGES153 - makefile: make checksrc and hugefile commands "silent"
2096 - travis: turn off copyright year checks in checksrc
2981 - checksrc: add COPYRIGHTYEAR check
2984 been quite common among curl developers, but a traditional checksrc
2995 adds a new local override mode for checksrc where a .checksrc file can
3151 - checksrc: ban snprintf use, add command line flag to override warns
4463 - checksrc: handle zero scoped ignore commands
4465 If a !checksrc! disable command specified to ignore zero errors, it was
4471 /* !checksrc! disable LONGLINE 0 */
4479 - checksrc: enable strict mode and warnings
[all …]
DRELEASE-NOTES76 o makefile: make checksrc and hugefile commands "silent" [85]
/external/u-boot/scripts/
DMakefile.build265 $(call echo-cmd,checksrc) $(cmd_checksrc) \