Home
last modified time | relevance | path

Searched refs:getenv (Results 676 - 700 of 840) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/libuv/src/
H A Dthreadpool.c502 val = getenv("UV_THREADPOOL_SIZE"); in init_threads()
/third_party/libuv/test/
H A Dtest-fs-event.c742 const char* sys_drive = getenv("SystemDrive"); in TEST_IMPL()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.c129 const char *force_sw = getenv("D3D_ALWAYS_SOFTWARE"); in NineAdapter9_GetScreen()
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c719 line = getenv("Inet$Resolvers"); in ares__init_sysconfig_riscos()
H A Dares__hosts_file.c743 path_hosts = ares_strdup(getenv("CARES_HOSTS")); in ares__hosts_path()
/third_party/nghttp2/src/
H A Dutil_test.cc442 auto tz = getenv("TZ"); in test_util_localtime_date()
/third_party/node/deps/icu-small/source/common/
H A Drbbi.cpp219 char *debugEnv = getenv("U_RBBIDEBUG"); in RuleBasedBreakIterator()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_print.cpp64 if (getenv("NV50_PROG_DEBUG_NO_COLORS") != NULL) in init_colours()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs351 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() functions
/third_party/python/Lib/
H A Dos.py773 def getenv(key, default=None): function
780 __all__.extend(("getenv", "supports_bytes_environ"))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp58 const char* s = getenv("CTS_DEBUG_VIDEO"); in videoLoggingEnabled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCContext.cpp58 cl::init(getenv("AS_SECURE_LOG_FILE")), cl::Hidden);
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-win.c358 if ((p = getenv("SCREEN_GAMMA")) != NULL) in WinMain()
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp802 SkString basePath(getenv("ANDROID_ROOT")); in GetSystemFontFamilies()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp345 char *debugEnv = getenv("U_RBBIDEBUG"); in init()
/third_party/toybox/kconfig/
H A Dsymbol.c62 p = getenv("ARCH"); in sym_init()
70 p = getenv("KERNELVERSION"); in sym_init()
/third_party/python/Modules/
H A Dgetpath.c656 const char *v = getenv(&key[4]); in env_to_dict()
/third_party/python/Lib/test/
H A Dtest_launcher.py171 for p in os.getenv("PATH").split(";"):
625 env={"PATH": f"{Path(sys.executable).parent};{os.getenv('PATH')}"},
636 env={"PATH": f"{Path(sys.executable).parent};{os.getenv('PATH')}"},
646 env={"PATH": f"{self.get_py_exe().parent};{os.getenv('PATH')}"},
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp85 char* ret = getenv(name.c_str()); in get_env_var()
/third_party/libabigail/
H A Dltmain.sh4652 const char *path = getenv ("PATH");
4893 char *new_value = lt_extend_str (getenv (name), value, 0);
4914 char *new_value = lt_extend_str (getenv (name), value, 0);
4927 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh4672 const char *path = getenv ("PATH");
4913 char *new_value = lt_extend_str (getenv (name), value, 0);
4934 char *new_value = lt_extend_str (getenv (name), value, 0);
4947 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp1111 std::string baseDir = getenv("TEMP"); in GetCurrentAbilityParam()
1121 std::string baseDir = getenv("LOGNAME"); in GetCurrentAbilityParam()
/third_party/glfw/src/
H A Dwl_init.c402 const char* sizeString = getenv("XCURSOR_SIZE"); in loadCursorTheme()
411 const char* themeName = getenv("XCURSOR_THEME"); in loadCursorTheme()
/third_party/alsa-lib/src/ucm/
H A Dparser.c51 const char *env = getenv(version > 1 ? ALSA_CONFIG_UCM2_VAR : ALSA_CONFIG_UCM_VAR); in ucm_filename()
2890 char *env = getenv(ALSA_CONFIG_UCM2_VAR); in uc_mgr_scan_master_configs()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c1187 pos = getenv(attr); in apply_format()
1458 temp = getenv(attr); in parse_line()

Completed in 49 milliseconds

1...<<21222324252627282930>>...34