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:newstr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
i18n.c
545
char *
newstr
= NULL;
in spk_msg_set()
local
551
newstr
= kmalloc(length + 1, GFP_KERNEL);
in spk_msg_set()
552
if (!
newstr
)
in spk_msg_set()
555
memcpy(
newstr
, text, length);
in spk_msg_set()
556
newstr
[length] = '\0';
in spk_msg_set()
559
!fmt_validate(speakup_default_msgs[index],
newstr
)) {
in spk_msg_set()
560
kfree(
newstr
);
in spk_msg_set()
566
speakup_msgs[index] =
newstr
;
in spk_msg_set()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
builtin-test-list.c
113
char *
newstr
;
in strdup_check()
local
115
newstr
= strdup(str);
in strdup_check()
116
if (!
newstr
) {
in strdup_check()
120
return
newstr
;
in strdup_check()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
i18n.c
552
char *
newstr
= NULL;
in spk_msg_set()
local
558
newstr
= kmemdup_nul(text, length, GFP_KERNEL);
in spk_msg_set()
559
if (!
newstr
)
in spk_msg_set()
564
!fmt_validate(speakup_default_msgs[index],
newstr
)) {
in spk_msg_set()
565
kfree(
newstr
);
in spk_msg_set()
571
speakup_msgs[index] =
newstr
;
in spk_msg_set()
Completed in 3 milliseconds