Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
94 cp zstd.exe ..\bin\zstd.exe &&
114 …ild\VS2008\bin\%PLATFORM%\%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2008_%PLATFORM%_%CONFIGURATION…
124 …ild\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2010_%PLATFORM%_%CONFIGURATION…
174 SET ZSTD_BIN=./zstd.exe&&
175 SET DATAGEN_BIN=./datagen.exe&&
177 fullbench.exe -i1 &&
178 fullbench.exe -i1 -P0 &&
240 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
[all …]
H A DMakefile34 EXT =.exe
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dluavs.bat3 @rem It creates lua51.dll, lua51.lib, lua.exe, and luac.exe in src.
18 %MYLINK% /out:lua.exe lua.obj lua51.lib
19 if exist lua.exe.manifest^
20 %MYMT% -manifest lua.exe.manifest -outputresource:lua.exe
24 %MYLINK% /out:luac.exe *.obj
25 if exist luac.exe.manifest^
26 %MYMT% -manifest luac.exe.manifest -outputresource:luac.exe
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dnacl-test-wrapper.sh10 exe="$1"
12 exe="$1.nexe"
13 if [ ! -f "$exe" ]; then
15 $PNACL_TRANSLATE -arch $(uname -m) "$1.final" -o "$exe"
35 exec python "$SEL_LDR" "$exe"
H A Dwintest.bat42 cl %CFLAGS% %%f %LDFLAGS% /OUT:%%f.exe > NUL 2>&1
43 if not exist %%f.exe (
47 %%f.exe
55 del *.exe *.obj *.res
/f-stack/dpdk/app/test/
H A Dprocess.h21 #define exe "file" macro
24 #define exe "exe" macro
117 strlcpy(path, "/proc/" self "/" exe, sizeof(path)); in process_dup()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/
H A Dtest.sh.in48 $JEMALLOC_TEST_PREFIX ${t}@exe@ @abs_srcroot@ @abs_objroot@
52 $JEMALLOC_TEST_PREFIX ${t}@exe@ @abs_srcroot@ @abs_objroot@
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dappveyor.yml5 CYG_SETUP: setup-x86_64.exe
11 CYG_SETUP: setup-x86.exe
/f-stack/tools/libxo/
H A D.gitignore15 *.exe
/f-stack/app/nginx-1.16.1/auto/os/
H A Dwin3217 ngx_binext=".exe"
/f-stack/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst81 Navigate to the examples in the build directory and run `dpdk-helloworld.exe`.
86 dpdk-helloworld.exe -l 0-3
H A Dbuild_dpdk.rst31 http://releases.llvm.org/7.0.1/LLVM-7.0.1-win64.exe
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dowc80 NGX_RCC="$NGX_RCC $NGX_WIN32_RC $NGX_OBJS/nginx.exe"
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DMakefile35 EXT =.exe
/f-stack/app/nginx-1.16.1/conf/
H A Dmime.types73 application/octet-stream bin exe dll;
/f-stack/app/redis-5.0.5/deps/lua/src/
H A DMakefile110 "MYCFLAGS=-DLUA_BUILD_AS_DLL" "MYLIBS=" "MYLDFLAGS=-s" lua.exe
111 $(MAKE) "LUAC_T=luac.exe" luac.exe
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_pthread.m4292 # links in two steps (.c -> .o, .o -> exe) instead of one
293 # (.c -> exe), because the warning occurs only in the second
/f-stack/freebsd/contrib/zstd/programs/
H A DMakefile121 EXT =.exe
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure963 | --exec | --exe | --ex)
967 | --exec=* | --exe=* | --ex=*)
2901 for ac_prog in cl.exe
2945 for ac_prog in cl.exe
3132 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3151 for ac_file in conftest.exe conftest conftest.*; do
4724 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
7083 exe="$ac_exeext"
12577 rm -f conf$$ conf$$.exe conf$$.file
12591 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
[all …]
H A DMakefile.in44 EXE := @exe@
H A Dconfigure.ac504 exe="$ac_exeext"
706 AC_SUBST([exe]) subst
/f-stack/freebsd/contrib/zlib/
H A DChangeLog376 - Set EXE to ".exe" in configure for MINGW [Kahle]
786 - Add OS/2 to exe builds in configure [Poltorak]