Home
last modified time | relevance | path

Searched refs:getenv (Results 1 - 25 of 117) sorted by relevance

12345

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsetup.py1 from os import getenv, path namespace
5 cc = getenv("CC")
7 src_feature_tests = getenv('srctree') + '/tools/build/feature'
48 cflags = getenv('CFLAGS', '').split()
54 src_perf = getenv('srctree') + '/tools/perf'
55 build_lib = getenv('PYTHON_EXTBUILD_LIB')
56 build_tmp = getenv('PYTHON_EXTBUILD_TMP')
57 libtraceevent = getenv('LIBTRACEEVENT')
58 libapikfs = getenv('LIBAPI')
59 libperf = getenv('LIBPER
[all...]
H A Dterm.c10 char *s = getenv("LINES"); in get_term_dimensions()
14 s = getenv("COLUMNS"); in get_term_dimensions()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsetup.py1 from os import getenv, path namespace
5 cc = getenv("CC")
16 src_feature_tests = getenv('srctree') + '/tools/build/feature'
61 cflags = getenv('CFLAGS', '').split()
72 src_perf = getenv('srctree') + '/tools/perf'
73 build_lib = getenv('PYTHON_EXTBUILD_LIB')
74 build_tmp = getenv('PYTHON_EXTBUILD_TMP')
75 libtraceevent = getenv('LIBTRACEEVENT')
76 libapikfs = getenv('LIBAPI')
77 libperf = getenv('LIBPER
[all...]
H A Dterm.c10 char *s = getenv("LINES"); in get_term_dimensions()
14 s = getenv("COLUMNS"); in get_term_dimensions()
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc_config_local_template.py11 ENV_LD_LIBRARY_PATH = os.getenv('LD_LIBRARY_PATH', '')
12 ENV_OTHER_LIB = os.getenv('OTHER_LIB', '')
17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc_config_local_template.py11 ENV_LD_LIBRARY_PATH = os.getenv('LD_LIBRARY_PATH', '')
12 ENV_OTHER_LIB = os.getenv('OTHER_LIB', '')
17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
H A Dsys_test_009.cpp40 val = getenv(name); in TestCase()
45 val = getenv(name); in TestCase()
52 val = getenv(name); in TestCase()
H A Dsys_test_012.cpp41 val = getenv(name); in TestCase()
46 val = getenv(name); in TestCase()
56 val = getenv(name); in TestCase()
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dpager.c73 const char *pager = getenv(subcmd_config.pager_env); in setup_pager()
83 pager = getenv("PAGER"); in setup_pager()
124 s = getenv("COLUMNS"); in pager_get_columns()
H A Dexec-cmd.c43 pwd = getenv("PWD"); in get_pwd_cwd()
121 env = getenv(subcmd_config.exec_path_env); in get_argv_exec_path()
142 const char *old_path = getenv("PATH"); in setup_path()
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-6.6/tools/lib/subcmd/
H A Dpager.c73 const char *pager = getenv(subcmd_config.pager_env); in setup_pager()
83 pager = getenv("PAGER"); in setup_pager()
124 s = getenv("COLUMNS"); in pager_get_columns()
H A Dexec-cmd.c45 pwd = getenv("PWD"); in get_pwd_cwd()
126 env = getenv(subcmd_config.exec_path_env); in get_argv_exec_path()
150 const char *old_path = getenv("PATH"); in setup_path()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_nl_langinfo_l_001.cpp37 printf("getenv MUSL_LOCPATH=%s\n", getenv("MUSL_LOCPATH")); in testcase()
49 printf("getenv MUSL_LOCPATH=%s\n", getenv("MUSL_LOCPATH")); in testcase()
H A DIO_test_nl_langinfo_001.cpp39 printf("getenv MUSL_LOCPATH=%s\n", getenv("MUSL_LOCPATH")); in testcase()
66 printf("getenv MUSL_LOCPATH=%s\n", getenv("MUSL_LOCPATH")); in testcase()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c62 cfg = getenv("TASK_STORAGE_MAP_NR_THREAD"); in test_task_storage_map_stress_lookup()
68 cfg = getenv("TASK_STORAGE_MAP_NR_LOOP"); in test_task_storage_map_stress_lookup()
71 cfg = getenv("TASK_STORAGE_MAP_PIN_CPU"); in test_task_storage_map_stress_lookup()
/kernel/linux/linux-5.10/scripts/
H A Dextract-cert.c105 kbuild_verbose = atoi(getenv("KBUILD_VERBOSE")?:"0"); in main()
107 key_pass = getenv("KBUILD_SIGN_PIN"); in main()
/kernel/linux/linux-5.10/tools/perf/arch/
H A Dcommon.c97 char *env = getenv("PATH"); in lookup_path()
147 cross_env = getenv("CROSS_COMPILE"); in perf_env__lookup_binutils_path()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmakemapdata.c57 dir_name = getenv("TOPDIR"); in main()
60 spk_dir_name = getenv("SPKDIR"); in main()
/kernel/linux/linux-6.6/certs/
H A Dextract-cert.c106 verbose_env = getenv("KBUILD_VERBOSE"); in main()
110 key_pass = getenv("KBUILD_SIGN_PIN"); in main()
/kernel/linux/linux-6.6/tools/perf/arch/
H A Dcommon.c109 char *env = getenv("PATH"); in lookup_path()
159 cross_env = getenv("CROSS_COMPILE"); in perf_env__lookup_binutils_path()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconfdata.c200 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname()
207 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name()
214 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name()
221 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name()
355 warn_unknown = getenv("KCONFIG_WARN_UNKNOWN_SYMBOLS"); in conf_read_simple()
356 werror = getenv("KCONFIG_WERROR"); in conf_read_simple()
368 env = getenv("KCONFIG_DEFCONFIG_LIST"); in conf_read_simple()
938 env = getenv("KCONFIG_OVERWRITECONFIG"); in conf_write()
/kernel/linux/linux-6.6/tools/objtool/
H A Dbuiltin-check.c107 env = getenv("OBJTOOL_ARGS"); in cmd_parse_options()
122 env = getenv("OBJTOOL_VERBOSE"); in cmd_parse_options()
/kernel/liteos_a/compat/posix/src/
H A Dstdlib.c38 char *getenv(const char *name) in getenv() function
/kernel/linux/linux-5.10/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()

Completed in 8 milliseconds

12345