Home
last modified time | relevance | path

Searched refs:getenv (Results 151 - 175 of 707) sorted by relevance

12345678910>>...29

/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()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djsimd.c57 env = getenv("JSIMD_FORCESSE2"); in init_simd()
60 env = getenv("JSIMD_FORCEAVX2"); in init_simd()
63 env = getenv("JSIMD_FORCENONE"); in init_simd()
66 env = getenv("JSIMD_NOHUFFENC"); in init_simd()
/third_party/libuv/src/dfx/async_stack/
H A Dlibuv_async_stack.c38 const char* debuggableEnv = getenv("HAP_DEBUGGABLE"); in LoadDfxAsyncStackLib()
/third_party/ltp/lib/
H A Dget_path.c55 const char *path = (const char *)getenv("PATH"); in tst_get_path()
/third_party/musl/src/process/
H A Dexecvp.c11 const char *p, *z, *path = getenv("PATH"); in __execvpe()
/third_party/musl/src/env/
H A Dsetenv.c33 if (!overwrite && getenv(var)) return 0; in setenv()
/third_party/mesa3d/src/util/tests/
H A Dprocess_test.c87 char* build_path = getenv("BUILD_FULL_PATH"); in test_util_get_process_exec_path()
/third_party/pulseaudio/src/tests/
H A Dproplist-modargs-test.c59 if (!getenv("MAKE_CHECK")) in main()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
H A Dftstdlib.h156 #define ft_getenv getenv
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shaper.cc48 char *env = getenv ("HB_SHAPER_LIST"); in create()
/third_party/toybox/toys/other/
H A Doneit.c106 perror_msg("%s not in PATH=%s", *toys.optargs, getenv("PATH")); in oneit_main()
/third_party/gn/src/gn/
H A Dcommand_args.cc317 const char* editor_ptr = getenv("GN_EDITOR"); in RunEditor()
319 editor_ptr = getenv("VISUAL"); in RunEditor()
321 editor_ptr = getenv("EDITOR"); in RunEditor()
/third_party/alsa-lib/src/mixer/
H A Dsimple_abst.c74 path = getenv("ALSA_MIXER_SIMPLE_MODULES"); in try_open()
120 path = getenv("ALSA_MIXER_SIMPLE_MODULES"); in try_open_full()
300 file = getenv("ALSA_MIXER_SIMPLE"); in snd_mixer_simple_basic_register()
/third_party/mesa3d/src/loader/
H A Dloader.c357 const char *dri_prime = getenv("DRI_PRIME"); in loader_get_user_preferred_fd()
583 driver = getenv("MESA_LOADER_DRIVER_OVERRIDE"); in loader_get_driver_for_fd()
648 search_paths = getenv(search_path_vars[i]); in loader_open_driver_lib()
/third_party/python/Lib/distutils/
H A D_msvccompiler.py114 if os.getenv("DISTUTILS_USE_SDK"):
153 paths = os.getenv('path').split(os.pathsep)
504 old_path = os.getenv('path')
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A Djsimd.c134 env = getenv("JSIMD_FORCENEON"); in init_simd()
137 env = getenv("JSIMD_FORCENONE"); in init_simd()
140 env = getenv("JSIMD_NOHUFFENC"); in init_simd()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_sendfile.c467 if ( (NULL == (tmp = getenv ("TMPDIR"))) && in main()
468 (NULL == (tmp = getenv ("TMP"))) && in main()
469 (NULL == (tmp = getenv ("TEMP"))) ) in main()
/third_party/toybox/kconfig/
H A Dmconf.c302 env = getenv("LINES"); in init_wsize()
309 env = getenv("COLUMNS"); in init_wsize()
879 mode = getenv("MENUCONFIG_MODE"); in main()
/third_party/toybox/toys/pending/
H A Dinit.c47 char *p = getenv("CONSOLE"); in initialize_console()
49 if (!p) p = getenv("console"); in initialize_console()
66 if (!getenv("TERM")) putenv("TERM=linux"); in initialize_console()

Completed in 19 milliseconds

12345678910>>...29