Searched refs:EXE (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A DMakefile13 EXE ?= libheap.dylib macro
14 DSYM ?= $(EXE).dSYM
20 $(EXE) : heap_find.cpp
21 $(CXX) $(CFLAGS) -install_name "@executable_path/libheap.dylib" -dynamiclib -lobjc heap_find.cpp -o "$(EXE)"
28 all: $(EXE)
30 rm -rf "$(EXE)" "$(DSYM)"
/openbsd-current/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;
H A Dpl2bat.pl166 Except when using F<CMD.EXE> under Windows NT, if F<perl.exe> is not
170 F<CMD.EXE> under Windows NT, the generic error message is followed by
236 variant of the command shell. It is known to work in the F<CMD.EXE> shell
/openbsd-current/gnu/llvm/lldb/examples/functions/
H A DMakefile5 EXE := lldb-functions macro
/openbsd-current/gnu/llvm/lldb/examples/lookup/
H A DMakefile4 EXE := lldb-lookup macro
/openbsd-current/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|..." against "D:dev/perl/ver/28321_/perl.exe"...
215 #Matching REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|\.pyo|\.pyc|\.pyw|\.py)$..." against ".exe"
221 # only one match : #2 <.EXE>
228 #Freeing REx: "(\\.COM|\\.EXE|\\.BAT|\\.CMD|\\.VBS|\\.VBE|\\.JS|\\.JSE|\\."......
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dfindrfuncs25 my $EXE = '';
31 $EXE = $1 if $CONFIG =~ /^_exe='\.(\w+)'/m;
35 push @EXES, "perl$EXE";
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules157 DSYM = $(EXE).dSYM
211 DSYM = $(EXE).debug
297 EXE ?= a.out
523 # EXE from all the objects.
531 $(EXE) : $(OBJECTS) $(DYLIB_FILENAME)
532 $(LD) $(OBJECTS) -L. -l$(DYLIB_NAME) $(LDFLAGS) -o "$(EXE)"
534 $(CODESIGN) -s - "$(EXE)"
537 EXE = $(DYLIB_FILENAME)
540 $(EXE) : $(OBJECTS)
541 $(LD) $(OBJECTS) $(LDFLAGS) -o "$(EXE)"
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc128 // Try EXE first, mirroring what dlsym(dlopen(NULL)) does.
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Ddiag.t683 %s: Can't parse EXE/DLL name: '%s'
685 %s: Error stripping dirs from EXE/DLL/INSTALLDIR name
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm959 file_type() may croak with one of the strings C<"Invalid EXE
960 signature"> or C<"EXE marked invalid"> to indicate typical error
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm2757 COMMAND.COM or CMD.EXE. Other operating systems have other CLIs.
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh200 for _exeext in '' .EXE; do
2472 magic_exe='%%%MAGIC EXE variable%%%'

Completed in 240 milliseconds