Searched refs:checksrc (Results 1 – 20 of 20) sorted by relevance
/curl/ |
H A D | REUSE.toml | 43 # checksrc control files 44 "docs/examples/.checksrc", 45 "lib/.checksrc", 46 "lib/vauth/.checksrc", 47 "lib/vquic/.checksrc", 48 "lib/vssh/.checksrc", 49 "lib/vtls/.checksrc", 50 "src/.checksrc", 51 "tests/libtest/.checksrc", 52 "tests/server/.checksrc",
|
H A D | Makefile.am | 67 projects/checksrc.bat \ 242 checksrc: target 243 (cd lib && $(MAKE) checksrc) 244 (cd src && $(MAKE) checksrc) 245 (cd tests && $(MAKE) checksrc) 246 (cd include/curl && $(MAKE) checksrc) 247 (cd docs/examples && $(MAKE) checksrc) 248 (cd packages && $(MAKE) checksrc)
|
/curl/tests/server/ |
H A D | Makefile.am | 53 EXTRA_DIST = base64.pl CMakeLists.txt .checksrc 60 checksrc: target 61 $(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl $(srcdir)/*.[ch] 65 all-local: checksrc
|
/curl/include/curl/ |
H A D | Makefile.am | 35 checksrc: target 36 …$(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEAD… 40 all-local: checksrc
|
/curl/docs/examples/ |
H A D | Makefile.am | 28 $(COMPLICATED_EXAMPLES) .checksrc 67 checksrc: target 68 $(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/*.c)
|
/curl/lib/ |
H A D | Makefile.am | 28 CHECKSRC_DIST = .checksrc vauth/.checksrc vquic/.checksrc vssh/.checksrc \ 29 vtls/.checksrc 147 checksrc: target 148 $(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \ 154 all-local: checksrc
|
/curl/projects/ |
H A D | checksrc.bat | 119 … in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 126 … in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 132 …dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 133 …dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 138 …dir "%SRC_DIR%\lib\vquic\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 139 …dir "%SRC_DIR%\lib\vquic\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 144 …'dir "%SRC_DIR%\lib\vssh\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 145 …'dir "%SRC_DIR%\lib\vssh\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 150 …'dir "%SRC_DIR%\lib\vtls\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… 151 …'dir "%SRC_DIR%\lib\vtls\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\… [all …]
|
/curl/tests/libtest/ |
H A D | Makefile.am | 41 CMakeLists.txt mk-lib1521.pl .checksrc 120 checksrc: target 121 $(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/*.[ch] 125 all-local: checksrc
|
/curl/tests/http/clients/ |
H A D | Makefile.am | 68 checksrc: target 69 $(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/*.c)
|
/curl/tests/ |
H A D | Makefile.am | 188 checksrc: target 189 (cd libtest && $(MAKE) checksrc) 190 (cd unit && $(MAKE) checksrc) 191 (cd server && $(MAKE) checksrc) 192 (cd http && $(MAKE) checksrc)
|
/curl/.github/scripts/ |
H A D | verify-examples.pl | 41 sub checksrc { subroutine 100 $error |= checksrc($m);
|
H A D | spellcheck.words | 99 checksrc
|
/curl/packages/ |
H A D | Makefile.am | 51 checksrc: target 52 $(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/OS400/*.[ch])
|
/curl/tests/unit/ |
H A D | Makefile.am | 77 checksrc: target 78 $(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl $(srcdir)/*.[ch]
|
/curl/src/ |
H A D | Makefile.am | 30 Makefile.mk curl.rc Makefile.inc CMakeLists.txt .checksrc 181 checksrc: target 182 $(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \ 189 all-local: checksrc
|
/curl/tests/http/ |
H A D | Makefile.am | 79 checksrc: target 80 cd clients && $(MAKE) checksrc
|
/curl/tests/data/ |
H A D | test1185 | 4 checksrc 15 checksrc 19 %SRCDIR/../scripts/checksrc.pl %LOGDIR/code%TESTNUMBER.c 204 checksrc: 0 errors and 38 warnings
|
/curl/.github/workflows/ |
H A D | checksrc.yml | 35 checksrc: 42 run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl
|
/curl/scripts/ |
H A D | Makefile.am | 25 EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl \
|
H A D | checksrc.pl | 337 sub checksrc { subroutine 420 checksrc($cmd, $line, $file, $l)
|
Completed in 21 milliseconds