Home
last modified time | relevance | path

Searched refs:getenv (Results 76 - 100 of 705) sorted by relevance

12345678910>>...29

/third_party/pulseaudio/src/daemon/
H A Dmain.c239 if (!getenv("PULSE_RUNTIME_PATH")) in change_user()
241 if (!getenv("PULSE_CONFIG_PATH")) in change_user()
243 if (!getenv("PULSE_STATE_PATH")) in change_user()
343 if (!getenv("PULSE_RUNTIME_PATH")) in change_user()
346 if (!getenv("PULSE_CONFIG_PATH")) in change_user()
349 if (!getenv("PULSE_STATE_PATH")) in change_user()
566 if (!getenv("LD_BIND_NOW")) {
614 if ((e = getenv("PULSE_PASSED_FD"))) {
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djsimd.c150 env = getenv("JSIMD_FORCENEON"); in init_simd()
153 env = getenv("JSIMD_FORCENONE"); in init_simd()
156 env = getenv("JSIMD_NOHUFFENC"); in init_simd()
159 env = getenv("JSIMD_FASTLD3"); in init_simd()
164 env = getenv("JSIMD_FASTST3"); in init_simd()
/third_party/backends/include/sane/
H A Dconfig.h102 /* Define to 1 if you have the `getenv' function. */
722 /* Prototype for getenv */
724 #define getenv sanei_getenv macro
725 char * getenv(const char *name);
/third_party/alsa-lib/src/
H A Derror.c157 verbose = getenv("LIBASOUND_DEBUG"); in snd_err_msg_default()
168 verbose = getenv("LIBASOUND_DEBUG_ASSERT"); in snd_err_msg_default()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_build_helper.py101 cc = os.getenv('HOSTCC', None)
103 cc = os.getenv('CC', 'cc')
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Djitprofiling.c192 dllName = getenv(NEW_DLL_ENVIRONMENT_VAR); in loadiJIT_Funcs()
194 dllName = getenv(DLL_ENVIRONMENT_VAR); in loadiJIT_Funcs()
/third_party/ninja/src/
H A Dline_printer.cc36 const char* term = getenv("TERM"); in LinePrinter()
61 const char* clicolor_force = getenv("CLICOLOR_FORCE"); in LinePrinter()
/third_party/mesa3d/src/util/
H A Ddebug.c120 const char *str = getenv(var_name); in env_var_as_boolean()
145 char *str = getenv(var_name); in env_var_as_unsigned()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork04.c113 #define ENV_NOT_SET "getenv() does not find variable set"
150 var = getenv(environ_list[index]); in child_environment()
254 var = getenv(environ_list[index]); in parent_environment()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Ddate.c72 old_tz = getenv("TZ"); in parse_date()
120 tz = getenv("TZ"); in date_main()
/third_party/toybox/toys/posix/
H A Ddate.c75 old_tz = getenv("TZ"); in parse_date()
123 tz = getenv("TZ"); in date_main()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup.cc149 tz_env = std::getenv("TZ"); in local_time_zone()
165 localtime_env = std::getenv("LOCALTIME"); in local_time_zone()
/third_party/cups-filters/filter/
H A Dgstoraster.c540 if ((datadir = getenv("CUPS_DATADIR")) == NULL)
663 outformat_env = getenv("OUTFORMAT"); in main()
683 t = getenv("PPD"); in main()
782 cm_disabled = cmIsPrinterCmDisabled(getenv("PRINTER")); in main()
785 cmGetPrinterIccProfile(getenv("PRINTER"), &icc_profile, ppd); in main()
865 t = getenv("FINAL_CONTENT_TYPE"); in main()
963 if ((t = getenv("CUPS_FONTPATH")) == NULL) in main()
H A Dmupdftoraster.c271 t = getenv("PPD"); in main()
330 cm_disabled = cmIsPrinterCmDisabled(getenv("PRINTER")); in main()
333 cmGetPrinterIccProfile(getenv("PRINTER"), &icc_profile, ppd); in main()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djsimd.c57 env = getenv("JSIMD_FORCEMMX"); in init_simd()
60 env = getenv("JSIMD_FORCE3DNOW"); in init_simd()
63 env = getenv("JSIMD_FORCESSE"); in init_simd()
66 env = getenv("JSIMD_FORCESSE2"); in init_simd()
69 env = getenv("JSIMD_FORCEAVX2"); in init_simd()
72 env = getenv("JSIMD_FORCENONE"); in init_simd()
75 env = getenv("JSIMD_NOHUFFENC"); in init_simd()
/third_party/musl/src/unistd/
H A Dgetlogin.c6 return getenv("LOGNAME"); in getlogin()
/third_party/musl/src/env/
H A Dsecure_getenv.c7 return libc.secure ? NULL : getenv(name); in secure_getenv()
/third_party/libuv/test/
H A Drun-tests.c70 if (0 == geteuid() && NULL == getenv("UV_RUN_AS_ROOT")) { in main()
202 test = getenv("ENV_TEST"); in maybe_run_test()
/third_party/json/tests/thirdparty/Fuzzer/afl/
H A Dafl_driver.cpp178 char *extra_stats_filename = getenv("AFL_DRIVER_EXTRA_STATS_FILENAME"); in maybe_initialize_extra_stats()
225 getenv("AFL_DRIVER_STDERR_DUPLICATE_FILENAME"); in maybe_duplicate_stderr()
/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc80 char* result = getenv("srcdir"); in TestSourceDir()
113 char *from_environment = getenv("TEST_TMPDIR"); in GetTemporaryDirectoryName()
/third_party/ffmpeg/libavdevice/
H A Dbktr.c112 arg = getenv ("BKTR_DEV"); in bktr_init()
121 arg = getenv ("BKTR_FORMAT"); in bktr_init()
130 arg = getenv ("BKTR_FREQUENCY"); in bktr_init()
/third_party/curl/lib/
H A Dcurl_ntlm_wb.c151 username = getenv("NTLMUSER"); in ntlm_wb_init()
153 username = getenv("LOGNAME"); in ntlm_wb_init()
155 username = getenv("USER"); in ntlm_wb_init()
/third_party/mesa3d/src/mesa/main/
H A Derrors.c62 const char *logFile = getenv("MESA_LOG_FILE"); in output_if_debug()
74 const char *env = getenv("MESA_DEBUG"); in output_if_debug()
202 const char *debugEnv = getenv("MESA_DEBUG"); in should_output()
/third_party/curl/tests/libtest/
H A Dsethostname.c32 const char *force_hostname = getenv("CURL_GETHOSTNAME"); in gethostname()
/third_party/backends/lib/
H A Dgetenv.c6 getenv(const char *name) in getenv() function
13 # error "Missing getenv() on this platform. Please implement." in getenv()

Completed in 15 milliseconds

12345678910>>...29