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

123456

/freebsd-13-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-13-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 &
/freebsd-13-stable/contrib/bc/
H A Dexec-install.sh52 for exe in $bindir/*; do
54 base=$(basename "$exe")
56 if [ -L "$exe" ]; then
57 link=$(readlink "$exe")
60 "$INSTALL" -Dm 755 "$exe" "$installdir/$base$exec_suffix"
H A Dlink.sh44 for exe in "$bindir"/*; do
46 if [ ! -L "$exe" ]; then
48 base=$(basename "$exe")
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/plockstat/
H A DMakefile14 tst.available.exe \
15 tst.libmap.exe \
/freebsd-13-stable/sys/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"
/freebsd-13-stable/contrib/bc/tests/
H A Dall.sh73 exe="$testdir/../bin/$d"
75 exe="$1"
107 sh "$testdir/test.sh" "$d" "$t" "$generate_tests" "$time_tests" "$exe" "$@"
111 sh "$testdir/stdin.sh" "$d" "$exe" "$@"
114 "$time_tests" "$exe" "$@"
115 sh "$testdir/read.sh" "$d" "$exe" "$@"
116 sh "$testdir/errors.sh" "$d" "$exe" "$@"
118 sh "$testdir/other.sh" "$d" "$exe" "$@"
H A Dother.sh45 exe="$testdir/../bin/$d"
47 exe="$1"
79 printf '%s\n' "$halt" | "$exe" "$@" > /dev/null 2>&1
85 printf '%s\n' "quit" | "$exe" "$@" > /dev/null 2>&1
89 two=$("$exe" "$@" -e 1+1 -e quit)
100 base=$(basename "$exe")
113 printf 's(.02893)\n' | "$exe" "$@" > /dev/null
117 "$exe" -e 4 "$@" > /dev/null
129 printf '4s stuff\n' | "$exe" "$@" > /dev/null
133 "$exe"
[all...]
H A Dstdin.sh39 printf 'usage: %s dir [exe [args...]]\n' "$0"
51 exe="$1"
54 exe="$testdir/../bin/$d"
76 cat "$testdir/$d/stdin.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
81 cat "$testdir/$d/stdin1.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
84 cat "$testdir/$d/stdin2.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
H A Dscripts.sh73 exe="$1"
76 exe="$testdir/../bin/$d"
87 "$generate" "$time_tests" "$exe" "$@"
H A Derrors.sh46 exe="$testdir/../bin/$d"
48 exe="$1"
64 exebase=$(basename "$exe")
89 printf '%s\n' "$line" | "$exe" "$@" "-lw" 2> "$out" > /dev/null
111 printf '%s\n' "$line" | "$exe" "$@" "$options" 2> "$out" > /dev/null
126 printf '%s\n' "$halt" | "$exe" "$@" $opts "$testfile" 2> "$out" > /dev/null
135 cat "$testfile" | "$exe" "$@" $opts 2> "$out" > /dev/null
H A Dread.sh38 printf 'usage: %s dir [exe [args...]]\n' "$0"
50 exe="$1"
53 exe="$testdir/../bin/$d"
67 exebase=$(basename "$exe")
91 printf '%s\n%s\n' "$read_call" "$line" | "$exe" "$@" "$options" > "$out"
102 printf '%s\n%s\n' "$read_call" "$line" | "$exe" "$@" "$options" 2> "$out" > /dev/null
115 printf '%s\n' "$read_test" | "$exe" "$@" "$opts" 2> "$out" > /dev/null
126 printf '%s' "$read_test" | "$exe" "$@" "$opts" 2> "$out" > /dev/null
/freebsd-13-stable/contrib/ncurses/
H A Dconvert_configure.pl44 # b) Some makefiles recognize that exe files terminate on .exe
71 emxload -m 30 sh.exe ls.exe tr.exe id.exe sed.exe # make.exe
72 emxload -m 30 grep.exe egrep.exe fgre
[all...]
/freebsd-13-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-13-stable/contrib/bearssl/mk/
H A DmkT0.cmd4 rem This script uses the command-line C# compiler csc.exe, which is
10 if exist "%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe" (
11 set CSC="%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe"
14 if exist "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe" (
15 set CSC="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe"
18 if exist "%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe" (
19 set CSC="%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe"
22 if exist "%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\csc.exe" (
23 set CSC="%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\csc.exe"
31 %CSC% /nologo /out:T0Comp.exe /mai
[all...]
/freebsd-13-stable/contrib/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-13-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-13-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...]

Completed in 226 milliseconds

123456