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:fakeenv
(Results
1 - 4
of
4
) sorted by relevance
/third_party/tzdata/
H
A
D
date.c
119
static char **
fakeenv
;
in dogmt()
local
121
if (
fakeenv
== NULL) {
in dogmt()
128
if (!ckd_add(&n, n, 2) && !ckd_mul(&n, n, sizeof *
fakeenv
)
in dogmt()
130
fakeenv
= malloc(n);
in dogmt()
132
if (n <= INDEX_MAX / sizeof *
fakeenv
- 2)
in dogmt()
133
fakeenv
= malloc((n + 2) * sizeof *
fakeenv
);
in dogmt()
135
if (
fakeenv
== NULL) {
in dogmt()
141
fakeenv
[to++] = tzeutc0;
in dogmt()
144
fakeenv
[t
in dogmt()
[all...]
H
A
D
zdump.c
265
static char **
fakeenv
;
in tzalloc()
268
char **env =
fakeenv
, **initial_environ;
in tzalloc()
288
fakeenv
= env =
in tzalloc()
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
zdump.c
339
register char **
fakeenv
;
in main()
local
521
fakeenv
= malloc((i + 2) * sizeof *
fakeenv
);
in main()
522
if (
fakeenv
== NULL
in main()
523
|| (
fakeenv
[0] = malloc(longest + 4)) == NULL) {
in main()
528
(void) strcpy(
fakeenv
[to++], "TZ=");
in main()
531
fakeenv
[to++] = environ[from];
in main()
532
fakeenv
[to] = NULL;
in main()
533
environ =
fakeenv
;
in main()
538
(void) strcpy(&
fakeenv
[
in main()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
zdump.c
345
register char **
fakeenv
;
in main()
local
527
fakeenv
= malloc((i + 2) * sizeof *
fakeenv
);
in main()
528
if (
fakeenv
== NULL
in main()
529
|| (
fakeenv
[0] = malloc(longest + 4)) == NULL) {
in main()
534
(void) strcpy(
fakeenv
[to++], "TZ=");
in main()
537
fakeenv
[to++] = environ[from];
in main()
538
fakeenv
[to] = NULL;
in main()
539
environ =
fakeenv
;
in main()
544
(void) strcpy(&
fakeenv
[
in main()
[all...]
Completed in 4 milliseconds