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:CMDNAME
(Results
1 - 3
of
3
) sorted by relevance
/third_party/toybox/scripts/
H
A
D
test.sh
35
CMDNAME
="${1##*/}"
36
CMDNAME
="${
CMDNAME
%.test}"
39
C="$TESTDIR/$
CMDNAME
"
40
[ ! -e "$C" ] && echo "$
CMDNAME
disabled" && return
42
C="$(which $
CMDNAME
2>/dev/null)"
43
[ -z "$C" ] && "C=$
CMDNAME
"
H
A
D
runtest.sh
102
NAME="$
CMDNAME
$1"
151
[ -z "$X" ] && X="$
CMDNAME
$2"
/third_party/jerryscript/jerry-main/
H
A
D
cli.c
45
* @param
CMDNAME
name of the new array variable.
49
#define CLI_CMD_NAME(
CMDNAME
, PROGNAME, CMD) \
50
char
CMDNAME
[strlen ((PROGNAME)) + strlen ((CMD)) + 2]; \
51
strncpy (
CMDNAME
, (PROGNAME), strlen ((PROGNAME))); \
52
CMDNAME
[strlen ((PROGNAME))] = ' '; \
53
strncpy (
CMDNAME
+ strlen ((PROGNAME)) + 1, (CMD), strlen ((CMD)) + 1)
Completed in 3 milliseconds