Home
last modified time | relevance | path

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

12345678910

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi.bat8 teststest_constants.exe
9 tests\test_cc_initialize.exe
10 tests\test_cc_context_get_version.exe
13 tests\test_cc_context_release.exe
14 tests\test_cc_context_get_change_time.exe
15 tests\test_cc_context_get_default_ccache_name.exe
16 tests\test_cc_context_open_ccache.exe
17 tests\test_cc_context_open_default_ccache.exe
18 tests\test_cc_context_create_ccache.exe
19 tests\test_cc_context_create_default_ccache.exe
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeData.ksh.out1 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
4 , tst.ProbeData.exe`f_b , 0]]
6 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
9 , tst.ProbeData.exe`f_e , -2]]
11 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [
14 , tst.ProbeData.exe`f_e , -2]]
16 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
19 , tst.ProbeData.exe`f_e , 2]]
21 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [
24 , tst.ProbeData.exe`f_e , 2]]
[all …]
/freebsd/contrib/bc/tests/
H A Dhistory.py146 def test_utf8(exe, args, env, idx, bc=True): argument
151 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore')
186 def test_utf8_0(exe, args, env, bc=True): argument
191 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore')
225 def test_utf8_1(exe, args, env, bc=True): argument
226 return test_utf8(exe, args, env, 0, bc)
229 def test_utf8_2(exe, args, env, bc=True): argument
230 return test_utf8(exe, args, env, 1, bc)
233 def test_utf8_3(exe, args, env, bc=True): argument
234 return test_utf8(exe, args, env, 2, bc)
[all …]
H A Dall.sh106 exe="$testdir/../bin/$d"
107 check_exec_arg "$exe"
109 exe="$1"
111 check_exec_arg "$exe"
149 sh "$testdir/test.sh" "$d" "$t" "$generate_tests" "$exe" "$@" &
152 sh "$testdir/test.sh" "$d" "$t" "$generate_tests" "$exe" "$@"
159 sh "$testdir/stdin.sh" "$d" "$exe" "$@" &
162 sh "$testdir/stdin.sh" "$d" "$exe" "$@"
168 "$exe" "$@" &
172 "$exe" "$@"
[all …]
H A Derrors.sh60 exe="$testdir/../bin/$d"
61 check_exec_arg "$exe"
63 exe="$1"
65 check_exec_arg "$exe"
82 exebase=$(basename "$exe")
99 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" -e "1+1" -f- -e "2+2" 2> "$out" > /dev/null
104 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" -e "1+1" -f- -f "$testdir/$d/decimal.txt" 2> "$out…
124 printf '%s\n' "$line" 2> /dev/null | "$exe" "$@" "-lw" 2> "$out" > /dev/null
151 printf '%s\n' "$line" 2> /dev/null | "$exe" "$@" "$options" 2> "$out" > /dev/null
H A Dstdin.sh65 exe="$1"
67 check_exec_arg "$exe"
69 exe="$testdir/../bin/$d"
70 check_exec_arg "$exe"
101 cat "$testdir/$d/stdin.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
107 cat "$testdir/$d/stdin1.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
110 cat "$testdir/$d/stdin2.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
H A Dscripts.sh99 exe="$1"
101 check_exec_arg "$exe"
103 exe="$testdir/../bin/$d"
104 check_exec_arg "$exe"
118 "$generate" "$exe" "$@" &
122 "$generate" "$exe" "$@"
H A Derror.sh70 exe="$testdir/../bin/$d"
72 exe="$1"
110 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" $opts -c "$testfile" 2> "$out" > /dev/null
119 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" $opts -C "$testfile" 2> "$out" > /dev/null
128 cat "$testfile" 2> /dev/null | "$exe" "$@" $opts -c 2> "$out" > /dev/null
137 cat "$testfile" 2> /dev/null | "$exe" "$@" $opts -C 2> "$out" > /dev/null
H A Dhistory.sh80 exe="$1"
82 check_exec_arg "$exe"
85 exe="$testdir/../bin/$d"
86 check_exec_arg "$exe"
113 "$py" "$testdir/history.py" "$d" "$i" "$exe" "$@"
/freebsd/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
43 regress.exe: $(REGRESS_OBJS)
46 test-init.exe: test-init.obj
48 test-eof.exe: test-eof.obj
50 test-closed.exe: test-closed.obj
52 test-changelist.exe: test-changelist.obj
54 test-weof.exe: test-weof.obj
[all …]
/freebsd/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
43 regress.exe: $(REGRESS_OBJS)
46 test-init.exe: test-init.obj
48 test-eof.exe: test-eof.obj
50 test-closed.exe: test-closed.obj
52 test-changelist.exe: test-changelist.obj
54 test-weof.exe: test-weof.obj
[all …]
/freebsd/crypto/openssl/demos/bio/
H A Ddescrip.mms26 .obj.exe :
29 all : client-arg.exe client-conf.exe saccept.exe sconnect.exe -
30 server-arg.exe server-cmod.exe server-conf.exe
32 client-arg.exe : client-arg.obj
33 client-conf.exe : client-conf.obj
34 saccept.exe : saccept.obj
35 sconnect.exe : sconnect.obj
36 server-arg.exe : server-arg.obj
37 server-cmod.exe : server-cmod.obj
38 server-conf.exe : server-conf.obj
/freebsd/crypto/heimdal/lib/wind/
H A DNTMakefile98 $(BINDIR)\compile_et.exe $(SRCDIR)\wind_err.et
102 $(OBJ)\test-bidi.exe \
103 $(OBJ)\test-map.exe \
104 $(OBJ)\test-rw.exe \
105 $(OBJ)\test-normalize.exe \
106 $(OBJ)\test-prohibited.exe \
107 $(OBJ)\test-punycode.exe \
108 $(OBJ)\test-ldap.exe \
109 $(OBJ)\test-utf8.exe
114 {$(OBJ)}.obj{$(OBJ)}.exe:
[all …]
/freebsd/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: $(OBJDIR) $(OBJS) $(OBJS3)
185 link.exe /out:wpasvc.exe $(LFLAGS) $(OBJS) $(OBJS3) $(LIBS)
187 wpa_cli.exe: $(OBJDIR) $(OBJS_c)
188 link.exe /out:wpa_cli.exe $(LFLAGS) $(OBJS_c) $(LIBS)
190 wpa_passphrase.exe: $(OBJDIR) $(OBJS_p)
191 link.exe /out:wpa_passphrase.exe $(LFLAGS) $(OBJS_p) $(LIBS)
[all …]
/freebsd/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 /main:T0Comp /res:T0\kern.t0,t0-kernel T0\*.cs
/freebsd/sbin/ipf/libipf/
H A Dsave_execute.c46 execute_opts_t *exe = ctx; in execute_print() local
48 printf("%s", exe->path); in execute_print()
55 execute_opts_t *exe = ctx; in execute_destroy() local
57 if (exe != NULL) in execute_destroy()
58 free(exe->path); in execute_destroy()
59 free(exe); in execute_destroy()
66 execute_opts_t *exe = ctx; in execute_send() local
69 fp = popen(exe->path, "w"); in execute_send()
/freebsd/cddl/usr.sbin/dtrace/tests/common/pid/
H A DMakefile46 err.D_PDESC_ZERO.badlib.exe \
47 err.D_PROC_CREATEFAIL.many.exe \
48 err.D_PROC_FUNC.badfunc.exe \
49 err.D_PROC_LIB.libdash.exe \
50 err.D_PROC_NAME.alldash.exe \
51 err.D_PROC_NAME.badname.exe \
52 err.D_PROC_NAME.globdash.exe \
53 err.D_PROC_OFF.toobig.exe \
54 tst.coverage.exe \
55 tst.emptystack.exe \
/freebsd/contrib/bc/scripts/
H A Dexec-install.sh61 for exe in $bindir/*; do
65 if [ -d "$exe" ]; then
69 base=$(basename "$exe")
71 if [ -L "$exe" ]; then
72 link=$(readlink "$exe")
75 "$INSTALL" -Dm 755 "$exe" "$installdir/$base$exec_suffix"
/freebsd/crypto/krb5/src/windows/ms2mit/
H A DMakefile.in13 MS2MIT=$(OUTPRE)ms2mit.exe
14 MIT2MS=$(OUTPRE)mit2ms.exe
16 MS2MITRES=$(MS2MIT:.exe=.res)
17 MIT2MSRES=$(MIT2MS:.exe=.res)
35 copy $(OUTPRE)ms2mit.exe $(DESTDIR)
36 copy $(OUTPRE)mit2ms.exe $(DESTDIR)
39 $(RM) $(OUTPRE)*.exe
/freebsd/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 msdos/pkt_rx1.S
97 msdos/bin2c.exe: msdos/bin2c.c
98 $(CC) $*.c -o $*.exe
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh.out2 tst.ufuncsort.exe`f_a 3
3 tst.ufuncsort.exe`f_b 1
4 tst.ufuncsort.exe`f_c 4
5 tst.ufuncsort.exe`f_d 2
6 tst.ufuncsort.exe`f_e 1
/freebsd/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/crypto/krb5/src/windows/
H A Dversion.rc126 #define K5_ORIGINAL_NAME "ccapiserver.exe\0"
133 #define K5_ORIGINAL_NAME "MIT Kerberos.exe\0"
151 #define K5_ORIGINAL_NAME "krb5.exe\0"
158 #define K5_ORIGINAL_NAME "gss.exe\0"
165 #define K5_ORIGINAL_NAME "ms2mit.exe\0"
172 #define K5_ORIGINAL_NAME "mit2ms.exe\0"
179 #define K5_ORIGINAL_NAME "kvno.exe\0"
186 #define K5_ORIGINAL_NAME "kpasswd.exe\0"
200 #define K5_ORIGINAL_NAME "kfwcpcc.exe\0"
207 #define K5_ORIGINAL_NAME "kcpytkt.exe\0"
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
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.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 &

12345678910