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:str_new
(Results
1 - 6
of
6
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H
A
D
rename.c
75
char
str_new
[] = "new";
in rename_0300()
local
76
int ret_new = write(fd_old,
str_new
, sizeof(
str_new
));
in rename_0300()
/third_party/toybox/kconfig/
H
A
D
util.c
57
struct gstr
str_new
(void)
in str_new()
function
H
A
D
lkc.h
99
struct gstr
str_new
(void);
H
A
D
mconf.c
388
struct gstr res =
str_new
();
in get_relations_str()
698
struct gstr help =
str_new
();
in show_help()
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
302
sqlite3_str *(*
str_new
)(sqlite3*);
member
642
#define sqlite3_str_new sqlite3_api->
str_new
/third_party/sqlite/src/
H
A
D
sqlite3.c
[all...]
Completed in 126 milliseconds