Home
last modified time | relevance | path

Searched refs:getenv (Results 576 - 600 of 705) sorted by relevance

1...<<212223242526272829

/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()
H A Dgt68xx_high.c2485 ptr=getenv("HOME"); in gt68xx_calibration_file()
2492 ptr=getenv("TMPDIR"); in gt68xx_calibration_file()
H A Dcanon_pp.c1821 if ((myhome = getenv("HOME")) == NULL) in fix_weights_file()
H A Dst400.c213 const char *home = getenv ("HOME"); in st400_inquiry()
/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()
H A Dopenldap.c569 const char *env = getenv("CURL_OPENLDAP_TRACE"); in oldap_connect()
/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()
H A Draster.c120 ptr = getenv("PPD"); in cupsRasterParseIPPOptions()
/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()
/third_party/curl/src/
H A Dtool_operate.c324 char *ev = getenv("CURL_UPLOAD_SIZE"); in pre_transfer()
1317 char *env = getenv("CURL_BUFFERSIZE"); in single_transfer()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1772 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
1773 env_preload = getenv("LD_PRELOAD"); in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1771 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
1772 env_preload = getenv("LD_PRELOAD"); in __dls3()
/third_party/python/Lib/test/
H A Dtest_tempfile.py246 dirname = os.getenv(envname)
253 dirname = os.getenv(envname)
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c1123 file = getenv("ALSA_MIXER_SIMPLE_MPYTHON"); in alsa_mixer_simple_finit()
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c43 const char *dirs[] = { getenv("TMPDIR"), P_tmpdir, "/tmp" }; in temp_dir()
/third_party/cups-filters/filter/
H A Drastertoescpx.c1786 ppd = ppdOpenFile(getenv("PPD")); in main()

Completed in 73 milliseconds

1...<<212223242526272829