| /onnv/onnv-gate/usr/src/cmd/eqn/ |
| lex.c | 17 #include "e.h" 18 #include "e.def" 19 #include <locale.h> 35 void include(void); 155 else if (tp->defn == (char *)INCLUDE) 156 include(); 273 include(void) function 275 error(!FATAL, gettext("Include not yet implemented"));
|
| /onnv/onnv-gate/usr/src/cmd/bart/ |
| bart.h | 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 35 #include <stdio.h> 36 #include <stdlib.h> 37 #include <ctype.h> 38 #include <limits.h> 39 #include <sys/stat.h> 40 #include <strings.h> 41 #include <errno.h> 42 #include <fcntl.h 107 int include; member in struct:tree_modifier [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| recipient.c | 16 #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", 1418 include(fname, forwarding, ctladdr, sendq, aliaslevel, e) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| trace.c | 14 * 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 "trace.h 487 char *include; local 974 char *include; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| dhcptab.c | 51 #include <stdio.h> 52 #include <stdlib.h> 53 #include <string.h> 54 #include <ctype.h> 55 #include <errno.h> 56 #include <assert.h> 57 #include <stdarg.h> 58 #include <sys/types.h> 59 #include <sys/byteorder.h> 60 #include <sys/stat.h 486 char include[DHCP_SCRATCH + 1]; local 717 char include[DHCP_SCRATCH + 1]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcgen/ |
| rpc_main.c | 13 * 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 <sys/param.h 404 char *include; local 631 char *include; local 718 char *include; local 778 char *include; local 814 char *include; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/generic/ |
| SGMLApplication.h | 12 #include <stddef.h> 198 include, enumerator in enum:SGMLApplication::MarkedSectionStartEvent::Status 207 include, enumerator in enum:SGMLApplication::MarkedSectionStartEvent::Param::Type 223 include, enumerator in enum:SGMLApplication::MarkedSectionEndEvent::Status
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_groups.c | 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 37 #include "mt.h" 38 #include <syslog.h> /* ==== Is it really our place to syslog() things? */ 39 #include <string.h> 40 #include <stdlib.h> 41 #include <sys/time.h> 43 #include <rpcsvc/nis.h> 44 #include <stdio.h> 45 #include "nis_local.h 406 g_varieties include; \/* Semantics are "in(include) *\/ member in struct:g_entry [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| Event.h | 11 #include "Link.h" 12 #include "Allocator.h" 13 #include "Location.h" 14 #include "Vector.h" 15 #include "Owner.h" 16 #include "Boolean.h" 17 #include "types.h" 18 #include "Ptr.h" 19 #include "StringC.h" 20 #include "Notation.h 591 enum Status { include, rcdata, cdata, ignore }; \/\/ in priority order enumerator in enum:SP_NAMESPACE::MarkedSectionEvent::Status [all...] |
| /onnv/onnv-gate/usr/src/lib/libsqlite/tool/ |
| lemon.c | 7 ** 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 */ [all...] |