Searched defs:include (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregateSpec.java13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
57 setIncludeByDefault(boolean include) argument
59 if (include) {
77 * Specifies which aggregations to include in an aggregate snapshot.
/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c16 #include <sendmail.h>
843 "550 Cannot mail directly to :include:s");
850 ret = include(new->q_user, false, new,
856 "include %s: transient error: %s",
1380 ** INCLUDE -- handle :include: specification.
1383 ** fname -- filename to include.
1385 ** if false, it's a :include: file.
1398 ** reads the :include: file and sends to everyone
1404 ** and files called from this :include: file to be to be
1405 ** run as the owner of the :include
1418 include(fname, forwarding, ctladdr, sendq, aliaslevel, e) function
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c7 ** single file to make it easy to include LEMON in the source tree
12 #include <stdio.h>
13 #include <stdarg.h>
14 #include <string.h>
15 #include <ctype.h>
16 #include <stdlib.h>
248 char *include; /* Code to put at the start of the C file */ member in struct:lemon
249 int includeln; /* Line number for start of include code */
1363 lem.name = lem.include = lem.arg = lem.tokentype = lem.start = 0;
2112 }else if( strcmp(x,"include")
[all...]

Completed in 38 milliseconds