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:fcmd
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
test-suite
575
fcmd
="$3"
576
[ -z "$
fcmd
" ] &&
fcmd
="$def_cmd"
578
cmd=`eval echo $default_path/$
fcmd
`
587
if [ "$
fcmd
" != "$default_cmd" ]; then
588
echo " * check-command: $
fcmd
"
/third_party/curl/lib/
H
A
D
ftp.c
906
ftpport
fcmd
) /* start with this */
in ftp_state_use_port()
1182
for(;
fcmd
!= DONE;
fcmd
++) {
in ftp_state_use_port()
1184
if(!conn->bits.ftp_use_eprt && (EPRT ==
fcmd
))
in ftp_state_use_port()
1188
if((PORT ==
fcmd
) && sa->sa_family != AF_INET)
in ftp_state_use_port()
1205
if(EPRT ==
fcmd
) {
in ftp_state_use_port()
1214
result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[
fcmd
],
in ftp_state_use_port()
1224
if(PORT ==
fcmd
) {
in ftp_state_use_port()
1242
result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[
fcmd
], target);
in ftp_state_use_port()
1253
ftpc->count1 =
fcmd
;
in ftp_state_use_port()
905
ftp_state_use_port(struct Curl_easy *data, ftpport
fcmd
)
ftp_state_use_port()
argument
2016
ftpport
fcmd
= (ftpport)ftpc->count1;
ftp_state_port_resp()
local
[all...]
Completed in 4 milliseconds