Home
last modified time | relevance | path

Searched full:exe (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/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
36 # bench.exe bench_cascade.exe bench_http.exe bench_httpclient.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
[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
36 # bench.exe bench_cascade.exe bench_http.exe bench_httpclient.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
[all …]
/freebsd/contrib/bc/tests/
H A Dhistory.py142 # @param exe The executable.
146 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')
183 # @param exe The executable.
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, arg
233 test_utf8_3(exe, args, env, bc=True) global() argument
237 test_utf8_4(exe, args, env, bc=True) global() argument
245 test_sigint_sigquit(exe, args, env) global() argument
277 test_eof(exe, args, env) global() argument
311 test_sigint(exe, args, env) global() argument
345 test_sigtstp(exe, args, env) global() argument
389 test_sigstop(exe, args, env) global() argument
432 test_bc_utf8_0(exe, args, env) global() argument
436 test_bc_utf8_1(exe, args, env) global() argument
440 test_bc_utf8_2(exe, args, env) global() argument
444 test_bc_utf8_3(exe, args, env) global() argument
448 test_bc_utf8_4(exe, args, env) global() argument
456 test_bc1(exe, args, env) global() argument
488 test_bc2(exe, args, env) global() argument
521 test_bc3(exe, args, env) global() argument
561 test_bc4(exe, args, env) global() argument
604 test_bc5(exe, args, env) global() argument
633 test_bc6(exe, args, env) global() argument
666 test_bc7(exe, args, env) global() argument
718 test_bc8(exe, args, env) global() argument
749 test_bc9(exe, args, env) global() argument
793 test_bc10(exe, args, env) global() argument
837 test_bc11(exe, args, env) global() argument
872 test_bc12(exe, args, env) global() argument
904 test_dc_utf8_0(exe, args, env) global() argument
908 test_dc_utf8_1(exe, args, env) global() argument
912 test_dc_utf8_2(exe, args, env) global() argument
916 test_dc_utf8_3(exe, args, env) global() argument
920 test_dc_utf8_4(exe, args, env) global() argument
928 test_dc1(exe, args, env) global() argument
959 test_dc2(exe, args, env) global() argument
991 test_dc3(exe, args, env) global() argument
1107 exe = sys.argv[idx] global() variable
1109 exe = testdir + "/../bin/" + exedir global() variable
1125 exe = [ exe, sys.argv[idx + 1:], options ] global() variable
1127 exe = [ exe, options ] global() variable
[all...]
H A Dother.sh66 exe="$testdir/../bin/$d"
67 check_exec_arg "$exe"
69 exe="$1"
71 check_exec_arg "$exe"
115 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" > /dev/null 2>&1
122 printf '%s\n' "quit" 2> /dev/null | "$exe" "$@" > /dev/null 2>&1
126 two=$("$exe" "$@" -e 1+1 -e quit)
137 base=$(basename "$exe")
145 printf 's(.02893)\n' 2> /dev/null | "$exe" "$@" > /dev/null
149 printf 'halt\n' 2> /dev/null | "$exe" "
[all...]
H A Dall.sh115 exe="$testdir/../bin/$d"
116 check_exec_arg "$exe"
118 exe="$1"
120 check_exec_arg "$exe"
158 sh "$testdir/test.sh" "$d" "$t" "$generate_tests" "$time_tests" "$exe" "$@" &
161 sh "$testdir/test.sh" "$d" "$t" "$generate_tests" "$time_tests" "$exe" "$@"
168 sh "$testdir/stdin.sh" "$d" "$exe" "$@" &
171 sh "$testdir/stdin.sh" "$d" "$exe" "$@"
177 "$time_tests" "$exe" "$@" &
181 "$time_tests" "$exe" "
[all...]
H A Dread.sh46 printf 'usage: %s dir [exe [args...]]\n' "$script"
64 exe="$1"
66 check_exec_arg "$exe"
68 exe="$testdir/../bin/$d"
69 check_exec_arg "$exe"
85 exebase=$(basename "$exe")
115 printf '%s\n%s\n' "$read_call" "$line" | "$exe" "$@" "$options" > "$out"
127 printf '%s\n' "$read_multiple" | "$exe" "$@" "$options" -e "$read_call" -e "$read_call" -e "$read_call" > "$out"
137 printf '%s\n%s\n' "$read_call" "$line" | "$exe" "$@" "$options" 2> "$out" > /dev/null
150 printf '%s\n' "$read_test" | "$exe" "
[all...]
H A Dstdin.sh47 printf 'usage: %s dir [exe [args...]]\n' "$0"
65 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 Derrors.sh60 exe="$testdir/../bin/$d"
61 check_exec_arg "$exe"
63 exe="$1"
65 check_exec_arg "$exe"
82 exebase=$(basename "$exe")
101 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" -e "1+1" -f- -e "2+2" 2> "$out" > /dev/null
106 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" -e "1+1" -f- -f "$testdir/$d/decimal.txt" 2> "$out" > /dev/null
126 printf '%s\n' "$line" 2> /dev/null | "$exe" "$@" "-lw" 2> "$out" > /dev/null
153 printf '%s\n' "$line" 2> /dev/null | "$exe" "$@" "$options" 2> "$out" > /dev/null
H A Dhistory.sh43 printf 'usage: %s dir -a|idx [exe args...]\n' "$script"
79 # exe is the executable to run.
80 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/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/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/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/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 …]
H A DREADME-Windows.txt106 additional tool, win_if_list.exe, can be built by running "make
121 # the wpa_gui.exe binary is created into 'release' subdirectory
130 version of wpa_supplicant, wpasvc.exe, which can be used as a Windows
141 format. win_if_list.exe can be used to find out the proper interface
146 # win_if_list.exe
163 # wpa_supplicant.exe -i'{769E012B-FD17-4935-A5E3-8090C38E25D2}' -c wpa_supplicant.conf -d
171 # wpa_supplicant.exe -iAtheros -c wpa_supplicant.conf -d
191 wpa_cli.exe and wpa_gui.exe can be used to interact with the
192 wpa_supplicant.exe program in the same way as with Linux. Note that
245 Starting wpa_supplicant as a Windows service (wpasvc.exe)
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_test.cc73 const char* argv[] = {"foo.exe", nullptr}; in TEST()
75 const char* new_argv[] = {"foo.exe", nullptr}; in TEST()
81 const char* argv[] = {"foo.exe", "--gmock_verbose=info", nullptr}; in TEST()
83 const char* new_argv[] = {"foo.exe", nullptr}; in TEST()
90 const wchar_t* argv[] = {L"foo.exe", L"--gmock_verbose=info", in TEST()
93 const wchar_t* new_argv[] = {L"foo.exe", nullptr}; in TEST()
102 const char* argv[] = {"foo.exe", "--non_gmock_flag=blah", nullptr}; in TEST()
104 const char* new_argv[] = {"foo.exe", "--non_gmock_flag=blah", nullptr}; in TEST()
110 const char* argv[] = {"foo.exe", "--non_gmock_flag=blah", in TEST()
113 const char* new_argv[] = {"foo.exe", "--non_gmock_flag=blah", nullptr}; in TEST()
[all …]
/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/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/contrib/bc/vs/
H A Dbc.vcxproj117 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
141 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
161 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
185 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
213 …|$(Platform)'=='Debug|Win32'">cl.exe /I..\include /DBC_ENABLE_LIBRARY=0 /Fo:$(OutDir)strgen.obj /F…
214 … <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)strgen.exe</Outputs>
215 …(Platform)'=='Release|Win32'">cl.exe /I..\include /DBC_ENABLE_LIBRARY=0 /Fo:$(OutDir)strgen.obj /F…
216 … <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)strgen.exe</Outputs>
217 …n)|$(Platform)'=='Debug|x64'">cl.exe /I..\include /DBC_ENABLE_LIBRARY=0 /Fo:$(OutDir)strgen.obj /F…
218 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)strgen.exe</Outputs>
[all …]
/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/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/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/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk7 FILESGROUPS+= ${TESTGROUP}EXE
9 ${TESTGROUP}EXE= ${TESTEXES}
28 PROGS= ${CFILES:T:S/.c$/.exe/g}
30 SRCS.${prog}+= ${prog:S/.exe$/.c/}
32 .if exists(${prog:S/^tst.//:S/.exe$/.d/})
33 SRCS.${prog}+= ${prog:S/^tst.//:S/.exe$/.d/}
/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/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 &

12345678910>>...18