/third_party/benchmark/test/ |
D | commandlineflags_gtest.cc | 22 int unsetenv(const char* name) { in unsetenv() function 29 ASSERT_EQ(unsetenv("NOT_IN_ENV"), 0); in TEST() 36 unsetenv("IN_ENV"); in TEST() 40 unsetenv("IN_ENV"); in TEST() 44 unsetenv("IN_ENV"); in TEST() 48 unsetenv("IN_ENV"); in TEST() 52 unsetenv("IN_ENV"); in TEST() 56 unsetenv("IN_ENV"); in TEST() 60 unsetenv("IN_ENV"); in TEST() 64 unsetenv("IN_ENV"); in TEST() [all …]
|
/third_party/gettext/gettext-tools/tests/ |
D | intl-setlocale-1-prg.c | 60 unsetenv ("LANGUAGE"); in main() 61 unsetenv ("LC_ALL"); in main() 62 unsetenv ("LC_MESSAGES"); in main() 63 unsetenv ("LC_CTYPE"); in main() 64 unsetenv ("LANG"); in main() 65 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-4-prg.c | 46 unsetenv ("LANGUAGE"); in main() 47 unsetenv ("LC_ALL"); in main() 48 unsetenv ("LC_MESSAGES"); in main() 49 unsetenv ("LC_CTYPE"); in main() 50 unsetenv ("LANG"); in main() 51 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-1-prg.c | 42 unsetenv ("LANGUAGE"); in main() 43 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-3-prg.c | 43 unsetenv ("LANGUAGE"); in main() 44 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-setlocale-2-prg.c | 42 unsetenv ("LANGUAGE"); in main() 43 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-thread-1-prg.c | 73 unsetenv ("LANGUAGE"); in main() 74 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-6-prg.c | 68 unsetenv ("LANGUAGE"); in main() 69 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-thread-2-prg.c | 151 unsetenv ("LANGUAGE"); in main() 152 unsetenv ("OUTPUT_CHARSET"); in main()
|
D | intl-thread-3-prg.c | 155 unsetenv ("LANGUAGE"); in main() 156 unsetenv ("OUTPUT_CHARSET"); in main()
|
/third_party/libffi/testsuite/lib/ |
D | target-libpath.exp | 221 unsetenv LD_LIBRARY_PATH 226 unsetenv LD_RUN_PATH 231 unsetenv SHLIB_PATH 236 unsetenv LD_LIBRARYN32_PATH 241 unsetenv LD_LIBRARY64_PATH 246 unsetenv LD_LIBRARY_PATH_32 251 unsetenv LD_LIBRARY_PATH_64 256 unsetenv DYLD_LIBRARY_PATH 261 unsetenv PATH
|
/third_party/libxkbcommon/test/ |
D | context.c | 74 unsetenv(key); in restore_env() 139 unsetenv("HOME"); in test_config_root_include_path() 140 unsetenv("XDG_CONFIG_HOME"); in test_config_root_include_path() 176 unsetenv("XKB_CONFIG_ROOT"); in test_config_root_include_path_fallback() 177 unsetenv("HOME"); in test_config_root_include_path_fallback() 178 unsetenv("XDG_CONFIG_HOME"); in test_config_root_include_path_fallback() 260 unsetenv("XDG_CONFIG_HOME"); in test_xdg_include_path_fallback()
|
D | rulescomp.c | 81 unsetenv("XKB_DEFAULT_RULES"); in test_rmlvo_env() 86 unsetenv("XKB_DEFAULT_MODEL"); in test_rmlvo_env() 91 unsetenv("XKB_DEFAULT_LAYOUT"); in test_rmlvo_env() 96 unsetenv("XKB_DEFAULT_VARIANT"); in test_rmlvo_env() 101 unsetenv("XKB_DEFAULT_OPTIONS"); in test_rmlvo_env()
|
D | common.c | 240 unsetenv("XKB_DEFAULT_RULES"); in test_get_context() 241 unsetenv("XKB_DEFAULT_MODEL"); in test_get_context() 242 unsetenv("XKB_DEFAULT_LAYOUT"); in test_get_context() 243 unsetenv("XKB_DEFAULT_VARIANT"); in test_get_context() 244 unsetenv("XKB_DEFAULT_OPTIONS"); in test_get_context()
|
/third_party/gettext/gettext-tools/src/ |
D | msgexec.c | 385 unsetenv ("MSGEXEC_MSGCTXT"); in process_string() 390 unsetenv ("MSGEXEC_MSGID_PLURAL"); in process_string() 398 unsetenv ("MSGEXEC_PREV_MSGCTXT"); in process_string() 402 unsetenv ("MSGEXEC_PREV_MSGID"); in process_string() 406 unsetenv ("MSGEXEC_PREV_MSGID_PLURAL"); in process_string() 469 unsetenv ("MSGEXEC_PLURAL_FORM"); in process_message()
|
D | msgfilter.c | 707 unsetenv ("MSGFILTER_MSGCTXT"); in process_message() 712 unsetenv ("MSGFILTER_MSGID_PLURAL"); in process_message() 720 unsetenv ("MSGFILTER_PREV_MSGCTXT"); in process_message() 724 unsetenv ("MSGFILTER_PREV_MSGID"); in process_message() 728 unsetenv ("MSGFILTER_PREV_MSGID_PLURAL"); in process_message() 750 unsetenv ("MSGFILTER_PLURAL_FORM"); in process_message()
|
/third_party/boost/libs/nowide/src/ |
D | cstdlib.cpp | 29 int unsetenv(const char* key) in unsetenv() function 31 return ::unsetenv(key); in unsetenv() 88 int unsetenv(const char* key) in unsetenv() function
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | date.c | 80 else unsetenv("TZ"); in parse_date() 166 else unsetenv("TZ"); in date_main()
|
/third_party/toybox/toys/posix/ |
D | date.c | 83 else unsetenv("TZ"); in parse_date() 169 else unsetenv("TZ"); in date_main()
|
/third_party/grpc/src/core/lib/gpr/ |
D | env_posix.cc | 43 int res = unsetenv(name); in gpr_unsetenv()
|
D | env_linux.cc | 72 int res = unsetenv(name); in gpr_unsetenv()
|
/third_party/boost/boost/nowide/ |
D | cstdlib.hpp | 52 BOOST_NOWIDE_DECL int unsetenv(const char* key);
|
/third_party/libxkbcommon/tools/ |
D | tools-common.h | 59 #define unsetenv(varname) _putenv_s(varname, "") macro
|
/third_party/musl/src/env/ |
D | unsetenv.c | 9 int unsetenv(const char *name) in unsetenv() function
|
/third_party/ltp/lib/tests/ |
D | tst_dataroot02.c | 49 unsetenv("LTPROOT"); in main()
|