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/tests/
DMakefile.am116 checksrc: target
117 cd libtest && $(MAKE) checksrc
118 cd unit && $(MAKE) checksrc
119 cd server && $(MAKE) checksrc
123 all-local: checksrc
/external/curl/include/curl/
DMakefile.am28 checksrc: target
29 @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)
33 all-local: checksrc
/external/curl/tests/server/
DMakefile.am59 checksrc: target
60 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
64 all-local: checksrc
/external/curl/lib/
DMakefile.am32 firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl \
136 checksrc: target
137 @PERL@ $(srcdir)/checksrc.pl -D$(srcdir) -W$(srcdir)/curl_config.h \
142 all-local: checksrc
Dchecksrc.pl209 sub checksrc { subroutine
278 checksrc($cmd, $line, $file, $l)
/external/curl/src/
DMakefile.am135 checksrc: target
136 @PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \
141 all-local: checksrc
/external/curl/docs/examples/
DMakefile.am61 checksrc: target
62 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
/external/curl/tests/unit/
DMakefile.am65 checksrc: target
66 @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
/external/curl/tests/libtest/
DMakefile.am130 checksrc: target
131 @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
DCHANGES652 - openldap: fix checksrc nits
750 - ssh-libssh.c: please checksrc
2690 - checksrc: detect and warn for multiple spaces
2694 - checksrc: verify space after semicolons
2698 - checksrc: detect and warn for lack of spaces next to plus signs
2702 - checksrc: verify spaces around equals signs
2992 - curl.h: fix "unused checksrc ignore", remove dangling reference
3104 - checksrc: disable SPACEBEFOREPAREN for case statement.
3214 - examples/sslbackend.c: fix failure of 'make checksrc'
4021 - curl/system.h: checksrc compliance
[all …]