Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:checksrc
(Results
1 - 2
of
2
) sorted by relevance
/third_party/curl/projects/
H
A
D
checksrc.bat
118
for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\src" -Wtool_hugehelp.c "%%i"
119
for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\src" "%%i"
126
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\lib" "%%i"
127
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake -Wcurl_config.h.in -Wcurl_config.h "%%i"
132
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
133
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
138
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
139
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
144
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
.pl" "-D%SRC_DIR%\lib\vssh" "%%i"
145
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\
checksrc
[all...]
/third_party/curl/scripts/
H
A
D
checksrc.pl
60
'BADCOMMAND' => 'bad !
checksrc
! instruction',
104
open(my $W, '<', "$dir/
checksrc
.skip") or return;
113
# Reads the .
checksrc
in $dir for any extended warnings to enable locally.
115
# and since that's already handled via !
checksrc
! commands there is probably
120
open(my $rcfile, "<", "$dir/.
checksrc
") or return;
131
print STDERR "invalid warning specified in .
checksrc
: \"$1\"\n";
138
print STDERR "invalid warning specified in .
checksrc
: \"$1\"\n";
145
die "Invalid format in $dir/.
checksrc
on line $i\n";
161
#
checksrc
.skip
165
# !
checksrc
! controlle
320
sub
checksrc
{
global()
subroutine
[all...]
Completed in 2 milliseconds