Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 222) sorted by relevance

123456789

/openbmc/linux/tools/perf/util/
H A Dsetup.py1 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 Dterm.c10 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 Drelocate.patch24 + 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 Dtestenv.py122 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 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')
/openbmc/qemu/tests/functional/
H A Dtest_mips64el_fuloong2e.py42 @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 Dtest_mips64el_malta.py79 @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 Dtest_aarch64_sbsaref_freebsd.py54 @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
59 @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
H A Dtest_acpi_bits.py65 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 Dtest_arm_integratorcp.py66 @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 Dterminal.py68 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 Dgpg_sign.py19 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 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()
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Tell-scons-to-use-build-settings-from-environment-va.patch33 + default=os.getenv('CC'))
43 + default=os.getenv('CXX'))
51 +env.PrependENVPath('PATH', os.getenv('PATH'))
/openbmc/qemu/util/
H A Dsystemd.c29 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 Dsource-date-epoch.patch50 + 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 Dfuzz.c192 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 Dlinux-sigrtminmax.c36 char *qemu = getenv("QEMU"); in main()
41 if (!getenv("QEMU_RTSIG_MAP")) { in main()
/openbmc/qemu/tests/avocado/
H A Dreverse_debugging.py209 @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 Dreplay_linux.py121 @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 Dboot_linux.py97 @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 D0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch23 path = (const char *) getenv ("LD_RUN_PATH");
33 rpath = (const char *) getenv ("LD_RUN_PATH");
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c65 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()

123456789