Searched refs:exe (Results 26 - 50 of 126) sorted by relevance

123456

/freebsd-13-stable/contrib/bc/tests/
H A Drandmath.py85 def compare(exe, options, p, test, halt, expected, op, do_add=True):
89 print(" {} returned an error ({})".format(exe, p.returncode))
104 args = [ exe, options ]
109 print(" failed because of bug in other {}".format(exe))
163 exe = "bc"
167 exe = "dc"
176 bcexe = exedir + "/" + exe
181 if exe == "bc":
182 args = [ exe, options ]
184 args = [ exe ]
266 exe = "bc" variable
270 exe = "dc" variable
[all...]
H A Dafl.py36 print("usage: {} [--asan] dir [results_dir [exe options...]]".format(script))
70 run_test(exe + [ file ], exebase, tout, halt.encode(), out, file, "file", file, environ)
77 run_test(exe, exebase, tout, content, out, file,
136 exe = sys.argv[idx + 2] variable
138 exe = testdir + "/../bin/" + exe_name(exedir) variable
140 exebase = os.path.basename(exe)
150 exe = [ exe, sys.argv[idx + 3:], options ] variable
152 exe = [ exe, option variable
[all...]
H A Dscript.sh78 exe="$1"
81 exe="$testdir/../bin/$d"
159 printf '%s\n' "$halt" | /usr/bin/time -p "$exe" "$@" $options "$s" > "$out"
163 printf '%s\n' "$halt" | "$exe" "$@" $options "$s" > "$out"
H A Dtest.sh39 printf 'usage: %s dir test [generate_tests] [time_tests] [exe [args...]]\n' "$0"
70 exe="$1"
73 exe="$testdir/../bin/$d"
128 printf '%s\n' "$halt" | /usr/bin/time -p "$exe" "$@" $options "$name" > "$out"
132 printf '%s\n' "$halt" | "$exe" "$@" $options "$name" > "$out"
/freebsd-13-stable/contrib/bearssl/mk/
H A DmkT0.sh11 $CSC /out:T0Comp.exe /main:T0Comp /res:T0/kern.t0,t0-kernel T0/*.cs
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
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-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.ksh42 ./tst.forker.exe &
/freebsd-13-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-13-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...]
H A Dmakefile.wc24 CC = wcc386.exe
25 ASM = wasm.exe -$(MODEL) $(DEFS) -dDOSX -dDOS4GW -zq -bt=dos -fr=nul -d3 -s
75 msdos\pkt_stub.inc: bin2c.exe msdos\pkt_rx1.S
77 bin2c.exe $(TEMPBIN) > $@
80 bin2c.exe: msdos\bin2c.c
89 @del bin2c.exe
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh27 local dflags exe exstatus pid retval status
49 exe=${TFILE%.*}.exe
50 if [ -f "$exe" -a -x "$exe" ]; then
51 ./$exe &
/freebsd-13-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-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh31 ./tst.retlist.exe&
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk29 PROGS= ${CFILES:T:S/.c$/.exe/g}
31 SRCS.${prog}+= ${prog:S/.exe$/.c/}
33 .if exists(${prog:S/^tst.//:S/.exe$/.d/})
34 SRCS.${prog}+= ${prog:S/^tst.//:S/.exe$/.d/}
/freebsd-13-stable/contrib/apr-util/test/
H A DMakefile.win35 | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
73 $(OUTDIR)\testall.exe
76 $(OUTDIR)\dbd.exe
81 CL = cl.exe
82 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-13-stable/contrib/bearssl/conf/
H A DWin.mk7 E = .exe
29 # BRSSL = brssl.exe
30 # TESTCRYPTO = testcrypto.exe
31 # TESTSPEED = testspeed.exe
32 # TESTX509 = testx509.exe
62 RUNT0COMP = T0Comp.exe
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf150 type = exe
161 type = exe
171 type = exe
180 type = exe
188 type = exe
198 type = exe
206 type = exe
214 type = exe
222 type = exe
443 type = exe
[all...]
/freebsd-13-stable/contrib/bc/
H A Dkaratsuba.py36 print("usage: {} [num_iterations test_num exe]".format(script))
79 exe = sys.argv[3] variable
81 exe = testdir + "/bin/bc" variable
83 exedir = os.path.dirname(exe)
166 cmd = [ "{}/tests/test.sh".format(testdir), "bc", test, "0", "0", exe ]
181 "0", "1", "1", "0", exe ]
199 cmd = [ exe, "{}/tests/bc/power.txt".format(testdir) ]
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/proc/
H A DMakefile30 LIBADD.tst.sigwait.exe+= rt
/freebsd-13-stable/usr.sbin/crunch/examples/
H A DMakefile19 exe: $(CRUNCHED)
/freebsd-13-stable/contrib/one-true-awk/
H A DREGRESS4 CYGWIN) EXE=a.exe ;;
/freebsd-13-stable/sys/contrib/libsodium/test/default/
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
/freebsd-13-stable/contrib/apr/
H A Dlibapr.mak128 -@erase "$(OUTDIR)\gen_test_char.exe"
134 CPP=cl.exe
167 MTL=midl.exe
169 RSC=rc.exe
171 BSC32=bscmake.exe
175 LINK32=link.exe
271 if exist .\Release\libapr-1.dll.manifest mt.exe -manifest .\Release\libapr-1.dll.manifest -outputresource:.\Release\libapr-1.dll;2
372 -@erase "$(OUTDIR)\gen_test_char.exe"
378 CPP=cl.exe
411 MTL=midl.exe
[all...]

Completed in 220 milliseconds

123456