| /linux/tools/perf/util/ |
| H A D | setup.py | 1 from os import getenv, path 6 cc = getenv("CC") 21 srctree = getenv('srctree') 77 cflags = getenv('CFLAGS', '').split() 91 build_lib = getenv('PYTHON_EXTBUILD_LIB') 92 build_tmp = getenv('PYTHON_EXTBUILD_TMP')
|
| H A D | term.c | 10 char *s = getenv("LINES"); in get_term_dimensions() 14 s = getenv("COLUMNS"); in get_term_dimensions()
|
| H A D | color_config.c | 32 char *term = getenv("TERM"); in perf_config_colorbool()
|
| H A D | map.c | 36 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()
|
| /linux/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')
|
| /linux/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()
|
| H A D | help.c | 113 char *s = getenv("LINES"); in get_term_dimensions() 117 s = getenv("COLUMNS"); in get_term_dimensions() 225 const char *env_path = getenv("PATH"); in load_command_list()
|
| /linux/samples/landlock/ |
| H A D | sandboxer.c | 128 env_path_name = getenv(env_var); in populate_ruleset_fs() 195 env_port_name = getenv(env_var); in populate_ruleset_net() 243 env_type_scope = getenv(env_var); in check_ruleset_scope() 460 env_port_name = getenv(ENV_TCP_BIND_NAME); in main() 466 env_port_name = getenv(ENV_TCP_CONNECT_NAME); in main() 476 env_force_log = getenv(ENV_FORCE_LOG_NAME); in main()
|
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | task_storage_map.c | 63 cfg = getenv("TASK_STORAGE_MAP_NR_THREAD"); in test_task_storage_map_stress_lookup() 69 cfg = getenv("TASK_STORAGE_MAP_NR_LOOP"); in test_task_storage_map_stress_lookup() 72 cfg = getenv("TASK_STORAGE_MAP_PIN_CPU"); in test_task_storage_map_stress_lookup()
|
| H A D | sk_storage_map.c | 596 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()
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | ksft.h | 15 env_str = getenv("KSFT_READY_FD"); in ksft_ready() 39 env_str = getenv("KSFT_WAIT_FD"); in ksft_wait()
|
| /linux/scripts/kconfig/ |
| H A D | confdata.c | 165 return getenv("KCONFIG_WERROR"); in conf_errors() 211 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() 218 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() 225 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name() 232 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name() 330 warn_unknown = getenv("KCONFIG_WARN_UNKNOWN_SYMBOLS"); in conf_read_simple() 342 env = getenv("KCONFIG_DEFCONFIG_LIST"); in conf_read_simple() 830 env = getenv("KCONFIG_OVERWRITECONFIG"); in conf_write()
|
| H A D | conf.c | 93 env = getenv("KCONFIG_SEED"); in set_randconfig_seed() 189 char *env = getenv("KCONFIG_PROBABILITY"); in conf_set_all_new_symbols() 741 name = getenv("KCONFIG_ALLCONFIG"); in main() 777 name = getenv("KCONFIG_NOSILENTUPDATE"); in main()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | makemapdata.c | 56 dir_name = getenv("TOPDIR"); in main() 59 spk_dir_name = getenv("SPKDIR"); in main()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | xdp_helper.c | |
| /linux/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()
|
| /linux/certs/ |
| H A D | extract-cert.c | 134 verbose_env = getenv("KBUILD_VERBOSE"); in main() 138 key_pass = getenv("KBUILD_SIGN_PIN"); in main()
|
| /linux/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()
|
| /linux/arch/um/drivers/ |
| H A D | xterm.c | 101 if (!getenv("DISPLAY") && !getenv("WAYLAND_DISPLAY")) { in xterm_open()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_bpftool_synctypes.py | 12 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',
|
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat.c | 37 if (getenv("RTLA_NO_BPF") && strncmp(getenv("RTLA_NO_BPF"), "1", 2) == 0) { in timerlat_apply_config()
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 121 env = getenv("OBJTOOL_ARGS"); in cmd_parse_options() 136 env = getenv("OBJTOOL_VERBOSE"); in cmd_parse_options()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | execveat.c | 450 const char *verbose = getenv("VERBOSE"); in main() 451 const char *check_comm = getenv(CHECK_COMM); in main() 458 const char *in_test = getenv("IN_TEST"); in main()
|
| /linux/arch/um/os-Linux/ |
| H A D | execvp.c | 52 char *path = getenv("PATH"); in execvp_noalloc()
|