/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-win.c | 358 if ((p = getenv("SCREEN_GAMMA")) != NULL) in WinMain()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android_parser.cpp | 802 SkString basePath(getenv("ANDROID_ROOT")); in GetSystemFontFamilies()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbi.cpp | 345 char *debugEnv = getenv("U_RBBIDEBUG"); in init()
|
/third_party/toybox/kconfig/ |
H A D | symbol.c | 62 p = getenv("ARCH"); in sym_init() 70 p = getenv("KERNELVERSION"); in sym_init()
|
/third_party/python/Modules/ |
H A D | getpath.c | 656 const char *v = getenv(&key[4]); in env_to_dict()
|
/third_party/python/Lib/test/ |
H A D | test_launcher.py | 171 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 D | test_util.cpp | 85 char* ret = getenv(name.c_str()); in get_env_var()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4652 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 D | ltmain.sh | 4672 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 D | js_util.cpp | 1111 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 D | stdlibndk.cpp | 986 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 D | wl_init.c | 402 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 D | parser.c | 51 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 D | init_parse.c | 1187 pos = getenv(attr); in apply_format() 1458 temp = getenv(attr); in parse_line()
|
/third_party/backends/backend/ |
H A D | net.c | 1063 env = getenv ("SANE_NET_HOSTS"); 1113 env = getenv ("SANE_NET_TIMEOUT");
|
H A D | rts8891.c | 6388 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 D | common.c | 1827 tmpdir = getenv ("TEMP") ; in psf_open_tmpfile() 1829 { tmpdir = getenv ("TMPDIR") ; in psf_open_tmpfile()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 71 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 D | hud_context.c | 1040 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 D | main.c | 1516 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 D | initconfig.c | 16 #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 D | debuginfod.cxx | 4098 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 D | http.c | 1317 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 D | ppdgenerator.c | 529 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 D | sanei_scsi.c | 819 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()
|