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:CMD_MAX_LEN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_a/apps/shell/include/
H
A
D
shell.h
45
#define SHOW_MAX_LEN
CMD_MAX_LEN
52
#define
CMD_MAX_LEN
(256U + CMD_KEY_LEN)
macro
/kernel/liteos_a/syscall/
H
A
D
misc_syscall.c
149
char cmdStringDup[
CMD_MAX_LEN
+ 1] = { 0 };
in SysShellExec()
162
ret = LOS_StrncpyFromUser(cmdStringDup, cmdString,
CMD_MAX_LEN
+ 1);
in SysShellExec()
165
} else if (ret >
CMD_MAX_LEN
) {
in SysShellExec()
/kernel/liteos_a/shell/full/include/
H
A
D
shell.h
59
#define SHOW_MAX_LEN
CMD_MAX_LEN
65
#define
CMD_MAX_LEN
(256U + CMD_KEY_LEN)
macro
/kernel/liteos_m/components/shell/include/
H
A
D
shell.h
58
#define SHOW_MAX_LEN
CMD_MAX_LEN
64
#define
CMD_MAX_LEN
(256U + CMD_KEY_LEN)
macro
/kernel/linux/linux-5.10/drivers/staging/hungtask/
H
A
D
hungtask_user.c
17
#define
CMD_MAX_LEN
20
macro
224
char tmp[
CMD_MAX_LEN
]; /* on/off/kick */
in htuser_list_store()
233
if ((count < CMD_MIN_LEN) || (count >
CMD_MAX_LEN
)) {
in htuser_list_store()
/kernel/linux/linux-6.6/drivers/staging/hungtask/
H
A
D
hungtask_user.c
17
#define
CMD_MAX_LEN
20
macro
224
char tmp[
CMD_MAX_LEN
]; /* on/off/kick */
in htuser_list_store()
233
if ((count < CMD_MIN_LEN) || (count >
CMD_MAX_LEN
)) {
in htuser_list_store()
/kernel/liteos_a/shell/full/src/cmds/
H
A
D
watch_shellcmd.c
52
CHAR cmdbuf[
CMD_MAX_LEN
]; /* the command to watch */
/kernel/liteos_m/components/shell/src/cmds/
H
A
D
vfs_shellcmd.c
51
#define SHOW_MAX_LEN
CMD_MAX_LEN
Completed in 5 milliseconds