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:putenv
(Results
1 - 25
of
50
) sorted by relevance
1
2
/third_party/python/Programs/
H
A
D
_testembed.c
16
#include <stdlib.h> //
putenv
()
271
putenv
("PYTHONMALLOC=");
in test_pre_initialization_api()
368
putenv
("PYTHONMALLOC=");
in test_bpo20891()
513
putenv
("PYTHONUTF8=0");
in test_init_global_config()
523
putenv
("PYTHONINSPECT=");
in test_init_global_config()
526
putenv
("PYTHONOPTIMIZE=0");
in test_init_global_config()
529
putenv
("PYTHONDEBUG=0");
in test_init_global_config()
534
putenv
("PYTHONDONTWRITEBYTECODE=");
in test_init_global_config()
537
putenv
("PYTHONVERBOSE=0");
in test_init_global_config()
543
putenv
("PYTHONUNBUFFERE
in test_init_global_config()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/env/
H
A
D
putenv.c
30
ret =
putenv
("test=putenv_0100");
in putenv_0100()
39
ret =
putenv
("test=putenv_new");
in putenv_0100()
59
ret =
putenv
("test");
in putenv_0200()
69
putenv
("");
in putenv_0200()
/third_party/toybox/toys/pending/
H
A
D
init.c
66
if (!getenv("TERM"))
putenv
("TERM=linux");
in initialize_console()
470
putenv
("HOME=/");
in init_main()
471
putenv
("PATH=/sbin:/usr/sbin:/bin:/usr/bin");
in init_main()
472
putenv
("SHELL=/bin/sh");
in init_main()
473
putenv
("USER=root");
in init_main()
H
A
D
bootchartd.c
256
putenv
("PATH=/sbin:/usr/sbin:/bin:/usr/bin");
in bootchartd_main()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
turbojpeg.c
699
if (flags & TJFLAG_FORCEMMX)
putenv
("JSIMD_FORCEMMX=1");
in tjCompress2()
700
else if (flags & TJFLAG_FORCESSE)
putenv
("JSIMD_FORCESSE=1");
in tjCompress2()
701
else if (flags & TJFLAG_FORCESSE2)
putenv
("JSIMD_FORCESSE2=1");
in tjCompress2()
801
if (flags & TJFLAG_FORCEMMX)
putenv
("JSIMD_FORCEMMX=1");
in tjEncodeYUVPlanes()
802
else if (flags & TJFLAG_FORCESSE)
putenv
("JSIMD_FORCESSE=1");
in tjEncodeYUVPlanes()
803
else if (flags & TJFLAG_FORCESSE2)
putenv
("JSIMD_FORCESSE2=1");
in tjEncodeYUVPlanes()
1011
if (flags & TJFLAG_FORCEMMX)
putenv
("JSIMD_FORCEMMX=1");
in tjCompressFromYUVPlanes()
1012
else if (flags & TJFLAG_FORCESSE)
putenv
("JSIMD_FORCESSE=1");
in tjCompressFromYUVPlanes()
1013
else if (flags & TJFLAG_FORCESSE2)
putenv
("JSIMD_FORCESSE2=1");
in tjCompressFromYUVPlanes()
1297
if (flags & TJFLAG_FORCEMMX)
putenv
("JSIMD_FORCEMM
in tjDecompress2()
[all...]
/third_party/musl/libc-test/src/regression/
H
A
D
putenv-doublefree.c
12
putenv
(c);
in main()
/third_party/musl/src/env/
H
A
D
putenv.c
41
int
putenv
(char *s)
in putenv()
function
/third_party/musl/libc-test/src/functional/
H
A
D
env.c
21
if (
putenv
("TEST=1"))
in main()
22
t_error("
putenv
: %s\n", strerror(errno));
in main()
24
t_error("
putenv
failed: environ[0]: %s, wanted \"TEST=1\"\n", environ[0]);
in main()
H
A
D
time.c
98
putenv
("TZ=GMT");
in main()
/third_party/ffmpeg/libavutil/tests/
H
A
D
parseutils.c
195
putenv
(tzstr);
in test_av_parse_time()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
119
int
putenv
(char *);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
118
int
putenv
(char *);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
121
int
putenv
(char *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
119
int
putenv
(char *);
/third_party/ltp/testcases/kernel/syscalls/fork/
H
A
D
fork04.c
134
putenv
("TESTPROG=FRKTCS04");
in setup()
/third_party/musl/libc-test/src/api/
H
A
D
stdlib.c
85
{int(*p)(char*) =
putenv
;}
in f()
/third_party/backends/frontend/
H
A
D
test.c
174
putenv
(envbuf);
in main()
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
124
int
putenv
(char *);
/third_party/musl/include/
H
A
D
stdlib.h
125
int
putenv
(char *);
/third_party/libuv/test/
H
A
D
test-threadpool-cancel.c
26
# define
putenv
_putenv
macro
76
putenv
(buf);
in saturate_threadpool()
/third_party/alsa-utils/alsactl/
H
A
D
alsactl.c
326
if (
putenv
(optarg)) {
in main()
/third_party/backends/tools/
H
A
D
umax_pp.c
8
/* For
putenv
*/
334
putenv
(dbgstr);
in main()
/third_party/musl/Benchmark/musl/
H
A
D
libc_stdlib.cpp
313
benchmark::DoNotOptimize(
putenv
((char*)a));
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H
A
D
VulkanTester.cpp
104
// POSIX
putenv
needs 'env' to live beyond the call
in putEnv()
110
[[maybe_unused]] auto r = ::
putenv
(const_cast<char *>(envCopy.c_str()));
in putEnv()
/third_party/python/Lib/test/
H
A
D
test_posix.py
1014
os.
putenv
('FRUIT\0VEGETABLE', 'cabbage')
1016
os.
putenv
(b'FRUIT\0VEGETABLE', b'cabbage')
1018
os.
putenv
('FRUIT', 'orange\0VEGETABLE=cabbage')
1020
os.
putenv
(b'FRUIT', b'orange\0VEGETABLE=cabbage')
1022
os.
putenv
('FRUIT=ORANGE', 'lemon')
1024
os.
putenv
(b'FRUIT=ORANGE', b'lemon')
Completed in 14 milliseconds
1
2