Searched defs:decl (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_decl.c | 134 inj_decl_destroy(inj_decl_t *decl) in inj_decl_destroy() 153 inj_decl_t *decl = inj_zalloc(sizeof (inj_decl_t)); in inj_decl_create() local 167 inj_decl_addmem(inj_decl_t *decl, inj_declmem_t *dlm) in inj_decl_addmem() 193 inj_decl_validate_event(inj_decl_t *decl) in inj_decl_validate_event() 208 inj_decl_validate_fmri(inj_decl_t *decl) in inj_decl_validate_fmri() 229 inj_decl_validate_nop(inj_decl_t *decl) in inj_decl_validate_nop() 235 inj_decl_finish(inj_decl_t *decl, const char *name, inj_itemtype_t type) in inj_decl_finish()
|
H A D | inj_defn.c | 795 inj_decl_t *decl = inj_decl_lookup(declnm, type); in inj_defn_finish() local
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | cdefs.h | 90 # define SM_UNUSED(decl) decl argument 92 # define SM_UNUSED(decl) decl __attribute__((__unused__)) argument 95 # define SM_UNUSED(decl) decl argument
|
/titanic_44/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 747 emit_inline(int indent, declaration *decl, int flag) in emit_inline() 772 emit_inline64(int indent, declaration *decl, int flag) in emit_inline64() 797 emit_single_in_line(int indent, declaration *decl, int flag, relation rel) in emit_single_in_line() 844 emit_single_in_line64(int indent, declaration *decl, int flag, relation rel) in emit_single_in_line64()
|
H A D | rpc_hout.c | 205 declaration *decl; in puniondef() local
|
H A D | rpc_parse.h | 100 declaration decl; member
|
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 1022 struct node *decl; in dodecl() local 1084 struct node *decl; in tree_decl() local
|
/titanic_44/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 490 char *decl; in do_type() local
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2303 int decl = (nl&2); in sh_trace() local
|