Home
last modified time | relevance | path

Searched refs:compile (Results 26 – 50 of 176) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java115 public Program compile(String program, String ... macroArgs) in compile() method
150 public Program compile(File program, String ... macroArgs) in compile() method
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.in226 mostlyclean-compile:
229 distclean-compile:
361 distclean-am: clean-am distclean-compile distclean-generic \
391 mostlyclean-am: mostlyclean-compile mostlyclean-generic
404 clean-noinstLIBRARIES ctags distclean distclean-compile \
410 maintainer-clean-generic mostlyclean mostlyclean-compile \
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A DMakefile.in233 mostlyclean-compile:
236 distclean-compile:
376 distclean-am: clean-am distclean-compile distclean-generic \
405 mostlyclean-am: mostlyclean-compile mostlyclean-generic
418 clean-noinstPROGRAMS ctags distclean distclean-compile \
425 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java51 consumer.compile(kernelLookupProgram); in main()
88 consumer.compile(userLookupProgram); in main()
H A DTestStateMachine.java71 consumer.compile("syscall:::entry"); in beforeOpen()
317 consumer.compile("syscall:::entry"); in afterGo()
427 consumer.compile("syscall:::entry"); in afterClose()
600 program = consumer.compile( in main()
H A DTestGetAggregate.java179 consumer.compile(programString); in startIncludedTest()
213 consumer.compile(programString); in startClearedTest()
H A DTestStopLock.java47 consumer.compile("syscall:::entry { @[execname] = count(); } " + in main()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.in253 mostlyclean-compile:
256 distclean-compile:
390 distclean-am: clean-am distclean-compile distclean-generic \
420 mostlyclean-am: mostlyclean-compile mostlyclean-generic
433 clean-sbinPROGRAMS ctags distclean distclean-compile \
439 maintainer-clean-generic mostlyclean mostlyclean-compile \
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCmtBlk.py68 StartRE = re.compile(r'^[%s ]*%s' % (CmntChrs, StartText))
69 EndRE = re.compile(r'^[%s ]*%s' % (CmntChrs, EndText))
/illumos-gate/usr/src/grub/grub-0.97/util/
H A DMakefile.in283 mostlyclean-compile:
286 distclean-compile:
421 distclean-am: clean-am distclean-compile distclean-generic \
451 mostlyclean-am: mostlyclean-compile mostlyclean-generic
465 clean-generic ctags distclean distclean-compile \
472 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java200 private static final Pattern pattern = Pattern.compile(
393 private static final Pattern pattern = Pattern.compile(
546 private static final Pattern pattern = Pattern.compile(
/illumos-gate/usr/src/cmd/expr/
H A Dmapfile-intf42 # expr provides its own versions of advance, compile, and step - define
47 compile { FLAGS = INTERPOSE };
/illumos-gate/usr/src/cmd/vi/port/
H A Dinc.flg28 echo_file usr/src/cmd/expr/compile.c
/illumos-gate/usr/src/cmd/ed/
H A Dinc.flg28 echo_file usr/src/cmd/expr/compile.c
/illumos-gate/usr/src/cmd/nl/
H A Dinc.flg29 echo_file usr/src/cmd/expr/compile.c
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt55 generic compile. It is often best to create the table from scratch,
63 Simple tables do not require a compile routine. The definition of the
66 Complex tables with subtables will require a compile routine with a name
/illumos-gate/usr/src/man/man7/
H A DMakefile180 compile.7 \
205 compile.7 := LINKSRC = regexp.7
/illumos-gate/usr/src/lib/libadm/common/
H A Dregexp.c45 #define compile __compile macro
/illumos-gate/usr/src/grub/grub-0.97/
H A DINSTALL48 You should not need Automake just to compile GRUB, but you will need
68 If you need to do unusual things to compile the package, please try to
82 The simplest way to compile this package is:
93 2. Type `make' to compile the package.
103 files that `configure' created (so you can compile the package for
114 You can compile the package for more than one kind of computer at the
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwait2 tst ok_wif sys/types.h sys/wait.h note{ posix wait macros ok }end compile{
/illumos-gate/usr/src/cmd/sed/
H A Dextern.h50 void compile(void);
H A DMakefile19 OBJS= main.o compile.o misc.o process.o
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestAPI.java54 consumer.compile(file, macroArgs); in main()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs29 # interpreter at compile time.
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c72 ERROR: do not compile with CI_LAST < CI_DATA
75 ERROR: do not compile with CI_LAST < CI_EOM
78 ERROR: do not compile with CI_LAST < CI_EOH
81 ERROR: do not compile with CI_LAST < CI_ENVRCPT
84 ERROR: do not compile with CI_LAST < CI_ENVFROM
87 ERROR: do not compile with CI_LAST < CI_HELO
90 ERROR: do not compile with CI_LAST < CI_CONNECT
93 ERROR: do not compile with CI_LAST >= MAX_MACROS_ENTRIES

12345678