Searched refs:exe (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.FunctionLookup.ksh39 java -cp test.jar TestFunctionLookup ./tst.FunctionLookup.exe
H A Dtst.ProbeData.ksh38 java -cp test.jar TestProbeData ./tst.ProbeData.exe
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.aouttype.ksh29 exe="tst.aouttype.exe"
31 elfdump "./$exe" | grep -q '.SUNW_ctf'
33 echo "CTF does not exist in $exe, that's a bug" >&2
37 ./$exe &
H A Dtst.libtype.ksh30 exe="tst.libtype.exe"
32 elfdump "./$exe" | grep -q '.SUNW_ctf'
34 echo "CTF exists in $exe, that's a bug" >&2
38 ./$exe &
H A Dtst.pidprint.ksh29 exe="tst.printtype.exe"
31 elfdump "./$exe" | grep -q '.SUNW_ctf'
33 echo "CTF does not exist in $exe, that's a bug" >&2
37 ./$exe &
H A Dtst.pidprinttarg.ksh30 exe="tst.printtype.exe"
32 elfdump "./$exe" | grep -q '.SUNW_ctf'
34 echo "CTF does not exist in $exe, that's a bug" >&2
38 ./$exe &
H A Dtst.printtypetarg.ksh30 exe="tst.printtype.exe"
32 elfdump "./$exe" | grep -q '.SUNW_ctf'
34 echo "CTF does not exist in $exe, that's a bug" >&2
38 ./$exe &
H A Dtst.printtype.ksh29 exe="tst.printtype.exe"
31 elfdump "./$exe" | grep -q '.SUNW_ctf'
33 echo "CTF does not exist in $exe, that's a bug" >&2
37 ./$exe &
H A Dtst.userstrings.ksh29 exe="tst.chasestrings.exe"
31 elfdump "./$exe" | grep -q '.SUNW_ctf'
33 echo "CTF does not exist in $exe, that's a bug" >&2
37 ./$exe &
H A Derr.user64mode.ksh32 exe="tst.chasestrings.exe"
34 elfdump "./$exe" | grep -q '.SUNW_ctf'
36 echo "CTF does not exist in $exe, that's a bug" >&2
40 ./$exe &
H A Dtst.userlandkey.ksh30 exe="tst.chasestrings.exe"
32 elfdump "./$exe" | grep -q '.SUNW_ctf'
34 echo "CTF does not exist in $exe, that's a bug" >&2
38 ./$exe &
H A Dtst.chasestrings.ksh30 exe="tst.chasestrings.exe"
32 elfdump "./$exe" | grep -q '.SUNW_ctf'
34 echo "CTF does not exist in $exe, that's a bug" >&2
38 ./$exe &
/freebsd-10.3-release/contrib/ncurses/
H A Dconvert_configure.pl43 # b) Some makefiles recognize that exe files terminate on .exe
70 emxload -m 30 sh.exe ls.exe tr.exe id.exe sed.exe # make.exe
71 emxload -m 30 grep.exe egrep.exe fgre
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/des/
H A Dmakefile.bc16 .obj.exe:
17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
21 # "make clean": use a directory containing only libdes .exe and .obj files...
23 del *.exe
45 destest.exe: destest.obj libdes.lib
46 rpw.exe
[all...]
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dsave_execute.c47 execute_opts_t *exe = ctx; local
49 printf("%s", exe->path);
57 execute_opts_t *exe = ctx; local
59 if (exe != NULL)
60 free(exe->path);
61 free(exe);
70 execute_opts_t *exe = ctx; local
73 fp = popen(exe->path, "w");
/freebsd-10.3-release/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake30 PROGRAMS=regress.exe \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
32 test-changelist.exe \
33 print-winsock-errors.exe
36 # bench.exe bench_cascade.exe bench_htt
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.ksh42 ./tst.forker.exe &
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
8 all: wpa_supplicant.exe wpa_cli.exe wpa_passphrase.exe wpasvc.exe win_if_list.exe
181 wpa_supplicant.exe: $(OBJDIR) $(OBJS) $(OBJS2)
182 link.exe /out:wpa_supplicant.exe $(LFLAGS) $(OBJS) $(OBJS2) $(LIBS)
184 wpasvc.exe
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh48 $dtrace -c ./tst.ufuncsort.exe -s /dev/stdin <<EOF
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh31 ./tst.retlist.exe&
/freebsd-10.3-release/contrib/apr-util/test/
H A DMakefile.win35 | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
72 $(OUTDIR)\testall.exe
75 $(OUTDIR)\dbd.exe
80 CL = cl.exe
81 LD = link.exe
132 $(OUTDIR)\testall.exe: $(ALL_TESTS) $(INTDIR)\abts.obj $(PROGRAM_DEPENDENCIES)
135 mt.exe -manifest "$@.manifest" -outputresource:$@;1
139 $(OUTDIR)\dbd.exe: $(INTDIR)\dbd.obj $(PROGRAM_DEPENDENCIES)
142 mt.exe -manifest "$@.manifest" -outputresource:$@;1
163 echo Testing dbd sqlite2 && $(OUTDIR)\dbd.exe sqlite
[all...]
/freebsd-10.3-release/contrib/subversion/
H A Dbuild.conf118 type = exe
128 type = exe
137 type = exe
146 type = exe
154 type = exe
164 type = exe
172 type = exe
180 type = exe
188 type = exe
651 type = exe
[all...]
/freebsd-10.3-release/usr.sbin/crunch/examples/
H A DMakefile19 exe: $(CRUNCHED)
/freebsd-10.3-release/contrib/apr/
H A Dlibapr.mak41 ALL : ".\Release\gen_test_char.exe" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
126 -@erase "$(OUTDIR)\gen_test_char.exe"
132 CPP=cl.exe
165 MTL=midl.exe
167 RSC=rc.exe
169 BSC32=bscmake.exe
173 LINK32=link.exe
265 if exist .\Release\libapr-1.dll.manifest mt.exe -manifest .\Release\libapr-1.dll.manifest -outputresource:.\Release\libapr-1.dll;2
277 ALL : ".\include\apr_escape_test_char.h" ".\Debug\gen_test_char.exe" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
362 -@erase "$(OUTDIR)\gen_test_char.exe"
[all...]
/freebsd-10.3-release/contrib/byacc/
H A Dvmsbuild.com113 $ if using_vaxc .eq. 1 then write optf "sys$library:vaxcrtl.exe/share"
155 $ if f$search("*.exe") .nes. "" then delete *.exe;*
173 $ if f$search("*.exe") .nes. "" then purge *.exe
189 $ write test_script "$ BYACC :== $ 'temp'.exe"

Completed in 127 milliseconds

12345