Searched refs:PROGRAM (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-functions.sh30 PROGRAM=`basename $0`
31 if [ -n "$HALD_UNAME_S" -a -x ./$HALD_UNAME_S/$PROGRAM-$HALD_UNAME_S ]; then
32 ./$HALD_UNAME_S/$PROGRAM-$HALD_UNAME_S $@
41 PROGRAM=`basename $0`
42 if [ -n "$HALD_UNAME_S" -a -x ./$HALD_UNAME_S/$PROGRAM-$HALD_UNAME_S ]; then
43 exec ./$HALD_UNAME_S/$PROGRAM-$HALD_UNAME_S $@
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.h51 * int descriptor: 8; OTHER=0, INPUT or PROGRAM.
67 #define PROGRAM (2 << 8) macro
81 errlog(FATAL|PROGRAM, string); \
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
H A Ddepcomp37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
H A Dconfigure839 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
/illumos-gate/usr/src/cmd/print/printer-info/
H A DMakefile51 $(PROGRAM): $(OBJECTS)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java39 public static final String PROGRAM = field in class:TestProbeData
103 consumer.compile(PROGRAM);
H A DTestDrop.java35 static final String PROGRAM = field in class:TestDrop
156 consumer.compile(PROGRAM);
H A DTestBean.java542 final String PROGRAM = "syscall:::entry { @[execname] = count(); }";
547 p = consumer.compile(PROGRAM);
559 final String PROGRAM = "syscall:::entry { @[execname] = count(); }";
564 out.write(PROGRAM.getBytes(), 0, PROGRAM.length());
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c75 errlog(FATAL|PROGRAM, "programmer error: tried to add to "
88 errlog(FATAL|PROGRAM, "out of memory extending a "
195 errlog(FATAL|PROGRAM, "out of memory allocating a "
202 errlog(FATAL|PROGRAM, "out of memory reallocating"
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c39 { PROGRAM, "program", XNULL},
H A Dawk.g.y44 %token PROGRAM PASTAT PASTAT2
83 winner = (NODE *)stat3(PROGRAM, $1, $2, $3); }
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c41 { PROGRAM, "program", NULL },
H A Dawk.g.y60 %token <p> PROGRAM PASTAT PASTAT2 XBEGIN XEND
109 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); }
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_hout.c62 PROGRAM, enumerator in enum:rpc_gvc
236 case PROGRAM:
285 puldefine(def->def_name, def->def.pr.prog_num, PROGRAM);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man227 my $PROGRAM = uc $program;
473 .TH $PROGRAM "$section" "$date" "$package $version" FSF

Completed in 82 milliseconds