Home
last modified time | relevance | path

Searched refs:EXE (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/win32/bin/
H A Dexetype.pl26 open EXE, '+<', $ARGV[0] or die "Cannot open $ARGV[0]: $!\n";
27 binmode EXE;
30 read EXE, $record, 64;
37 seek EXE, $offset, 0;
38 read EXE, $record, 4+20+2;
48 seek EXE, $offset+4+20+68, 0;
50 read EXE, $record, 2;
56 print EXE pack "S", $subsys{$ARGV[1]};
58 close EXE;
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A DMakefile13 EXE ?= libheap.dylib macro
14 DSYM ?= $(EXE).dSYM
20 $(EXE) : heap_find.cpp
28 all: $(EXE)
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dfindrfuncs25 my $EXE = '';
31 $EXE = $1 if $CONFIG =~ /^_exe='\.(\w+)'/m;
35 push @EXES, "perl$EXE";
/openbsd-src/gnu/usr.bin/perl/ext/re/t/
H A Dregop.t194 #Compiling REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|\.pyo|\.pyc|\.pyw|\.py)…
210 #Guessing start of match, REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|..." aga…
215 #Matching REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|\.pyo|\.pyc|\.pyw|\.py)$…
228 #Freeing REx: "(\\.COM|\\.EXE|\\.BAT|\\.CMD|\\.VBS|\\.VBE|\\.JS|\\.JSE|\\."......
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Di386go32.sc4 EXE=${CONSTRUCTING+${RELOCATING+-exe}}
18 OUTPUT_FORMAT("${OUTPUT_FORMAT}${EXE}")
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Di386go32.sc4 EXE=${CONSTRUCTING+${RELOCATING+-exe}}
18 OUTPUT_FORMAT("${OUTPUT_FORMAT}${EXE}")
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules157 DSYM = $(EXE).dSYM
211 DSYM = $(EXE).debug
297 EXE ?= a.out
653 all: $(EXE) $(DSYM)
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A DMakefile5 EXE := lldb-functions macro
/openbsd-src/gnu/llvm/lldb/examples/lookup/
H A DMakefile4 EXE := lldb-lookup macro
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A DOpts.td4 // compatibility with llvm-mc. For clear separation from ML.EXE compatible
13 HelpText<"ML.EXE COMPATIBILITY OPTIONS">;
21 HelpText<"UNSUPPORTED ML.EXE COMPATIBILITY OPTIONS">;
/openbsd-src/gnu/usr.bin/cvs/
H A DREADME.VMS20 other executables other than CVS.EXE.
40 $ CVS :== $YOUR_DEVICE:[YOUR.DIRECTORY.CVS]CVS.EXE
122 editors (TPU.EXE or any other editor which wants DCL command parsing
125 will probably work. Just make sure the .EXE files are in a directory
/openbsd-src/usr.bin/file/magdir/
H A Dconsole129 0 string PS-X\ EXE Sony Playstation executable
159 # Atari Lynx cartridge dump (EXE/BLL header)
H A Dfilesystems642 # DOS names like STARTUP.BIN,STARTUPC.COM,STARTUPE.EXE are 8 right space padded bytes+3 bytes
643 >>>>499 ubyte&0xDF >0 \b, COM/EXE Bootloader
680 # DOS names like STARTUP.BIN,STARTUPC.COM,STARTUPE.EXE are 8 right space padded bytes+3 bytes
681 >>>>499 ubyte&0xDF >0 \b, COM/EXE Bootloader
H A Darchive369 # ARS-Sfx (FIXME: really a SFX? then goto COM/EXE)
456 # created by XPA32.EXE version 1.0.2 for Windows
H A Dmsdos214 # .EXE formats (Greg Roelofs, newt@uchicago.edu)
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite65 specifying your EXE make variable, via the Makefile under the specific test
72 d = {'EXE': self.exe_name}
/openbsd-src/gnu/usr.bin/cvs/emx/
H A DREADME15 handling of IBM's RSHD.EXE is not "compatible" with CVS. (If you find a
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc128 // Try EXE first, mirroring what dlsym(dlopen(NULL)) does.
H A DPath.inc929 // PE/COFF file, either EXE or DLL.
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A Dindex.rst91 | | | - Fields to match EXE to this PDB |
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.hlp57 can reduce the size of the .EXE file, as well as make it smaller when
/openbsd-src/gnu/llvm/clang/docs/
H A DDataFlowAnalysisIntro.md27 * [EXE: automatically generating inputs of death](https://css.csail.mit.edu/6.858/2020/readings/e…
/openbsd-src/gnu/usr.bin/perl/os2/
H A DChanges353 Enable EXE-compression.
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake1012 # CL.EXE complains to override flags like "/GR /GR-".
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-8392 interpreter and defaults to CMD.EXE.

12