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

/illumos-gate/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.
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c17 #include "e.h"
18 #include "e.def"
19 #include <locale.h>
35 void include(void);
156 include();
273 include(void) function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp.c27 #include <sys/cdefs.h>
36 #include <stand.h>
37 #include <string.h>
38 #include "bootstrap.h"
41 #include "ficl.h"
49 #include "linenoise/linenoise.h"
103 include("/boot/loader.rc");
105 include(rc);
141 COMMAND_SET(include, "include", "rea
186 include(const char *filename) function
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Dbart.h13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32 #include <stdio.h>
33 #include <stdlib.h>
34 #include <ctype.h>
35 #include <limits.h>
36 #include <sys/stat.h>
37 #include <strings.h>
38 #include <errno.h>
39 #include <fcnt
108 boolean_t include; member in struct:tree_modifier
[all...]
H A Drules.c13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25 #include <dirent.h>
26 #include <fnmatch.h>
27 #include <string.h>
28 #include "bart.h"
102 if (mod_ptr->include == B_TRUE)
122 if (mod_ptr->include == B_TRUE)
151 if (mod_ptr->include == B_FALSE)
153 } else if (mod_ptr->include
558 int include, is_dir; local
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38 #include <stdio.h>
39 #include <errno.h>
40 #include <stdlib.h>
41 #include <sys/types.h>
42 #include <time.h>
43 #include <string.h>
45 #include "parser.h"
46 #include "trac
487 char *include; local
974 char *include; local
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
42 #include <stdio.h>
43 #include <stdlib.h>
44 #include <string.h>
45 #include <strings.h>
46 #include <unistd.h>
47 #include <ctype.h>
48 #include <sys/types.h>
49 #include <sy
404 char *include; local
631 char *include; local
718 char *include; local
778 char *include; local
814 char *include; local
[all...]
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c27 #include <sys/types.h>
28 #include <sys/stat.h>
29 #include <fcntl.h>
30 #include <errno.h>
31 #include <stdlib.h>
32 #include <stdio.h>
33 #include <string.h>
34 #include <strings.h>
35 #include <limits.h>
36 #include <unist
1664 include(const char *filename) function
[all...]
/illumos-gate/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 83 milliseconds