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

12

/opensolaris-onvv-gate/usr/src/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
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Dmakefile.bc16 .obj.exe:
17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
21 # "make clean": use a directory containing only libdes .exe and .obj files...
23 del *.exe
45 destest.exe: destest.obj libdes.lib
46 rpw.exe
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/sparc/
H A DMakefile35 all: ustack/tst.helper.exe ustack/tst.annotated.exe
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
46 $(LINK.c) -o ustack/tst.annotated.exe \
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/i386/
H A DMakefile35 ustack/tst.helper.exe := MAPFILE.NED=
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
46 $(LINK.c) -o ustack/tst.annotated.exe \
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.ksh42 ./tst.forker.exe &
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile42 fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
43 fasttrap/tst.stack.exe := LDLIBS += -ldtrace
45 sysevent/tst.post.exe := LDLIBS += -lsysevent
46 sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
48 ustack/tst.bigstack.exe := COPTFLAG += -xO1
55 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
63 nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS)
68 pid/tst.gcc.exe: pid/tst.gcc.c
69 $(GCC) -o pid/tst.gcc.exe pid/tst.gcc.c $(LDFLAGS)
72 usdt/tst.args.exe
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com48 EXES :sh= find . -name SCCS -prune -o \( -name *.exe -o -name \*.pl \) -print \
50 EXES += $(CSRCS:%.c=%.exe)
51 EXES += $(SSRCS:%.s=%.exe)
64 -$(RM) $(CSRCS:%.c=%.exe) $(CSRCS:%.c=%.o)
65 -$(RM) $(SSRCS:%.s=%.exe) $(SSRCS:%.s=%.o)
82 %.exe: %.c
86 %.exe: %.o
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh48 $dtrace -c ./tst.ufuncsort.exe -s /dev/stdin <<EOF
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh31 ./tst.retlist.exe&
/opensolaris-onvv-gate/usr/src/tools/tokenize/
H A Dtokenize.sh37 # Get tokenizer.exe and forth_preload.so.1
52 ${mypath}/forth ${mypath}/tokenize.exe \
H A DMakefile27 BINARIES= forth_preload.so.1 forth tokenize.exe
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DEmbed.t25 my $exe = 'embed_test';
26 $exe .= $Config{'exe_ext'} unless $skip_exe; # Linker will auto-append it
50 push(@cmd2,$Config{'ld'}, $Config{'ldflags'}, "/exe=$exe");
55 push(@cmd,$cc,"-Fe$exe");
58 push(@cmd,$cc,"-o$exe");
61 push(@cmd,$cc,'-o' => $exe);
132 my $embed_test = File::Spec->catfile(File::Spec->curdir, $exe);
133 $embed_test = "run/nodebug $exe" if $^O eq 'VMS';
137 unlink($exe,"embed_tes
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL144 my $exe = "u32align$Config{exe_ext}";
145 $cc_cmd .= " -o $exe";
150 unlink("u32align.c", $exe, "u32align$Config{obj_ext}");
154 $rc = system("./$exe");
155 unlink("u32align.c", $exe, "u32align$Config{obj_ext}");
/opensolaris-onvv-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c107 char exe[PATH_MAX]; local
172 sfsprintf(exe, sizeof(exe), "lib/%s/%s", probe, probe);
178 dirs = pathcat(path, dir, ':', "..", exe);
192 strcpy(exe, path);
286 *ap++ = exe;
295 if (procrun(exe, arg, 0))
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Domitted.c53 * (1) .exe suffix inconsistencies
113 snprintf(buf, size, "%s.exe", path);
115 strcpy(s, ".exe");
241 snprintf(buf, sizeof(buf), "%s.exe", path);
619 static Exe_test_t* exe[16]; variable
629 if (fd >= 0 && fd < elementsof(exe) && exe[fd])
631 r = exe[fd]->test;
632 exe[fd]->test = 0;
633 if (r > 0 && !fstat(fd, &st) && st.st_ino == exe[f
[all...]
H A Dconf.sh130 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe
152 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1
153 then if ./$tmp.exe
1125 *) $cc $a -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe > $tmp.x 2>/dev/null
1269 *) $cc $a -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe > $tmp.x 2>/dev/null
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl470 my $exe;
474 $exe = '';
476 $exe = $Config{_exe};
478 $exe = '' unless defined $exe;
484 if ($Perl =~ /^perl\Q$exe\E$/i) {
485 my $perl = "perl$exe";
498 if ($Perl !~ /\Q$exe\E$/i) {
499 $Perl .= $exe;
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl276 $exe = "$dir/$base.exe";
280 -x $exe || $isksh || -x $fullname)) {
290 if (!$isksh && -x $exe) {
293 "ERROR: failed to fork to run $exe: $!\n");
300 exec($exe);
302 warn "ERROR: failed to exec $exe: $!\n";
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh40 $dtrace -o $file -c $dir/tst.spin.exe -s /dev/stdin <<EOF
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToRtf.pm24 my $rtf_pager = $ENV{'RTFREADER'} || 'write.exe';
55 the output will be opened with F<write.exe> or whatever program is
58 double-click them, you would do C<set RTFREADER=start.exe> in your
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm443 It is largely compatible with perlglob.exe (the M$ setargv.obj
455 C<glob('*.exe *.dll')> globs all filenames that end in C<.exe>
548 10 times faster than using perlglob.exe, and using perlglob.bat is
549 only twice as slow as perlglob.exe (GSAR 28-MAY-97)
553 Several cleanups prompted by lack of compatible perlglob.exe
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dinstallperl174 push(@scripts, map("$_.exe", @scripts));
388 safe_unlink("$installbin/$perl.exe");
389 copy("perl.exe", "$installbin/$perl.exe");
/opensolaris-onvv-gate/exception_lists/
H A Dcheck_rtime66 EXEC_DATA ^opt/SUNWdtrt/tst/.*/ustack/tst\.helper\.exe$
139 UNUSED_RPATH /usr.*\ from\ .*tst\.gcc\.exe # gcc built
202 NOSYMSORT opt/SUNWdtrt/tst/common/pid/tst.weak2.exe # DTrace test
/opensolaris-onvv-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1047 build_daemon_list(char *cf_file, int exe) argument
1069 if (exe) {
1119 if (exe)
1162 int exe = 0; local
1233 exe = 1;
1309 build_daemon_list(cp, exe);

Completed in 148 milliseconds

12