Searched defs:exe (Results 1 - 5 of 5) sorted by relevance

/illumos-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 \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile52 fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
53 fasttrap/tst.stack.exe := LDLIBS += -ldtrace
55 sysevent/tst.post.exe := LDLIBS += -lsysevent
56 sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
58 ustack/tst.bigstack.exe := COPTFLAG += -xO1
65 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
73 nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS)
78 pid/tst.gcc.exe: pid/tst.gcc.c
79 $(GCC) -o pid/tst.gcc.exe pid/tst.gcc.c $(LDFLAGS) $(LDLIBS)
92 json/tst.usdt.exe
[all...]
/illumos-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))
/illumos-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...]
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1045 build_daemon_list(char *cf_file, int exe) argument
1067 if (exe) {
1117 if (exe)
1160 int exe = 0; local
1231 exe = 1;
1307 build_daemon_list(cp, exe);

Completed in 61 milliseconds