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

123456

/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.aouttype.ksh29 exe="tst.aouttype.exe"
31 elfdump -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .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 -c "./$exe" | grep -Fq 'sh_name: .SUNW_ctf'
34 echo "CTF does not exist in $exe, that's a bug" >&2
38 ./$exe &
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/plockstat/
H A DMakefile14 tst.available.exe \
15 tst.libmap.exe \
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/cddl/usr.sbin/dtrace/tests/common/pid/
H A DMakefile48 err.D_PDESC_ZERO.badlib.exe \
49 err.D_PROC_CREATEFAIL.many.exe \
50 err.D_PROC_FUNC.badfunc.exe \
51 err.D_PROC_LIB.libdash.exe \
52 err.D_PROC_NAME.alldash.exe \
53 err.D_PROC_NAME.badname.exe \
54 err.D_PROC_NAME.globdash.exe \
55 err.D_PROC_OFF.toobig.exe \
56 tst.coverage.exe \
57 tst.emptystack.exe \
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.ksh42 ./tst.forker.exe &
/freebsd-11-stable/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-11-stable/contrib/libpcap/msdos/
H A Dmakefile.dj47 TARGETS = msdos/bin2c.exe libpcap.a filtertest.exe findalldevstest.exe \
48 nonblocktest.exe opentest.exe
62 filtertest.exe: tests/filtertest.c libpcap.a
66 findalldevstest.exe: tests/findalldevstest.c libpcap.a
70 nonblocktest.exe: tests/nonblocktest.c libpcap.a
74 opentest.exe: tests/opentest.c libpcap.a
78 msdos/pkt_stub.inc: msdos/bin2c.exe msdo
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh25 local dflags exe exstatus pid retval status
47 exe=${TFILE%.*}.exe
48 if [ -f "$exe" -a -x "$exe" ]; then
49 ./$exe &
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh31 ./tst.retlist.exe&
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk27 PROGS= ${CFILES:T:S/.c$/.exe/g}
29 SRCS.${prog}+= ${prog:S/.exe$/.c/}
31 .if exists(${prog:S/^tst.//:S/.exe$/.d/})
32 SRCS.${prog}+= ${prog:S/^tst.//:S/.exe$/.d/}

Completed in 220 milliseconds

123456