Home
last modified time | relevance | path

Searched refs:getenv (Results 126 - 150 of 827) sorted by relevance

12345678910>>...34

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dhelp.c96 char *s = getenv("LINES"); in get_term_dimensions()
100 s = getenv("COLUMNS"); in get_term_dimensions()
208 const char *env_path = getenv("PATH"); in load_command_list()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-help.c141 const char *display = getenv("DISPLAY"); in exec_man_konqueror()
331 const char *old_path = getenv("MANPATH"); in setup_man_path()
365 const char *fallback = getenv("PERF_MAN_VIEWER"); in show_man_page()
/kernel/linux/linux-6.6/tools/perf/jvmti/
H A Djvmti_agent.c141 base = getenv("JITDUMPDIR"); in create_jit_cache_dir()
143 base = getenv("HOME"); in create_jit_cache_dir()
238 char *str = getenv("JITDUMP_USE_ARCH_TIMESTAMP"); in init_arch_timestamp()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dhelp.c108 char *s = getenv("LINES"); in get_term_dimensions()
112 s = getenv("COLUMNS"); in get_term_dimensions()
220 const char *env_path = getenv("PATH"); in load_command_list()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-help.c143 const char *display = getenv("DISPLAY"); in exec_man_konqueror()
333 const char *old_path = getenv("MANPATH"); in setup_man_path()
367 const char *fallback = getenv("PERF_MAN_VIEWER"); in show_man_page()
/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()
H A Dgetinfo.c202 char *timestr = getenv("CURL_TIME"); in getinfo_long()
214 timestr = getenv("CURL_DEBUG_SIZE"); in getinfo_long()
350 char *timestr = getenv("CURL_TIME"); in getinfo_offt()
439 char *timestr = getenv("CURL_TIME"); in getinfo_double()
H A Dcurl_gethostname.c69 const char *force_hostname = getenv("CURL_GETHOSTNAME"); in Curl_gethostname()
/third_party/cups-filters/filter/
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()
H A Dsys5ippprinter.c239 if (filter_present("rastertopdf") && (val = getenv("CONTENT_TYPE")) != NULL && in main()
243 (val = getenv("CONTENT_TYPE")) != NULL && in main()
495 if ((cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL) in filter_present()
670 if ((cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL) in exec_filters()
/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/libunwind/libunwind/src/mi/
H A Dinit.c47 const char *str = getenv ("UNW_DEBUG_LEVEL"); in mi_init()
/third_party/ltp/testcases/kernel/security/filecaps/
H A Dfilecaps_common.h10 fifofile = getenv("FIFOFILE"); in get_caps_fifo()
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dtempfile.h17 tmpdir_env = getenv("TMPDIR"); in pts_get_tmpdir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DLinkAllIR.h40 // to know that getenv() never returns -1, this will do the job. in ForceVMCoreLinking()
41 if (std::getenv("bar") != (char*) -1) in ForceVMCoreLinking()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py657 if os.getenv("CLANG_BIN"):
658 options.clang_bin_dir = Path(os.getenv("CLANG_BIN"))
670 if os.getenv("CLANG_PLUGINS"):
671 options.clang_plugins_dir = Path(os.getenv("CLANG_PLUGINS"))
683 if not options.v8_build_dir.exists() and os.getenv("CLANG_BIN"):
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c820 char *path = getenv("MESA_SHADER_CACHE_DIR"); in disk_cache_generate_cache_dir()
823 path = getenv("MESA_GLSL_CACHE_DIR"); in disk_cache_generate_cache_dir()
840 char *xdg_cache_home = getenv("XDG_CACHE_HOME"); in disk_cache_generate_cache_dir()
914 if (!getenv(envvar_name)) { in disk_cache_enabled()
916 if (getenv(envvar_name)) in disk_cache_enabled()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c598 test_name = getenv(BPF_SK_STORAGE_MAP_TEST_NAME); in test_sk_storage_map()
600 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_NR_THREADS); in test_sk_storage_map()
604 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_SK_PER_THREAD); in test_sk_storage_map()
608 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_RUNTIME_S); in test_sk_storage_map()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmap.c36 app_abi = getenv("APP_ABI"); in replace_android_lib()
50 apk_path = getenv("APK_PATH"); in replace_android_lib()
71 ndk = getenv("NDK_ROOT"); in replace_android_lib()
72 app = getenv("APP_PLATFORM"); in replace_android_lib()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c596 test_name = getenv(BPF_SK_STORAGE_MAP_TEST_NAME); in test_sk_storage_map()
598 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_NR_THREADS); in test_sk_storage_map()
602 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_SK_PER_THREAD); in test_sk_storage_map()
606 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_RUNTIME_S); in test_sk_storage_map()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py12 BPFTOOL_DIR = os.getenv('BPFTOOL_DIR',
14 BPFTOOL_BASHCOMP_DIR = os.getenv('BPFTOOL_BASHCOMP_DIR',
16 BPFTOOL_DOC_DIR = os.getenv('BPFTOOL_DOC_DIR',
18 INCLUDE_DIR = os.getenv('INCLUDE_DIR',
/test/xts/acts/kernel_lite/sys_posix/src/
H A DSysApiTest.cpp50 * @tc.name test getenv
55 EXPECT_STREQ(getenv("HOME"), nullptr) << "Getenv HOME error!"; in HWTEST_F()
56 EXPECT_STREQ(getenv("ROOT"), nullptr) << "Getenv HOME error!"; in HWTEST_F()
59 EXPECT_STREQ(getenv("PATH"), "/bin") << "secure_get PATH env error!"; in HWTEST_F()
62 EXPECT_STREQ(getenv("PATH"), "/bin") << "setenv PATH error!"; in HWTEST_F()
93 EXPECT_STREQ(secure_getenv("HOME"), "/bin") << "getenv fail !"; in HWTEST_F()
123 LOG("child process getenv error!"); in HWTEST_F()
141 EXPECT_STREQ(secure_getenv("PATH"), "/bin") << "getenv fail !"; in HWTEST_F()
/third_party/ffmpeg/libavutil/
H A Dlog.c152 char *term = getenv("TERM"); in check_color_terminal()
167 if (getenv("AV_LOG_FORCE_NOCOLOR")) { in check_color_terminal()
169 } else if (getenv("AV_LOG_FORCE_COLOR")) { in check_color_terminal()
181 if (getenv("AV_LOG_FORCE_256COLOR") || term && strstr(term, "256color")) in check_color_terminal()
/kernel/liteos_a/compat/posix/src/
H A Dstdlib.c38 char *getenv(const char *name) in getenv() function

Completed in 17 milliseconds

12345678910>>...34