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:xstrdup
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
preprocess.c
49
e->name =
xstrdup
(name);
in env_add()
50
e->value =
xstrdup
(value);
in env_add()
74
return
xstrdup
(e->value);
in env_expand()
87
return
xstrdup
(value);
in env_expand()
117
return
xstrdup
("");
in do_error_if()
122
return
xstrdup
(current_file->name);
in do_filename()
129
return
xstrdup
("");
in do_info()
138
return
xstrdup
(buf);
in do_lineno()
178
return
xstrdup
(buf);
in do_shell()
187
return
xstrdup
("");
in do_warning_if()
[all...]
H
A
D
util.c
25
file->name =
xstrdup
(name);
in file_lookup()
109
char *
xstrdup
(const char *s)
in xstrdup()
function
H
A
D
lkc.h
74
char *
xstrdup
(const char *s);
H
A
D
qconf.cc
1388
configname =
xstrdup
(conf_get_configname());
in ConfigMainWindow()
1530
configname =
xstrdup
(name);
in loadConfig()
1565
configname =
xstrdup
(name);
in saveConfigAs()
H
A
D
parser.y
481
/* empty */ { $$ =
xstrdup
(""); };
H
A
D
confdata.c
280
sym->def[def].val =
xstrdup
(p);
in conf_set_sym_val()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
preprocess.c
49
e->name =
xstrdup
(name);
in env_add()
50
e->value =
xstrdup
(value);
in env_add()
74
return
xstrdup
(e->value);
in env_expand()
87
return
xstrdup
(value);
in env_expand()
117
return
xstrdup
("");
in do_error_if()
122
return
xstrdup
(current_file->name);
in do_filename()
129
return
xstrdup
("");
in do_info()
138
return
xstrdup
(buf);
in do_lineno()
178
return
xstrdup
(buf);
in do_shell()
187
return
xstrdup
("");
in do_warning_if()
[all...]
H
A
D
util.c
25
file->name =
xstrdup
(name);
in file_lookup()
109
char *
xstrdup
(const char *s)
in xstrdup()
function
H
A
D
lkc.h
60
char *
xstrdup
(const char *s);
H
A
D
qconf.cc
1402
configname =
xstrdup
(conf_get_configname());
in ConfigMainWindow()
1553
configname =
xstrdup
(name);
in loadConfig()
1588
configname =
xstrdup
(name);
in saveConfigAs()
H
A
D
parser.y
472
/* empty */ { $$ =
xstrdup
(""); };
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
fstree.c
46
prop = build_property(
xstrdup
(de->d_name),
in read_fstree()
57
newchild = name_node(newchild,
xstrdup
(de->d_name));
in read_fstree()
H
A
D
srcpos.c
105
fullname =
xstrdup
(fname);
in try_open()
153
fullname =
xstrdup
("<stdin>");
in srcfile_relative_open()
222
node->dirname =
xstrdup
(dirname);
in srcfile_add_search_path()
H
A
D
util.h
63
extern char *
xstrdup
(const char *s);
H
A
D
flattree.c
618
str =
xstrdup
(inb->ptr);
in flat_read_string()
660
return
xstrdup
(inb->base + offset);
in flat_read_stringtable()
727
return
xstrdup
(cpath + plen);
in nodename_from_path()
H
A
D
util.c
26
char *
xstrdup
(const char *s)
in xstrdup()
function
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
fstree.c
46
prop = build_property(
xstrdup
(de->d_name),
in read_fstree()
57
newchild = name_node(newchild,
xstrdup
(de->d_name));
in read_fstree()
H
A
D
srcpos.c
105
fullname =
xstrdup
(fname);
in try_open()
153
fullname =
xstrdup
("<stdin>");
in srcfile_relative_open()
222
node->dirname =
xstrdup
(dirname);
in srcfile_add_search_path()
H
A
D
util.h
63
extern char *
xstrdup
(const char *s);
H
A
D
flattree.c
619
str =
xstrdup
(inb->ptr);
in flat_read_string()
661
return
xstrdup
(inb->base + offset);
in flat_read_stringtable()
728
return
xstrdup
(cpath + plen);
in nodename_from_path()
H
A
D
util.c
26
char *
xstrdup
(const char *s)
in xstrdup()
function
/kernel/linux/linux-5.10/scripts/genksyms/
H
A
D
genksyms.h
76
#define
xstrdup
(str) ({ char *__str = strdup(str); \
macro
H
A
D
genksyms.c
343
newnode->string =
xstrdup
(string);
in mk_node()
372
newnode->string =
xstrdup
(node->string);
in copy_node()
485
subsym = add_reference_symbol(
xstrdup
(sym->string), sym->tag,
in read_reference()
/kernel/linux/linux-6.6/scripts/genksyms/
H
A
D
genksyms.h
76
#define
xstrdup
(str) ({ char *__str = strdup(str); \
macro
H
A
D
genksyms.c
343
newnode->string =
xstrdup
(string);
in mk_node()
372
newnode->string =
xstrdup
(node->string);
in copy_node()
485
subsym = add_reference_symbol(
xstrdup
(sym->string), sym->tag,
in read_reference()
Completed in 18 milliseconds
1
2