Home
last modified time | relevance | path

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

12

/src/crypto/openssl/VMS/
H A Dopenssl_startup.com.in17 $ ! OSSL$EXE Where the executables are located
79 .OR. F$SEARCH("WRK_INSTALLTOP:[000000]EXE.DIR;1") .EQS. "" -
81 .OR. F$SEARCH("WRK_INSTALLTOP:[EXE]''arch'.DIR;1") .EQS. "" -
102 $ DEF OSSL$EXE OSSL$INSTROOT:[EXE.'arch'],-
103 OSSL$INSTROOT:[EXE]
107 $ DEF OSSL$LIBCRYPTO'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBCRYPTO'sv'_SHR'pz'.EXE
108 $ DEF OSSL$LIBSSL'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBSSL'sv'_SHR'pz'.EXE
H A Dopenssl_utils.com.in6 $ OPENSSL'v' :== $OSSL$EXE:OPENSSL'v'
7 $ OPENSSL :== $OSSL$EXE:OPENSSL'v'
11 $ C_REHASH :== 'PERL' OSSL$EXE:c_rehash.pl
H A Dopenssl_ivp.com.in29 .OR. F$SEARCH("OSSL$EXE:OPENSSL''v'.EXE") .EQS. ""
H A Dopenssl_shutdown.com.in39 $ DEAS OSSL$EXE
/src/contrib/one-true-awk/
H A DREGRESS4 CYGWIN) EXE=a.exe ;;
5 *) EXE=a.out ;;
8 if [ ! -f $EXE ]
/src/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk7 FILESGROUPS+= ${TESTGROUP}EXE
9 ${TESTGROUP}EXE= ${TESTEXES}
/src/contrib/jemalloc/
H A DMakefile.in44 EXE := @exe@
526 $(objroot)test/unit/%$(EXE): $(objroot)test/unit/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_UNIT_OBJS)
530 $(objroot)test/integration/%$(EXE): $(objroot)test/integration/%.$(O) $(C_TESTLIB_INTEGRATION_OBJS)…
534 $(objroot)test/integration/cpp/%$(EXE): $(objroot)test/integration/cpp/%.$(O) $(C_TESTLIB_INTEGRATI…
538 $(objroot)test/analyze/%$(EXE): $(objroot)test/analyze/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_ANALYZE_OBJ…
542 $(objroot)test/stress/%$(EXE): $(objroot)test/stress/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_STRESS_OBJS) …
656 tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE))
657 …TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE)) $(TESTS_INTEGRATION_CPP:$(srcroot)%.cpp=$(objro…
658 tests_analyze: $(TESTS_ANALYZE:$(srcroot)%.c=$(objroot)%$(EXE))
659 tests_stress: $(TESTS_STRESS:$(srcroot)%.c=$(objroot)%$(EXE))
[all …]
/src/contrib/file/magic/Magdir/
H A Dmsdos32 # Tests for various EXE types.
76 # e_res2; typically zeroes, but 000006006F082D2Ah SCSICFG.EXE 00009A0300007C03h de.exe
77 # 0000CA0000000002h country.exe dosxmgr.exe 421E0A00421EA823h QMC.EXE
88 # http://www.mitec.cz/Downloads/EXE.zip/EXE64.exe e_lfarlc=0x8ead
89 # OS/2 ECS\INSTALL\DETECTEI\PCISCAN.EXE e_lfarlc=0x1c
110 # handle LX executable with low e_lfarlc like: PCISCAN.EXE
256 >>>(0x3c.l+22) leshort&0x2000 0 (EXE)
257 # like: PAX.EXE
262 # MSVC4 LINK.EXE can create PE binary for subsystem 8 by /SUBSYSTEM:MMOSA flag
279 >>>(0x3c.l+22) leshort&0x2000 0 (EXE)
[all …]
H A Dsymbos8 # SymbOS EXE file
H A Dpascal26 # Note: used by Turbo Pascal 5.5 TOUR.EXE
H A Dmips86 # can be created by LINK.EXE /MACHINE:MIPSR10 /ROM
H A Ddigital35 # can be created by LINK.EXE /MACHINE:ALPHA /ROM
H A Dcoff172 # can be created by: LINK.EXE /MACHINE:powerpc /ROM
186 # can be created by: LINK.EXE /MACHINE:MPPC /ROM
H A Dos259 # Note: created by MKMSGF.EXE. Text source can be recreated by E_MSGF
H A Dwindows280 # verified by `tracerpt.EXE Wifi.etl -of EVTX`
1163 # @CONFIG.UI configuration file of previous DOS version saved by Caldera OPENDOS INSTALL.EXE
1164 # CONFIG.PSS saved version of file CONFIG.SYS created by %WINDIR%\SYSTEM\MSCONFIG.EXE
1165 # CONFIG.TSH renamed file CONFIG.SYS.BAT by %WINDIR%\SYSTEM\MSCONFIG.EXE
1485 # Summary: backup file created with utility like NTBACKUP.EXE shipped with Windows NT/2K/XP/2003
H A Dcompress46 # http://www.monucad.com/downloads/FullDemo-2005.EXE
H A Dconsole553 0 string PS-X\040EXE Sony Playstation executable
716 # Atari Lynx cartridge dump (EXE/BLL header)
/src/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl311 SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @shlibs) -}
312 MODULES={- join(", ", map { "-\n\t".$_.".EXE" }
329 PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{programs}}) -}
355 INSTALL_SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @install_shlibs) -}
356 INSTALL_ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @install_engines) -}
357 INSTALL_MODULES={- join(", ", map { "-\n\t".$_.".EXE" } @install_modules) -}
358 INSTALL_FIPSMODULE={- join(", ", map { "-\n\t".$_.".EXE" } @install_fipsmodules) -}
360 INSTALL_PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @install_programs) -}
477 …n\t\$(NODEBUG) ", map { "DEFINE ".uc($_)." 'F\$ENV(\"DEFAULT\")'".uc($_).".EXE" } @shlibs) || "!" …
566 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.MAP;*" } @shlibs) || "@ !" -}
[all …]
/src/contrib/byacc/
H A Dvmsbuild.com88 $ if f$search("SYS$SYSTEM:VAXC.EXE").nes.""
92 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").nes.""
/src/contrib/less/
H A DREADME174 6. If the make succeeds, it will generate the programs "LESS.EXE" and
175 "LESSKEY.EXE" in your current directory. Test the generated programs.
177 7. When satisfied that it works, you may wish to install LESS.EXE and
178 LESSKEY.EXE in a directory which is included in your PATH.
/src/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt59 transform from the modified MSI package. ORCA.EXE and MSITRAN.EXE
113 As mentioned above, you can use a tool like ORCA.EXE to edit the
162 a. Open the MSI in ORCA.EXE
277 files. This is outlined below (assuming you are using ORCA.EXE to
322 generate one using GUIDGEN.EXE or UUIDGEN.EXE, both of
/src/sys/contrib/libsodium/builds/
H A DMakefile.am13 msvc/properties/EXE.props \
/src/crypto/krb5/src/windows/
H A DREADME173 1. Install the Windows support tools in order to obtain KSETUP.EXE
174 and KTPASS.EXE.
175 2. Install the Windows Resource Kit to obtain KERBTRAY.EXE and KLIST.EXE
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc128 // Try EXE first, mirroring what dlsym(dlopen(NULL)) does.
/src/lib/libomp/
H A Dkmp_i18n_default.inc452 …"System error #193 is \"Bad format of EXE or DLL file\". Usually it means the file is found, but i…

12