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:unsetenv
(Results
1 - 25
of
61
) sorted by relevance
1
2
3
/third_party/benchmark/test/
H
A
D
commandlineflags_gtest.cc
23
int
unsetenv
(const char* name) { return _putenv_s(name, ""); }
in unsetenv()
function
28
ASSERT_EQ(
unsetenv
("NOT_IN_ENV"), 0);
in TEST()
35
unsetenv
("IN_ENV");
in TEST()
39
unsetenv
("IN_ENV");
in TEST()
43
unsetenv
("IN_ENV");
in TEST()
47
unsetenv
("IN_ENV");
in TEST()
51
unsetenv
("IN_ENV");
in TEST()
55
unsetenv
("IN_ENV");
in TEST()
59
unsetenv
("IN_ENV");
in TEST()
63
unsetenv
("IN_EN
in TEST()
[all...]
/third_party/mesa3d/src/util/tests/
H
A
D
xmlconfig.cpp
46
unsetenv
("glsl_zero_init");
in xmlconfig_test()
47
unsetenv
("always_have_depth_buffer");
in xmlconfig_test()
48
unsetenv
("opt");
in xmlconfig_test()
49
unsetenv
("vblank_mode");
in xmlconfig_test()
50
unsetenv
("not_present");
in xmlconfig_test()
51
unsetenv
("mesa_b_option");
in xmlconfig_test()
52
unsetenv
("mesa_s_option");
in xmlconfig_test()
53
unsetenv
("mest_test_unknown_option");
in xmlconfig_test()
54
unsetenv
("mest_drirc_option");
in xmlconfig_test()
257
unsetenv
("mesa_drirc_optio
in TEST_F()
[all...]
H
A
D
cache_test.cpp
143
unsetenv
("MESA_SHADER_CACHE_DISABLE");
in test_disk_cache_create()
149
unsetenv
("MESA_SHADER_CACHE_DISABLE");
in test_disk_cache_create()
162
unsetenv
("MESA_SHADER_CACHE_DIR");
in test_disk_cache_create()
163
unsetenv
("XDG_CACHE_HOME");
in test_disk_cache_create()
/third_party/musl/libc-test/src/functionalext/supplement/env/
H
A
D
putenv.c
27
int ret =
unsetenv
("test");
in putenv_0100()
46
unsetenv
("test");
in putenv_0100()
56
int ret =
unsetenv
("test");
in putenv_0200()
78
unsetenv
("test");
in putenv_0200()
/third_party/musl/libc-test/src/functionalext/supplement/process/process_gtest/
H
A
D
process_unsetenv_test.cpp
21
unsetenv
("MY_VAR");
in HWTEST_F()
28
* @tc.desc: Check how the
unsetenv
function handles invalid input parameters and whether it sets the errno
35
int result =
unsetenv
("");
in HWTEST_F()
38
result =
unsetenv
("a = b");
in HWTEST_F()
/third_party/googletest/googletest/test/
H
A
D
gtest_dirs_test.cc
24
GTEST_CHECK_POSIX_SUCCESS_(
unsetenv
(name));
in SetEnv()
35
GTEST_CHECK_POSIX_SUCCESS_(
unsetenv
(name_.c_str()));
in ~SetEnv()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
date.c
80
else
unsetenv
("TZ");
in parse_date()
166
else
unsetenv
("TZ");
in date_main()
/third_party/toybox/toys/posix/
H
A
D
date.c
83
else
unsetenv
("TZ");
in parse_date()
169
else
unsetenv
("TZ");
in date_main()
/third_party/musl/libc-test/src/functionalext/supplement/env/env_gtest/
H
A
D
env_getenv_test.cpp
21
EXPECT_TRUE(
unsetenv
("PATH") == 0);
in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H
A
D
getlogin_r.c
35
unsetenv
("LOGNAME");
in getlogin_r_0100()
H
A
D
getlogin.c
34
unsetenv
("LOGNAME");
in getlogin_0100()
/third_party/ltp/lib/tests/
H
A
D
tst_dataroot02.c
49
unsetenv
("LTPROOT");
in main()
/third_party/musl/src/env/
H
A
D
unsetenv.c
12
int
unsetenv
(const char *name)
in unsetenv()
function
H
A
D
putenv.c
44
if (!l || !s[l]) return
unsetenv
(s);
in putenv()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
scoped_set_env.cc
40
::
unsetenv
(name);
in SetEnvVar()
/third_party/musl/libc-test/src/functional/
H
A
D
env.c
31
if (
unsetenv
("TEST"))
in main()
32
t_error("
unsetenv
: %s\n", strerror(errno));
in main()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H
A
D
execvpe.c
69
unsetenv
("touch");
in execvpe_0200()
/third_party/toybox/toys/lsb/
H
A
D
su.c
74
unsetenv
("IFS");
in su_main()
/third_party/musl/libc-test/src/functionalext/locale/
H
A
D
langinfo.c
190
if (
unsetenv
("LANG") != 0) {
in main()
191
perror("
unsetenv
failed");
in main()
/third_party/toybox/toys/pending/
H
A
D
sulogin.c
98
for (temp = forbid; *temp; temp++)
unsetenv
(*temp);
in sulogin_main()
/third_party/libuv/test/
H
A
D
runner-unix.c
68
unsetenv
("UV_TEST_RUNNER_FD");
in notify_parent_process()
171
unsetenv
("UV_TEST_RUNNER_FD");
in process_start()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
102
int
unsetenv
(const char *);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
101
int
unsetenv
(const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
104
int
unsetenv
(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
102
int
unsetenv
(const char *);
Completed in 8 milliseconds
1
2
3