| /openbsd-src/regress/lib/csu/callbacks/atexit/ |
| H A D | expected.out | 1 exe cleanup3 3 exe cleanup2 5 exe cleanup1 10 exe cleanup3 11 exe cleanup2 12 exe cleanup1 15 exe cleanup3 17 exe cleanup_dlclose begin 19 exe cleanup_dlclose end 20 exe cleanup1 [all …]
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | test.com | 62 $ If F$Search("Perl''exe'").nes."" Then Delete/Log/NoConfirm Perl'exe';* 65 $ Copy/Log/NoConfirm [-]miniperl'exe' []Perl'exe' 67 $ Copy/Log/NoConfirm [-]'ndbg'Perl'exe' []Perl'exe' 80 $ PerlShr_filespec = f$parse("Sys$Disk:[-]''dbg'PerlShr''exe'") 85 $ MCR Sys$Disk:[]Perl'exe' TEST. "base/*.t" "comp/*.t" "cmd/*.t" "run/*.t" "io/*.t" "op/*.t" … 87 $ MCR Sys$Disk:[]Perl'exe' "-I[-.lib]" 'PERL_TEST_DRIVER' "''p3'" "''p4'" "''p5'" "''p6'" "''…
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | makefile.vms-in | 54 all: config.h size.exe strings.exe objdump.exe nm.exe 56 size.exe: $(SIZEOBJS) 57 link/exe=$@ size.obj,$(ADDL_LIBS)$(LIBS) 59 strings.exe: $(STRINGSOBJS) 60 link/exe=$@ strings.obj,$(ADDL_LIBS)$(LIBS) 62 nm.exe: $(NMOBJS) 63 link/exe=$@ nm.obj,$(ADDL_LIBS)$(LIBS) 65 objdump.exe: $(OBJDUMPOBJS) 66 link/exe=$@ objdump.obj,prdbg.obj,$(DEBUG_OBJS),$(BFDLIB),$(OPCODES),$(ADDL_LIBS)$(LIBS) 94 $(RM) *.exe;
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | makefile.vms-in | 54 all: config.h size.exe strings.exe objdump.exe nm.exe 56 size.exe: $(SIZEOBJS) 57 link/exe=$@ size.obj,$(ADDL_LIBS)$(LIBS) 59 strings.exe: $(STRINGSOBJS) 60 link/exe=$@ strings.obj,$(ADDL_LIBS)$(LIBS) 62 nm.exe: $(NMOBJS) 63 link/exe=$@ nm.obj,$(ADDL_LIBS)$(LIBS) 65 objdump.exe: $(OBJDUMPOBJS) 66 link/exe=$@ objdump.obj,prdbg.obj,$(DEBUG_OBJS),$(BFDLIB),$(OPCODES),$(ADDL_LIBS)$(LIBS) 94 $(RM) *.exe;
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | os2.sh | 15 emxload -m 30 sh.exe ls.exe tr.exe id.exe sed.exe # make.exe 16 emxload -m 30 grep.exe egrep.exe fgrep.exe cat.exe rm.exe mv.exe cp.exe 17 emxload -m 30 uniq.exe basename.exe sort.exe awk.exe echo.exe 21 if test -f $sh.exe; then sh=$sh.exe; fi 303 for f in less.exe less.sh less.ksh less.cmd more.exe more.sh more.ksh more.cmd ; do
|
| H A D | catamount.sh | 115 status=`awk '/^cata: exe .* pid [0-9][0-9]* (main|exit|_exit) [0-9][0-9]*$/ {print $NF}' .yod$$o|tail -1` 117 grep -v "^cata: exe .* pid [0-9][0-9]* " .yod$$o 118 grep "^cata: exe .* signal " .yod$$o 147 exe='' 224 exe="$1" 225 argv="$argv -o $exe -Dargv0=$exe" 233 case "$exe" in 301 printf("cata: exe %s pid %d exit %d\n", ARGV0, getpid(), status); 305 printf("cata: exe [all...] |
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | get-python-config.py | 46 exe = sys.executable 50 print(relpath_nodots(exe, prefix)) 53 tried.append(exe) 56 if os.path.realpath(exe) != exe: 57 exe = os.path.realpath(exe)
|
| /openbsd-src/gnu/usr.bin/perl/lib/ExtUtils/t/ |
| H A D | Embed.t | 35 my $exe = 'embed_test'; 36 $exe .= $Config{'exe_ext'} unless $skip_exe; # Linker will auto-append it 63 push(@cmd2,$Config{'ld'}, $Config{'ldflags'}, "/exe=$exe"); 68 push(@cmd,$cc,"-Fe$exe"); 71 push(@cmd,$cc,'-o' => $exe); 156 my $embed_test = File::Spec->catfile(File::Spec->curdir, $exe); 157 $embed_test = "run/nodebug $exe" if $^O eq 'VMS'; 161 unlink($exe,"embed_test.c",$obj); 162 unlink("$exe [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/win32/ |
| H A D | system_tests | 20 my $exe = "$testdir/$exename"; 21 my $exex = $exe . ".exe"; 22 (my $exeb = $exe) =~ s,/,\\,g; 35 $exe, 39 "./$exe", 43 "$cwd/$exe",
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | run.py | 37 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) argument 41 for exe in filter(isTestExe, commandLine): 42 … subprocess.check_call(['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], env={})
|
| H A D | ssh.py | 66 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) argument 72 for exe in filter(isTestExe, commandLine): 73 … subprocess.check_call(['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], env={}) 102 for exe in map(pathOnRemote, filter(isTestExe, commandLine)): 103 remoteCommands.append('chmod +x {}'.format(exe))
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | appveyor-reqs-install.cmd | 11 if NOT EXIST llvm-installer.exe ( 12 …ttps://prereleases.llvm.org/win-snapshots/LLVM-9.0.0-r357435-win32.exe -FileName llvm-installer.exe 15 START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM" 20 if DEFINED MINGW_PATH rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
|
| /openbsd-src/regress/lib/csu/callbacks/pthread_atfork/ |
| H A D | expected_parent.out | 23 exe atfork_dlclose begin 24 exe atfork_dlclose end 30 exe atfork_dlclose begin 31 exe atfork_dlclose end
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | remote-exec.py | 87 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) argument 95 for exe in filter(isExecutable, commandLine): 97 ['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], 134 for exe in filter(isExecutable, commandLine): 135 remoteCommands.append('chmod +x {}'.format(pathOnRemote(exe)))
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | MM_OS2.t | 146 my ($dir, $noext, $exe, $cmd); 190 unless (defined $exe) { 192 $exe = $file; 223 skip('No .exe command found', 1) unless defined $exe; 224 (my $noexe = $exe) =~ s/\.exe\z//; 225 is( ExtUtils::MM_OS2->maybe_command( $noexe ), $exe,
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | findrfuncs | 110 for my $exe (@EXES) { 112 for my $sym (`$NMU $exe 2>/dev/null`) { 120 if (exists $rfuncs{"${sym}_r"} && ! $syms{"$sym:$exe"}++) { 126 print "\nFollowing symbols in $exe have reentrant versions:\n";
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | x-vms | 8 EXTRA_PROGRAMS=ld.exe decc.exe 11 ld.exe : vms-ld.o 16 decc.exe : vms-cc.o
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | x-vms | 8 EXTRA_PROGRAMS=ld.exe decc.exe 11 ld.exe : vms-ld.o 16 decc.exe : vms-cc.o
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | disasm.py | 28 exe = sys.argv[1] variable 34 exe = sys.argv[3] variable 46 print("Creating a target for '%s'" % exe) 48 target = debugger.CreateTargetWithFileAndArch(exe, lldb.LLDB_ARCH_DEFAULT)
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ |
| H A D | CMakeLists.txt | 5 "${LLVM_TOOLS_BINARY_DIR}/clang-format.exe" 6 "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/clang-format.exe" 21 message(FATAL_ERROR "Could not find nuget.exe. Download from https://www.nuget.org/nuget.exe"
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | makefile.vms | 60 all: config.status $(BFDDEP) as.exe 62 as.exe: $(OBJS) $(LIBOPCODES) $(LIBBFD) $(LIBIBERTY) 64 link$(LFLAGS)/exe=$@ $(OBJS),$(LIBOPCODES)/lib,$(LIBBFD)/lib,$(LIBIBERTY)/lib$(LIBS) 66 link$(LFLAGS)/exe=$@ $(OBJS),$(LIBIBERTY)/lib$(LIBS) 102 install: as.exe 108 $(RM) *.exe;
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | oss-fuzz.sh | 23 exe="$(basename ${test})" 24 exe="${exe%.pass.cpp}" 31 -o "${OUT}/${exe}" \
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | clangdiag.py | 88 exe = target.GetExecutable() 89 if not exe.Exists(): 90 print('clangdiag: Target (%s) not set.' % exe.GetFilename()) 92 diagtool = os.path.join(exe.GetDirectory(), 'diagtool') 96 print('clangdiag: diagtool not found along side %s' % exe)
|
| /openbsd-src/gnu/llvm/llvm/utils/release/ |
| H A D | build_llvm_release.bat | 54 for /f "delims=" %%i in ('7z.exe ^| findstr /r "2[1-9].[0-9][0-9]"') do set version_7z=%%i 87 set vswhere=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe 174 %python32_dir%/python.exe --version || exit /b 1 194 -DLLDB_TEST_COMPILER=%stage0_bin_dir%/clang.exe ^ 213 -DCMAKE_C_COMPILER=%stage0_bin_dir%/clang-cl.exe ^ 214 -DCMAKE_CXX_COMPILER=%stage0_bin_dir%/clang-cl.exe ^ 215 -DCMAKE_LINKER=%stage0_bin_dir%/lld-link.exe ^ 216 -DCMAKE_AR=%stage0_bin_dir%/llvm-lib.exe ^ 217 -DCMAKE_RC=%stage0_bin_dir%/llvm-windres.exe 245 %python64_dir%/python.exe --version || exit /b 1 [all …]
|
| /openbsd-src/distrib/notes/amd64/ |
| H A D | contents | 44 dnl rawrite.exe, ntrw.exe, gzip.exe, and pfdisk.exe;
|