Home
last modified time | relevance | path

Searched refs:getenv (Results 701 - 725 of 858) sorted by relevance

1...<<21222324252627282930>>...35

/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()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp986 std::string test = getenv("test"); in Unsetenv()
1172 env_val[i] = getenv(env_var[i]); in Getenv()
1390 {"getenv", nullptr, Getenv, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/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()
/third_party/backends/backend/
H A Dnet.c1063 env = getenv ("SANE_NET_HOSTS");
1113 env = getenv ("SANE_NET_TIMEOUT");
H A Drts8891.c6388 if (getenv ("RED_CODE") != NULL) in send_calibration_data()
6390 red_code = atoi (getenv ("RED_CODE")); in send_calibration_data()
6392 if (getenv ("GREEN_CODE") != NULL) in send_calibration_data()
6394 blue_code = atoi (getenv ("GREEN_CODE")); in send_calibration_data()
6396 if (getenv ("BLUE_CODE") != NULL) in send_calibration_data()
6398 green_code = atoi (getenv ("BLUE_CODE")); in send_calibration_data()
/third_party/libsnd/src/
H A Dcommon.c1827 tmpdir = getenv ("TEMP") ; in psf_open_tmpfile()
1829 { tmpdir = getenv ("TMPDIR") ; in psf_open_tmpfile()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c71 WSI_DEBUG = parse_debug_string(getenv("MESA_VK_WSI_DEBUG"), debug_control); in wsi_device_init()
191 present_mode = getenv("MESA_VK_WSI_PRESENT_MODE"); in wsi_device_init()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c1040 const char *hud_dump_dir = getenv("GALLIUM_HUD_DUMP_DIR"); in hud_graph_set_dump_file()
1207 period_env = getenv("GALLIUM_HUD_PERIOD"); in hud_parse_env_var()
/third_party/mksh/
H A Dmain.c1516 if ((lfp = getenv("SDMKSH_PATH")) == NULL) { in initio()
1517 if ((lfp = getenv("HOME")) == NULL || !mksh_abspath(lfp)) in initio()
/third_party/python/Python/
H A Dinitconfig.c16 #include <stdlib.h> // getenv()
289 return getenv(name); in Py_GETENV()
1443 const char *var = getenv(name); in config_get_env_dup()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx4098 tmpdir = string(getenv("TMPDIR") ?: "/tmp"); in main()
4101 db_path = string(getenv("HOME") ?: "/") + string("/.debuginfod.sqlite"); /* XDG? */ in main()
4337 const char* du = getenv(DEBUGINFOD_URLS_ENV_VAR); in main()
/third_party/curl/lib/
H A Dhttp.c1317 char *p = getenv("CURL_SMALLREQSEND"); in Curl_buffer_send()
3714 getenv("CURL_HSTS_HTTP") in Curl_http_header()
3737 getenv("CURL_ALTSVC_HTTP") in Curl_http_header()
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c529 if ((catalog = _searchDirForCatalog(getenv("CUPS_LOCALEDIR"))) != NULL) in _findCUPSMessageCatalog()
533 if ((c = getenv("CUPS_DATADIR")) == NULL) in _findCUPSMessageCatalog()
2067 if ((cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL) in ppdCreateFromIPP2()
/third_party/backends/sanei/
H A Dsanei_scsi.c819 cc = getenv ("SANE_SG_BUFFERSIZE"); in get_max_buffer_size()
883 cc = getenv ("SANE_SCSICMD_TIMEOUT"); in sanei_scsi_open_extended()
920 cc = getenv ("SANE_SG_BUFFERSIZE"); in sanei_scsi_open_extended()
1518 cc = getenv ("SANE_SG_BUFFERSIZE"); in sanei_scsi_open()

Completed in 78 milliseconds

1...<<21222324252627282930>>...35