/openbmc/linux/tools/perf/util/ |
H A D | setup.py | 1 from os import getenv, path 5 cc = getenv("CC") 16 src_feature_tests = getenv('srctree') + '/tools/build/feature' 61 cflags = getenv('CFLAGS', '').split() 74 src_perf = getenv('srctree') + '/tools/perf' 75 build_lib = getenv('PYTHON_EXTBUILD_LIB') 76 build_tmp = getenv('PYTHON_EXTBUILD_TMP') 77 libtraceevent = getenv('LIBTRACEEVENT') 78 libapikfs = getenv('LIBAPI') 79 libperf = getenv('LIBPERF')
|
H A D | term.c | 10 char *s = getenv("LINES"); in get_term_dimensions() 14 s = getenv("COLUMNS"); in get_term_dimensions()
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
H A D | relocate.patch | 24 + name = getenv("GNUPG_SOCKETDIR") ?: _gnupg_socketdir_internal (0, &dummy); 33 + return getenv("GNUPG_SYSCONFDIR") ?: GNUPG_SYSCONFDIR; 42 + return getenv("GNUPG_BINDIR") ?: GNUPG_BINDIR; 51 + return getenv("GNUPG_LIBEXECDIR") ?: GNUPG_LIBEXECDIR; 60 + return getenv("GNUPG_LIBDIR") ?: GNUPG_LIBDIR; 69 + return getenv("GNUPG_DATADIR") ?: GNUPG_DATADIR; 78 + return getenv("LOCALEDIR") ?: LOCALEDIR;
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 122 os.getenv('PYTHONPATH'), 125 self.test_dir = os.getenv('TEST_DIR', 137 self.sample_img_dir = os.getenv('SAMPLE_IMG_DIR', 155 self.qemu_prog = os.getenv('QEMU_PROG', root(f'qemu-system-{arch}')) 165 self.qemu_img_prog = os.getenv('QEMU_IMG_PROG', root('qemu-img')) 166 self.qemu_io_prog = os.getenv('QEMU_IO_PROG', root('qemu-io')) 167 self.qemu_nbd_prog = os.getenv('QEMU_NBD_PROG', root('qemu-nbd')) 168 self.qsd_prog = os.getenv('QSD_PROG', root('storage-daemon', 199 self.gdb_options = os.getenv('GDB_OPTIONS', DEF_GDB_OPTIONS) 233 self.malloc_perturb_ = os.getenv('MALLOC_PERTURB_', [all …]
|
/openbmc/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')
|
/openbmc/qemu/tests/functional/ |
H A D | test_mips64el_fuloong2e.py | 42 @skipUnless(os.getenv('QEMU_TEST_ALLOW_UNTRUSTED_CODE'), 'untrusted code') 43 @skipUnless(os.getenv('RESCUE_YL_PATH'), 'RESCUE_YL_PATH not available') 49 kernel_path = os.getenv('RESCUE_YL_PATH')
|
H A D | test_mips64el_malta.py | 79 @skipUnless(os.getenv('QEMU_TEST_ALLOW_UNTRUSTED_CODE'), 'untrusted code') 162 debug_png = os.getenv('QEMU_TEST_CV2_SCREENDUMP_PNG_PATH') 174 @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab') 178 @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab')
|
H A D | test_aarch64_sbsaref_freebsd.py | 54 @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'), 59 @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
|
H A D | test_acpi_bits.py | 65 paths=os.getenv('PATH') 265 if os.getenv('V') or os.getenv('BITS_DEBUG'): 343 if os.getenv('V') or os.getenv('BITS_DEBUG'):
|
H A D | test_arm_integratorcp.py | 66 @skipUnless(os.getenv('QEMU_TEST_ALLOW_UNTRUSTED_CODE'), 'untrusted code') 76 @skipUnless(os.getenv('QEMU_TEST_ALLOW_UNTRUSTED_CODE'), 'untrusted code')
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | terminal.py | 68 if os.getenv('LC_ALL'): os.putenv('LC_ALL','') 133 if not bb.utils.which(os.getenv('PATH'), 'tmux'): 136 if not os.getenv('TMUX'): 151 if not bb.utils.which(os.getenv('PATH'), 'tmux'): 154 if not os.getenv('TMUX'): 165 if not bb.utils.which(os.getenv('PATH'), 'tmux'): 244 …sh_cmd = bb.utils.which(os.getenv('PATH'), "oe-gnome-terminal-phonehome") + " " + pidfile + " " + …
|
H A D | gpg_sign.py | 19 bb.utils.which(os.getenv('PATH'), 'gpg') 21 self.gpg_agent_bin = bb.utils.which(os.getenv('PATH'), "gpg-agent") 28 self.rpm_bin = bb.utils.which(os.getenv('PATH'), "rpmsign")
|
/openbmc/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()
|
/openbmc/linux/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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-Tell-scons-to-use-build-settings-from-environment-va.patch | 33 + default=os.getenv('CC')) 43 + default=os.getenv('CXX')) 51 +env.PrependENVPath('PATH', os.getenv('PATH'))
|
/openbmc/qemu/util/ |
H A D | systemd.c | 29 s = getenv("LISTEN_PID"); in check_socket_activation() 41 s = getenv("LISTEN_FDS"); in check_socket_activation()
|
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/ |
H A D | source-date-epoch.patch | 50 + source_date_epoch = getenv("SOURCE_DATE_EPOCH"); 91 + source_date_epoch = getenv("SOURCE_DATE_EPOCH"); 116 + if (invariant || getenv("SOURCE_DATE_EPOCH")) 125 + if (!invariant && !getenv("SOURCE_DATE_EPOCH")) 142 + source_date_epoch = getenv("SOURCE_DATE_EPOCH");
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.c | 192 if (getenv("FUZZ_SERIALIZE_QTEST")) { in LLVMFuzzerInitialize() 213 getenv("QTEST_LOG") ? "" : "-qtest-log none"); in LLVMFuzzerInitialize() 220 if (getenv("QTEST_LOG")) { in LLVMFuzzerInitialize()
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-sigrtminmax.c | 36 char *qemu = getenv("QEMU"); in main() 41 if (!getenv("QEMU_RTSIG_MAP")) { in main()
|
/openbmc/qemu/tests/avocado/ |
H A D | reverse_debugging.py | 209 @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab') 226 @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab') 250 @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab') 264 @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab')
|
H A D | replay_linux.py | 121 @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might timeout') 142 @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might timeout') 168 @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might timeout')
|
H A D | boot_linux.py | 97 @skipUnless(os.getenv('SPEED') == 'slow', 'runtime limited') 124 @skipUnless(os.getenv('SPEED') == 'slow', 'runtime limited')
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch | 23 path = (const char *) getenv ("LD_RUN_PATH"); 33 rpath = (const char *) getenv ("LD_RUN_PATH");
|
/openbmc/qemu/tests/qtest/ |
H A D | libqmp.c | 65 bool log = getenv("QTEST_LOG") != NULL; in qmp_fd_receive() 152 int log = getenv("QTEST_LOG") != NULL; in _qmp_fd_vsend_fds() 223 bool log = getenv("QTEST_LOG") != NULL; in qmp_fd_vsend_raw()
|