/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.cpp | 96 if (const char *ArgsFilename = getenv(ArgsFileVar)) { in getExternalArgs() 108 } else if (const char *ArgsList = getenv(ArgsListVar)) { in getExternalArgs()
|
/third_party/toybox/lib/ |
H A D | tty.c | 37 s = getenv("COLUMNS"); in terminal_size() 39 s = getenv("LINES"); in terminal_size()
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 255 if (!bchartd_opt && !getenv("PATH")) in bootchartd_main() 265 char *pbchart_init = getenv("bootchart_init"); in bootchartd_main()
|
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 242 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 D | glx_api.c | 199 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...] |
/base/startup/init/interfaces/innerkits/socket/ |
H A D | init_socket.c | 31 const char *val = getenv(path); in GetControlFromEnv()
|
/foundation/resourceschedule/ffrt/src/dfx/async_stack/ |
H A D | ffrt_async_stack.cpp | 35 const char* debuggableEnv = getenv("HAP_DEBUGGABLE");
in LoadDfxAsyncStackLib()
|
/kernel/linux/linux-5.10/arch/ia64/scripts/ |
H A D | unwcheck.py | 22 readelf = os.getenv("READELF", "readelf")
|
/kernel/linux/linux-6.6/arch/ia64/scripts/ |
H A D | unwcheck.py | 22 readelf = os.getenv("READELF", "readelf")
|
/third_party/libuv/src/dfx/async_stack/ |
H A D | libuv_async_stack.c | 38 const char* debuggableEnv = getenv("HAP_DEBUGGABLE"); in LoadDfxAsyncStackLib()
|
/third_party/ltp/lib/ |
H A D | get_path.c | 55 const char *path = (const char *)getenv("PATH"); in tst_get_path()
|
/third_party/musl/src/process/ |
H A D | execvp.c | 11 const char *p, *z, *path = getenv("PATH"); in __execvpe()
|
/third_party/musl/src/env/ |
H A D | setenv.c | 33 if (!overwrite && getenv(var)) return 0; in setenv()
|
/third_party/mesa3d/src/util/tests/ |
H A D | process_test.c | 87 char* build_path = getenv("BUILD_FULL_PATH"); in test_util_get_process_exec_path()
|
/third_party/pulseaudio/src/tests/ |
H A D | proplist-modargs-test.c | 59 if (!getenv("MAKE_CHECK")) in main()
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
H A D | ftstdlib.h | 156 #define ft_getenv getenv
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shaper.cc | 48 char *env = getenv ("HB_SHAPER_LIST"); in create()
|
/third_party/toybox/toys/other/ |
H A D | oneit.c | 106 perror_msg("%s not in PATH=%s", *toys.optargs, getenv("PATH")); in oneit_main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 47 plugindir = os.getenv('TDC_PLUGIN_DIR', './plugins') 746 if os.getenv('SUDO_UID') is not None: 747 os.chown(fname, uid=int(os.getenv('SUDO_UID')), 748 gid=int(os.getenv('SUDO_GID')))
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | conf.c | 92 env = getenv("KCONFIG_SEED"); in set_randconfig_seed() 186 char *env = getenv("KCONFIG_PROBABILITY"); in conf_set_all_new_symbols() 798 name = getenv("KCONFIG_ALLCONFIG"); in main() 831 name = getenv("KCONFIG_NOSILENTUPDATE"); in main()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jsimd.c | 57 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()
|
/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_exit_hook.c | 49 char* str = getenv("ABORT_EXIT"); in InitExitHook()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | execvp.c | 52 char *path = getenv("PATH"); in execvp_noalloc()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | execvp.c | 52 char *path = getenv("PATH"); in execvp_noalloc()
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/thread_loop/ |
H A D | thread_loop.c | 30 if (getenv("SHOW_TID")) { in thrfn()
|