Home
last modified time | relevance | path

Searched refs:getenv (Results 176 - 200 of 827) sorted by relevance

12345678910>>...34

/third_party/skia/gn/
H A Dfind_msvc.py25 vswhere = os.path.join(os.getenv('ProgramFiles(x86)'),
/third_party/pulseaudio/src/daemon/
H A Dohos_pa_main.c242 if (!getenv("PULSE_RUNTIME_PATH")) in change_user()
244 if (!getenv("PULSE_CONFIG_PATH")) in change_user()
246 if (!getenv("PULSE_STATE_PATH")) in change_user()
346 if (!getenv("PULSE_RUNTIME_PATH")) in change_user()
349 if (!getenv("PULSE_CONFIG_PATH")) in change_user()
352 if (!getenv("PULSE_STATE_PATH")) in change_user()
582 if (!getenv("LD_BIND_NOW")) { in real_main()
630 if ((e = getenv("PULSE_PASSED_FD"))) { in real_main()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c199 char *backbuffer = getenv("MESA_BACK_BUFFER"); in save_glx_visual()
223 if (getenv("MESA_GLX_VISUAL_HACK")) in save_glx_visual()
229 if (rgbFlag && getenv("MESA_GLX_FORCE_ALPHA")) in save_glx_visual()
288 const char *zEnv = getenv("MESA_GLX_DEPTH_BITS"); in default_depth_bits()
300 const char *aEnv = getenv("MESA_GLX_ALPHA_BITS"); in default_alpha_bits()
449 if (!getenv( varname )) { in get_env_visual()
453 strncpy( value, getenv(varname), 100 ); in get_env_visual()
1181 no_rast = getenv("SP_NO_RAST") != NULL; in glXMakeContextCurrent()
1356 else if (getenv("MESA_DEBUG")) { in glXDestroyGLXPixmap()
1419 no_rast = getenv("SP_NO_RAS in glXSwapBuffers()
[all...]
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
H A Ditt_refcol_impl.c47 char* log_dir = getenv(env_log_dir); in ref_col_init()
61 char* temp_dir = getenv("TEMP"); in ref_col_init()
/third_party/openssl/crypto/
H A Dmem.c162 const char *cp = getenv("OPENSSL_MALLOC_FAILURES"); in ossl_malloc_setup_failures()
166 if ((cp = getenv("OPENSSL_MALLOC_FD")) != NULL) in ossl_malloc_setup_failures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c338 dllName = getenv(NEW_DLL_ENVIRONMENT_VAR); in loadiJIT_Funcs()
340 dllName = getenv(DLL_ENVIRONMENT_VAR); in loadiJIT_Funcs()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBrowserCompileServer.cpp96 if (const char *ArgsFilename = getenv(ArgsFileVar)) { in getExternalArgs()
108 } else if (const char *ArgsList = getenv(ArgsListVar)) { in getExternalArgs()
/third_party/toybox/lib/
H A Dtty.c37 s = getenv("COLUMNS"); in terminal_size()
39 s = getenv("LINES"); in terminal_size()
/third_party/toybox/toys/pending/
H A Dbootchartd.c255 if (!bchartd_opt && !getenv("PATH")) in bootchartd_main()
265 char *pbchart_init = getenv("bootchart_init"); in bootchartd_main()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_locale_002.cpp45 printf("getenv MUSL_LOCPATH=%s\n", getenv("MUSL_LOCPATH")); in testcase()
H A DIO_test_locale_001.cpp45 printf("getenv MUSL_LOCPATH=%s\n", getenv("MUSL_LOCPATH")); in testcase()
/third_party/eudev/src/shared/
H A Dvirt.c59 e = getenv("container"); in detect_container()
/third_party/cups-filters/filter/
H A Dcommandtopclx.c65 if ((ppd = ppdOpenFile(getenv("PPD"))) == NULL) in main()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-resolv.c82 char *ntpsrv = getenv("LWS_NTP_SERVER"); in lws_plat_ntpclient_config()
/third_party/node/test/wasi/c/
H A Dreaddir.c15 platform = getenv("NODE_PLATFORM"); in main()
/third_party/musl/src/time/
H A Dgetdate.c13 char *datemsk = getenv("DATEMSK"); in getdate()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexecvp.c51 char *buff = getenv("ls"); in execvp_0200()
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H A Dupdate.py5 os.chdir (os.getenv ('srcdir', os.path.dirname (__file__)))
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dtmpfile_posix.cc28 char const* dir = getenv("TMPDIR"); in TmpFilePath()
/third_party/python/PC/layout/support/
H A Dconstants.py16 hexversion = int(os.getenv("PYTHON_HEXVERSION"), 16)
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc64 const char* val = ::getenv(var_name_.c_str()); in ScopedSetEnv()
H A Dscoped_set_env_test.cc40 const char* val = ::getenv(name); in GetEnvVar()
/kernel/linux/linux-5.10/arch/ia64/scripts/
H A Dunwcheck.py22 readelf = os.getenv("READELF", "readelf")
/kernel/linux/linux-6.6/arch/ia64/scripts/
H A Dunwcheck.py22 readelf = os.getenv("READELF", "readelf")
/third_party/libuv/src/dfx/async_stack/
H A Dlibuv_async_stack.c38 const char* debuggableEnv = getenv("HAP_DEBUGGABLE"); in LoadDfxAsyncStackLib()

Completed in 13 milliseconds

12345678910>>...34