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:myname
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/network/multicast/mc_commo/
H
A
D
mc_send.c
25
char
myname
[64];
in main()
local
36
if (gethostname(
myname
, sizeof(
myname
) - 1) < 0) {
in main()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H
A
D
node.js
337
const
myname
= isProjectRoot ? name || this.name
339
const alias = !isProjectRoot && name &&
myname
!== name ? `npm:${name}@`
341
return `${
myname
}@${alias}${version}`
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
zic.c
873
register char *
myname
;
in itsdir()
local
876
myname
= ecpyalloc(name);
in itsdir()
877
myname
= ecatalloc(
myname
, "/.");
in itsdir()
878
accres = access(
myname
, F_OK);
in itsdir()
879
free(
myname
);
in itsdir()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
zic.c
872
register char *
myname
;
in itsdir()
local
875
myname
= ecpyalloc(name);
in itsdir()
876
myname
= ecatalloc(
myname
, "/.");
in itsdir()
877
accres = access(
myname
, F_OK);
in itsdir()
878
free(
myname
);
in itsdir()
Completed in 9 milliseconds