Home
last modified time | relevance | path

Searched refs:unsetenv (Results 1 - 25 of 61) sorted by relevance

123

/third_party/benchmark/test/
H A Dcommandlineflags_gtest.cc23 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 Dxmlconfig.cpp46 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 Dcache_test.cpp143 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 Dputenv.c27 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 Dprocess_unsetenv_test.cpp21 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 Dgtest_dirs_test.cc24 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 Ddate.c80 else unsetenv("TZ"); in parse_date()
166 else unsetenv("TZ"); in date_main()
/third_party/toybox/toys/posix/
H A Ddate.c83 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 Denv_getenv_test.cpp21 EXPECT_TRUE(unsetenv("PATH") == 0); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetlogin_r.c35 unsetenv("LOGNAME"); in getlogin_r_0100()
H A Dgetlogin.c34 unsetenv("LOGNAME"); in getlogin_0100()
/third_party/ltp/lib/tests/
H A Dtst_dataroot02.c49 unsetenv("LTPROOT"); in main()
/third_party/musl/src/env/
H A Dunsetenv.c12 int unsetenv(const char *name) in unsetenv() function
H A Dputenv.c44 if (!l || !s[l]) return unsetenv(s); in putenv()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc40 ::unsetenv(name); in SetEnvVar()
/third_party/musl/libc-test/src/functional/
H A Denv.c31 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 Dexecvpe.c69 unsetenv("touch"); in execvpe_0200()
/third_party/toybox/toys/lsb/
H A Dsu.c74 unsetenv("IFS"); in su_main()
/third_party/musl/libc-test/src/functionalext/locale/
H A Dlanginfo.c190 if (unsetenv("LANG") != 0) { in main()
191 perror("unsetenv failed"); in main()
/third_party/toybox/toys/pending/
H A Dsulogin.c98 for (temp = forbid; *temp; temp++) unsetenv(*temp); in sulogin_main()
/third_party/libuv/test/
H A Drunner-unix.c68 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 Dstdlib.h102 int unsetenv (const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h101 int unsetenv (const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h104 int unsetenv (const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h102 int unsetenv (const char *);

Completed in 8 milliseconds

123