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:cstrdup
(Results
1 - 9
of
9
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
card_select.c
141
card->device_name =
cstrdup
(buf);
in get_cards()
142
card->indexstr =
cstrdup
(buf + 3);
in get_cards()
143
card->name =
cstrdup
(snd_ctl_card_info_get_name(info));
in get_cards()
150
card->indexstr =
cstrdup
(" ");
in get_cards()
151
card->name =
cstrdup
(_("enter device name..."));
in get_cards()
H
A
D
mem.h
8
char *
cstrdup
(const char *s);
H
A
D
textbox.c
325
text_lines[i] =
cstrdup
(lines[i]);
in create_text_box()
328
title =
cstrdup
(title_);
in create_text_box()
H
A
D
mem.c
50
char *
cstrdup
(const char *s)
in cstrdup()
function
H
A
D
device_name.c
51
return
cstrdup
("");
in dup_current_name()
H
A
D
curskey.c
131
keynames[keynames_count].keyname =
cstrdup
(name);
in create_ncurses_keynames()
H
A
D
mixer_widget.c
93
mixer_device_name =
cstrdup
(selem_regopt->device);
in create_mixer_object()
175
mixer_device_name =
cstrdup
(device_name);
in select_card_by_name()
H
A
D
mixer_controls.c
209
control->name =
cstrdup
(snd_mixer_selem_get_name(control->elem));
in create_name()
H
A
D
mixer_display.c
240
return
cstrdup
(_("mute"));
in format_gain()
Completed in 6 milliseconds