/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_parse.h | 90 struct declaration { struct 97 typedef struct declaration declaration; argument 100 declaration decl; 115 declaration case_decl; 121 declaration enum_decl; 123 declaration *default_decl;
|
H A D | rpc_cout.c | 57 static void print_stat(int, declaration *); 58 static void emit_inline(int, declaration *, int); 59 static void emit_inline64(int, declaration *, int); 60 static void emit_single_in_line(int, declaration *, int, relation); 61 static void emit_single_in_line64(int, declaration *, int, relation); 316 declaration *dflt; in emit_union() 318 declaration *cs; in emit_union() 436 inline_type(declaration *dc, int *size) in inline_type() 455 arraysize(char *sz, declaration *dc, int elsize) in arraysize() 732 print_stat(int indent, declaration *dec) in print_stat() [all …]
|
H A D | rpc_parse.c | 60 static void get_declaration(declaration *, defkind); 61 static void get_prog_declaration(declaration *, defkind, int); 137 check_self_reference(const char *name, const declaration *decp, int first) in check_self_reference() 161 is_self_reference(definition *defp, declaration *decp) in is_self_reference() 163 declaration current; in is_self_reference() 248 declaration dec; in def_struct() 287 declaration dec; in def_program() 434 declaration dec; in def_union() 487 defp->def.un.default_decl = calloc(1, sizeof (declaration)); in def_union() 553 declaration dec; in def_typedef() [all …]
|
H A D | rpc_hout.c | 48 extern void pdeclaration(char *, declaration *, int, char *); 205 declaration *decl; in puniondef() 484 pdeclaration(char *name, declaration *dec, int tab, char *separator) in pdeclaration()
|
H A D | rpc_clntout.c | 47 extern void pdeclaration(char *, declaration *, int, char *);
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | inline.c | 335 newstmt->declaration = NULL; in copy_one_statement() 336 FOR_EACH_PTR(stmt->declaration, sym) { in copy_one_statement() 340 add_symbol(&newstmt->declaration, newsym); in copy_one_statement() 556 decl->declaration = arg_decl; in inline_function()
|
H A D | smatch_scope.c | 51 FOR_EACH_PTR(tmp->declaration, sym) { in match_end_of_block()
|
H A D | parse.h | 53 struct symbol_list *declaration; member
|
H A D | check_unreachable.c | 160 print_unreached_initializers(stmt->declaration); in unreachable_stmt()
|
H A D | dissect.c | 475 do_sym_list(stmt->declaration); in do_statement()
|
H A D | linearize.c | 2035 concat_symbol_list(args->declaration, &ep->syms); in linearize_inlined_call() 2036 FOR_EACH_PTR(args->declaration, sym) { in linearize_inlined_call() 2172 concat_symbol_list(stmt->declaration, &ep->syms); in linearize_declaration() 2174 FOR_EACH_PTR(stmt->declaration, sym) { in linearize_declaration()
|
H A D | show-parse.c | 586 show_symbol_decl(stmt->declaration); in show_statement()
|
H A D | expand.c | 1211 FOR_EACH_PTR(stmt->declaration, sym) { in expand_statement()
|
H A D | smatch_flow.c | 1090 split_declaration(stmt->declaration); in __split_stmt()
|
H A D | compile-i386.c | 2001 x86_symbol_decl(stmt->declaration); in x86_statement()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | TYPES | 17 where definition contains assignment commands, declaration commands, 18 and function definitions. A declaration command (for example typeset, 59 When a type is defined, a declaration built-in command by this name 66 Since Pt_t is now a declaration command it can be used in the definition
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 164 %type <l_node> declaration 244 | declaration 611 declaration: declaration_specifiers ';' {
|
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | ndrtypes.ndl | 134 * CASE_INFO_ENT is intended to simplify the declaration of the case
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 119 %type <d_val> declaration 128 %start declaration 136 declaration
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 38 ehlo SIZE Message size declaration [RFC1870]
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 831 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE) 909 - Add OF to inflateBackEnd() declaration in zlib.h 1064 - Fix const declaration for gzwrite() 1214 the declaration of FAR (Gilles VOllant) 1446 - workaround Borland C bug in declaration of inflate_codes_new & inflate_fast
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/ |
H A D | mpi2_history.txt | 357 * Changed declaration of ConnectorName in PCIe DevicePage0
|
/illumos-gate/usr/src/lib/ |
H A D | README.mapfiles | 134 Each of these sections is a version declaration describing an ABI version of
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 1182 @ MSG_MAP_DIFF_SNGLDIR "singleton scope and direct declaration are \ 1184 @ MSG_MAP_DIFF_PROTNDIR "protected scope and no-direct declaration \
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | srvsvc.ndl | 1414 * code. Thus, this output declaration is only valid in this
|