/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/ |
H A D | 0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch | 4 Subject: [PATCH] exe/Makefile.am: add CROSS_LAUNCHER to run odbc_config 9 /bin/bash: line 1: ../exe/odbc_config: cannot execute binary file: Exec format error 29 exe/Makefile.am | 6 ++++-- 32 diff --git a/exe/Makefile.am b/exe/Makefile.am 34 --- a/exe/Makefile.am 35 +++ b/exe/Makefile.am 43 - @sed "s![@]ODBC_ULEN[@]!`$(top_builddir)/exe/odbc_config$(EXEEXT) --ulen`!" \ 44 + @sed "s![@]ODBC_ULEN[@]!`$(CROSS_LAUNCHER)$(top_builddir)/exe/odbc_config$(EXEEXT) --ulen`!" \ 45 $(top_builddir)/DriverManager/odbc.pc > $(top_builddir)/exe/odbc.pc.tmp 46 @mv -f $(top_builddir)/exe/odbc.pc.tmp $(top_builddir)/DriverManager/odbc.pc [all …]
|
/openbmc/qemu/scripts/ |
H A D | nsis.py | 65 for exe in sorted(glob.glob( 68 exe = os.path.basename(exe) 69 arch = exe[12:-4] 77 arch, exe 95 for exe in glob.glob(os.path.join(destdir + prefix, "*.exe")): 96 signcode(exe) 99 deps = set(find_deps(exe, search_path, set())) 100 deps.remove(exe)
|
/openbmc/linux/Documentation/scsi/ |
H A D | wd719x.rst | 18 wget http://support.wdc.com/download/archive/pciscsi.exe 19 lha xi pciscsi.exe pci-scsi.exe 20 lha xi pci-scsi.exe nt/wd7296a.sys 21 rm pci-scsi.exe
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/ |
H A D | swtpm-wrappers-native.bb | 15 exe=`basename $i` 16 case $exe in 31 cat >${WORKDIR}/${exe}_oe.sh <<EOF 34 # Wrapper around $exe which makes it easier to invoke 40 exec ${exe} "\$@"
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | check-plugin-output.sh | 25 exe=$1;shift 30 $qemu_bin $exe || 31 die "running $exe failed"
|
/openbmc/qemu/ |
H A D | qemu.nsi | 27 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe" 37 !define OUTFILE "qemu-setup.exe" 142 WriteUninstaller "qemu-uninstall.exe" 147 File "${BINDIR}\qemu-img.exe" 148 File "${BINDIR}\qemu-io.exe" 214 Delete "$INSTDIR\qemu-img.exe" 215 Delete "$INSTDIR\qemu-io.exe" 216 Delete "$INSTDIR\qemu.exe" 217 Delete "$INSTDIR\qemu-system-*.exe"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/ |
H A D | 0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch | 21 @@ -64,7 +64,6 @@ foreach(exe opj_decompress opj_compress opj_dump) 23 # Install exe 24 install(TARGETS ${exe}
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | mono.rst | 5 (in the form of .exe files) without the need to use the mono CLR 61 4) Check that ``.exe`` binaries can be ran without the need of a 62 wrapper script, simply by launching the ``.exe`` file directly 65 /usr/bin/xsd.exe 70 that the ``.exe`` file has execute permissions.
|
/openbmc/openpower-hw-diags/test/ |
H A D | meson.build | 84 exe = executable( variable 93 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1)) 111 exe = executable( variable 120 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1))
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/ |
H A D | org.openbmc.control.Host@.service | 6 ExecStart=/usr/bin/env control_host.exe 7 SyslogIdentifier=control_host.exe
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/ |
H A D | org.openbmc.control.Power@.service | 7 ExecStart=/usr/bin/env power_control.exe $POLL_INTERVAL $PGOOD_TIMEOUT 8 SyslogIdentifier=power_control.exe
|
/openbmc/linux/kernel/ |
H A D | auditfilter.c | 586 if (entry->rule.exe || f_val > PATH_MAX) in audit_data_to_entry() 600 entry->rule.exe = audit_mark; in audit_data_to_entry() 617 if (entry->rule.exe) in audit_data_to_entry() 618 audit_remove_mark(entry->rule.exe); /* that's the template one */ in audit_data_to_entry() 685 audit_pack_string(&bufp, audit_mark_path(krule->exe)); in audit_krule_to_data() 753 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule() 754 audit_mark_path(b->exe))) in audit_compare_rule() 884 if (new->exe) in audit_dupe_rule() 885 audit_remove_mark(new->exe); in audit_dupe_rule() 1055 if (e->rule.exe) in audit_del_rule() [all …]
|
H A D | audit_watch.c | 303 if (oentry->rule.exe) in audit_update_watch() 304 audit_remove_mark(oentry->rule.exe); in audit_update_watch() 333 if (e->rule.exe) in audit_remove_parent_watches() 334 audit_remove_mark(e->rule.exe); in audit_remove_parent_watches() 510 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL); in audit_dupe_exe() 519 new->exe = audit_mark; in audit_dupe_exe()
|
/openbmc/qemu/tcg/ |
H A D | perf.c | 171 FILE *exe; in get_e_machine() local 177 exe = fopen("/proc/self/exe", "r"); in get_e_machine() 178 if (exe == NULL) { in get_e_machine() 182 n = fread(&elf_header, sizeof(elf_header), 1, exe); in get_e_machine() 183 fclose(exe); in get_e_machine()
|
/openbmc/qemu/tests/bench/ |
H A D | meson.build | 33 exe = executable(bench_name, bench_name + '.c', variable 35 benchmark(bench_name, exe,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
H A D | 0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch | 7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr… 23 endian=`file -L /proc/$$/exe`
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0003-replace-canonicalize_file_name-with-realpath.patch | 41 - cp = canonicalize_file_name("/proc/self/exe"); 42 + cp = realpath("/proc/self/exe", (char *)0);
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | buildid.sh | 41 ex_pe=$(dirname $0)/../pe-file.exe 51 *.exe)
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 409 exe = "./unit-test-vg" 428 ["gcc", "-O2", "-o", exe, src], stdout=devnull, stderr=devnull 431 ["valgrind", "--error-exitcode=99", exe], 441 os.remove(exe) 449 exe = "./unit-test-sanitize" 461 exe, 467 check_call([exe], stdout=devnull, stderr=devnull) 481 os.remove(exe)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | README | 18 * On Windows, put chromedriver.exe in the same directory as chrome.exe 37 as wires on Linux or wires.exe on Windows) is on your PATH; and use "marionette"
|
/openbmc/skeleton/ |
H A D | .gitignore | 5 *.exe
|
/openbmc/skeleton/op-hostctl/ |
H A D | meson.build | 2 'control_host.exe',
|
/openbmc/skeleton/op-pwrctl/ |
H A D | meson.build | 2 'power_control.exe',
|
/openbmc/linux/security/tomoyo/ |
H A D | condition.c | 239 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath() local 243 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath() 244 if (!exe.name) in tomoyo_scan_exec_realpath() 246 tomoyo_fill_path_info(&exe); in tomoyo_scan_exec_realpath() 247 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath() 248 kfree(exe.name); in tomoyo_scan_exec_realpath()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/ |
H A D | gvfs_1.56.1.bb | 85 for exe in `find ${D}/${libexecdir}`; do 86 chmod +x $exe
|