/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | setup.py | 1 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 D | term.c | 10 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 D | setup.py | 1 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 D | term.c | 10 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 D | tdc_config_local_template.py | 11 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 D | tdc_config_local_template.py | 11 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 D | sys_test_009.cpp | 40 val = getenv(name); in TestCase() 45 val = getenv(name); in TestCase() 52 val = getenv(name); in TestCase()
|
H A D | sys_test_012.cpp | 41 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 D | pager.c | 73 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 D | exec-cmd.c | 43 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 D | help.c | 96 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 D | pager.c | 73 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 D | exec-cmd.c | 45 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 D | IO_test_nl_langinfo_l_001.cpp | 37 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 D | IO_test_nl_langinfo_001.cpp | 39 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 D | task_storage_map.c | 62 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 D | extract-cert.c | 105 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 D | common.c | 97 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 D | makemapdata.c | 57 dir_name = getenv("TOPDIR"); in main() 60 spk_dir_name = getenv("SPKDIR"); in main()
|
/kernel/linux/linux-6.6/certs/ |
H A D | extract-cert.c | 106 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 D | common.c | 109 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 D | confdata.c | 200 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 D | builtin-check.c | 107 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 D | stdlib.c | 38 char *getenv(const char *name) in getenv() function
|
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
H A D | jvmti_agent.c | 141 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()
|