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:toupper
(Results
1 - 4
of
4
) sorted by relevance
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/linux/
H
A
D
ctype.h
70
#define
toupper
(c) __toupper(c)
macro
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/linux/
H
A
D
ctype.h
70
#define
toupper
(c) __toupper(c)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
ctype.h
281
* The
toupper
() function converts lowercase letters to uppercase.
282
* If c is a lowercase letter,
toupper
() returns its uppercase
297
int
toupper
(int);
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
556
toupper
(){
function
843
c = \"$pfx\"
toupper
(\$1);
3959
v=$(
toupper
${n%s})_LIST
4006
is_in ${comp} $COMPONENT_LIST && eval comp=\$$(
toupper
${comp%s})_LIST
4049
map 'eval unset \${$(
toupper
${v%s})_LIST}' $COMPONENT_LIST
4052
map 'eval unset \${$(
toupper
${v%s})_LIST}' $COMPONENT_LIST
4070
eval list=\$$(
toupper
$thing)_LIST
4091
eval $action \$$(
toupper
${option%s})_LIST
4102
eval show_list $NAME \$$(
toupper
$NAME)_LIST
4206
eval components="\$$(
toupper
[all...]
Completed in 5 milliseconds