Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/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 [
11 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [
16 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
21 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [
26 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
31 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
36 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
41 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile53 fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
54 fasttrap/tst.stack.exe := LDLIBS += -ldtrace
56 sysevent/tst.post.exe := LDLIBS += -lsysevent
59 ustack/tst.bigstack.exe := COPTFLAG += -xO1
89 json/tst.usdt.exe: json/tst.usdt.o json/usdt.o
104 uctf/tst.aouttype.exe: uctf/tst.aouttype.c
118 uctf/tst.printtype.exe: uctf/tst.printtype.c
128 uctf/tst.libtype.exe:
140 $(LINK.c) -o usdt/tst.argmap.exe \
148 $(LINK.c) -o usdt/tst.forker.exe \
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dexecrate.sh20 : wrapper for .exe challenged win32 systems/commands
83 0) if test ! -x /bin/cat.exe
116 do if test -x $d/$1 -o -x $d/$1.exe
143 do if test "$f" -ef "$f".exe
144 then f=$f.exe
156 *.exe) ;;
157 *) if test "$f" -ef "$f".exe
158 then f=$f.exe
163 *.exe) if test -d "$2"
173 *) $CMD "$f" "$t".exe; exit ;;
H A Dmake.probe340 $cc $pic -o pic.$exe pic.$obj && test -f pic.$exe || {
342 $cc -o pic.$exe pic.$obj && test -f pic.$exe && continue
352 $cc -o pic1.$exe pic.$obj && test -f pic1.$exe
397 $cc $1 -o pic.$exe pic.$obj && test -f pic.$exe || {
399 $cc -o pic.$exe pic.$obj && test -f pic.$exe && continue
571 then z=`wc -c < export.exe; $size export.exe 2>/dev/null`
580 then y=`wc -c < export.exe; $size export.exe 2>/dev/null`
1726 exe=
1733 then exe=$i
1791 if $p/$c -o native.$exe doti.$src && ./native.$exe
[all …]
H A DC+probe45 exe=exe
280 do rm -f dynamic.$exe
285 $cc -L. -o dynamic.$exe dynamic.$obj -l$i && $executable dynamic.$exe
291 $cc -L. -o dynamic.$exe dynamic.$obj -l$i && $executable dynamic.$exe
307 $cc -L. -o dynamic.$exe dynamic.$obj && $executable dynamic.$exe
329 rm -f dynamic.$exe
330 if $cc -o dynamic.$exe dynamic.$obj 2>e && $executable dynamic.$exe
340 rm -f dynamic.$exe
354 rm -f dynamic.$exe
371 *) rm -f dynamic.$exe
[all …]
H A Diffe.sh2706 *) rm -f $tmp.exe
3428 rm -f ${tmp}s.exe
3440 rm -f ${tmp}s.exe
3447 rm -f ${tmp}s.exe
3487 rm -f $tmp.exe
3557 rm -f $tmp.exe
3566 rm -f $tmp.exe
3578 rm -f $tmp.exe
3681 rm -f $tmp.exe
4514 rm -f $tmp.exe
[all …]
/illumos-gate/usr/src/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Domitted1 tst note{ check for win32 .exe botches }end output{
40 if (cp("/bin/cat.exe", "foo.exe"))
47 if (cp("/bin/cat", "bam") || _access("bam.exe", X_OK))
52 if (_link("foo", "bar") || _access("bar.exe", X_OK))
56 cp("foo.exe", "bar.exe");
63 if (_rename("foo", "aha") || _access("aha.exe", X_OK))
66 _rename("foo.exe", "aha.exe");
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/
H A DMakefile33 all: ustack/tst.helper.exe ustack/tst.annotated.exe
35 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
36 $(LINK.c) -o ustack/tst.helper.exe \
43 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
44 $(LINK.c) -o ustack/tst.annotated.exe \
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-ksh.pkg18 This package installs a standalone ksh93 executable ksh93.exe
19 and its man page ksh93.1. If /bin/ksh.exe does not exist then
21 /bin/ksh.exe => ksh93.exe
24 e.g., /bin/pdksh.exe, to be selected by changing the ksh.exe
69 bin/ksh93.exe :INSTALL: bin/ksh.exe
72 if [ ! -e /bin/ksh.exe ]
73 then ln -fs ksh93.exe /bin/ksh.exe
75 else echo "/bin/ksh.exe already exists"
/illumos-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com47 EXES :sh= find . -name SCCS -prune -o \( -name *.exe -o -name \*.pl \) -print \
49 EXES += $(CSRCS:%.c=%.exe)
50 EXES += $(SSRCS:%.S=%.exe)
78 -$(RM) $(CSRCS:%.c=%.exe) $(CSRCS:%.c=%.o)
79 -$(RM) $(SSRCS:%.S=%.exe) $(SSRCS:%.S=%.o)
96 %.exe: %.c
100 %.exe: %.o
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.aouttype.ksh29 exe="tst.aouttype.exe"
31 elfdump "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.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 "./$exe" | grep -q '.SUNW_ctf'
34 echo "CTF does not exist in $exe, that's a bug" >&2
38 ./$exe &
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/
H A DMakefile33 ustack/tst.helper.exe := MAPFILE.NED=
35 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
36 $(LINK.c) -o ustack/tst.helper.exe \
43 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
44 $(LINK.c) -o ustack/tst.annotated.exe \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.bitfields.ksh39 exe="tst.bitfields.exe"
41 elfdump "./$exe" | grep -q '.SUNW_ctf'
43 echo "CTF does not exist in $exe, that's a bug" >&2
47 $dtrace -qs /dev/stdin -c "./$exe 0xe417 0x9391d7db" <<EOF
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Domitted.c702 static Exe_test_t* exe[16]; variable
712 if (fd >= 0 && fd < elementsof(exe) && exe[fd]) in close()
714 r = exe[fd]->test; in close()
715 exe[fd]->test = 0; in close()
721 if (!stat(exe[fd]->path, &st) && st.st_ino == exe[fd]->ino) in close()
724 sysrename(exe[fd]->path, buf); in close()
736 if (fd >= 0 && fd < elementsof(exe) && exe[fd] && exe[fd]->test < 0) in write()
770 …if (!suffix(path) && !fstat(fd, &st) && (exe[fd] || (exe[fd] = (Exe_test_t*)malloc(sizeof(Exe_test… in open()
772 exe[fd]->test = -1; in open()
773 exe[fd]->ino = st.st_ino; in open()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dproc_writes.ksh97 typeset exe=${pw_prog[$comb]}
115 printf "Running %s %s %s %s\n" $exe $dump $output $start
116 if ! $exe $dump $output $start $pw_bkpt; then
117 warn "$exe did not execute successfully"

123