| /src/tests/usr.bin/xlint/lint1/ |
| msg_024.c | 11 definition(void) function 18 function fn = definition;
|
| msg_052.c | 9 /* expect+1: warning: function definition for 'definition' with identifier list is obsolete in C23 [384] */ 10 definition(i)
|
| msg_044.c | 13 void definition(void) { function
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DerivedMetrics.h | 28 class definition; 35 definition *add_definition (char *_name, char *_username, char *_def); 39 double eval_one_item (definition *def, int *map, double *values); 41 void fill_dependencies (definition *def, int *vec); 42 Vector<definition*> *get_dependencies (definition *def); 44 Vector<definition*> * 51 Vector<definition*> *items;
|
| DerivedMetrics.cc | 33 class definition class 36 definition(); 37 ~definition(); 41 definition *arg1; 42 definition *arg2; 46 definition::definition () function in class:definition 52 definition::~definition () 60 items = new Vector<definition*>; [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DerivedMetrics.h | 28 class definition; 35 definition *add_definition (char *_name, char *_username, char *_def); 39 double eval_one_item (definition *def, int *map, double *values); 41 void fill_dependencies (definition *def, int *vec); 42 Vector<definition*> *get_dependencies (definition *def); 44 Vector<definition*> * 51 Vector<definition*> *items;
|
| DerivedMetrics.cc | 33 class definition class 36 definition(); 37 ~definition(); 41 definition *arg1; 42 definition *arg2; 46 definition::definition () function in class:definition 52 definition::~definition () 60 items = new Vector<definition*>; [all...] |
| /src/usr.bin/rpcgen/ |
| rpc_util.h | 45 definition *val; 107 definition *findval(list *, const char *, 108 int (*)(definition *, const char *)); 109 void storeval(list **, definition *); 130 void emit(definition *); 139 void print_datadef(definition *); 140 void print_progdef(definition *); 141 void print_funcdef(definition *, int *); 175 void write_sample_svc(definition *); 176 int write_sample_clnt(definition *); [all...] |
| rpc_parse.h | 145 struct definition { struct 157 typedef struct definition definition; typedef in typeref:struct:definition 159 definition *get_definition(void);
|
| rpc_hout.c | 55 static void pconstdef(definition *); 56 static void pargdef(definition *); 57 static void pstructdef(definition *); 58 static void puniondef(definition *); 62 static void pprogramdef(definition *); 63 static void penumdef(definition *); 64 static void ptypedef(definition *); 70 * Print the C-version of an xdr definition 73 print_datadef(definition *def) 105 print_progdef(definition *def [all...] |
| rpc_tblout.c | 71 static void write_table(definition *); 78 definition *def; 82 def = (definition *) l->val; 90 write_table(definition *def)
|
| rpc_util.c | 80 static int findit(definition *, const char *); 82 static int typedefed(definition *, const char *); 106 definition * 107 findval(list *lst, const char *val, int (*cmp)(definition *, const char *)) 121 storeval(list **lstp, definition *val) 135 findit(definition *def, const char *type) 143 definition *def; 145 def = (definition *) FINDVAL(defined, type, findit); 196 typedefed(definition *def, const char *type) 208 definition *def [all...] |
| rpc_cout.c | 57 static int findtype(definition *, const char *); 60 static void print_header(definition *); 69 static void emit_enum(definition *); 70 static void emit_program(definition *); 71 static void emit_union(definition *); 72 static void emit_struct(definition *); 73 static void emit_typedef(definition *); 77 * Emit the C-routine for the given definition 80 emit(definition *def) 123 findtype(definition *def, const char *type [all...] |
| rpc_parse.c | 59 static void isdefined(definition *); 60 static void def_struct(definition *); 61 static void def_program(definition *); 62 static void def_enum(definition *); 63 static void def_const(definition *); 64 static void def_union(definition *); 66 static void def_typedef(definition *); 73 * return the next definition you see 75 definition * 78 definition *defp [all...] |
| rpc_sample.c | 58 static void write_sample_server(definition *); 62 write_sample_svc(definition *def) 72 write_sample_clnt(definition *def) 188 write_sample_server(definition *def) 251 definition *def;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| wrstabs.c | 74 bool definition; member in struct:stab_type_stack 389 long tindex, bool definition, unsigned int size) 396 s->definition = definition; 412 long tindex, bool definition, unsigned int size) 414 return stab_push_string (info, xstrdup (string), tindex, definition, size); 878 bool definition; 883 definition = info->type_stack->definition; 888 return stab_push_string (info, buf, 0, definition, size) 876 bool definition; local 998 bool definition; local 1020 bool definition; local 1065 bool definition; local 1098 bool definition; local 1122 bool definition; local 1299 bool definition; local 1338 bool definition; local 1403 bool definition; local 1433 bool definition = false; local 1482 bool definition; local 1535 bool definition; local 1635 bool definition; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| wrstabs.c | 74 bool definition; member in struct:stab_type_stack 389 long tindex, bool definition, unsigned int size) 396 s->definition = definition; 412 long tindex, bool definition, unsigned int size) 414 return stab_push_string (info, xstrdup (string), tindex, definition, size); 880 bool definition; 885 definition = info->type_stack->definition; 890 return stab_push_string (info, buf, 0, definition, size) 878 bool definition; local 1000 bool definition; local 1022 bool definition; local 1067 bool definition; local 1100 bool definition; local 1124 bool definition; local 1301 bool definition; local 1340 bool definition; local 1405 bool definition; local 1435 bool definition = false; local 1484 bool definition; local 1537 bool definition; local 1637 bool definition; local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| msgfmt-7 | 37 mf-test7.in1:17: duplicate message definition... 38 mf-test7.in1:16: ...this is the location of the first definition
|
| msgfmt-8 | 37 mf-test8.in1:17: duplicate message definition... 38 mf-test8.in1:16: ...this is the location of the first definition
|
| msgfmt-9 | 40 mf-test9.in1:17: duplicate message definition... 41 mf-test9.in1:15: ...this is the location of the first definition
|
| msgmerge-2 | 29 mm-test2.in1:3: duplicate message definition... 30 mm-test2.in1:1: ...this is the location of the first definition
|
| msgmerge-9 | 32 mm-test9.in1:3: duplicate message definition... 33 mm-test9.in1:1: ...this is the location of the first definition
|
| /src/sys/uvm/ |
| uvm_param.h | 88 #error Invalid PAGE_SIZE definition 126 #error Invalid MIN_PAGE_SIZE definition 130 #error Invalid MAX_PAGE_SIZE definition
|
| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| lex.cpp | 35 struct definition { struct 42 definition(); 43 ~definition(); 46 definition::definition() : is_macro(1), is_simple(0) function in class:definition 51 definition::~definition() 57 declare_ptable(definition) 58 implement_ptable(definition) 60 PTABLE(definition) macro_table [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/ |
| datamorph.c | 182 transformation_info *definition, 186 switch ( definition->type ) { 191 mapping = ldap_avl_find( definition->ti_enum.to_db, &needle, 219 assert( definition->ti_int.size == 1 || 220 definition->ti_int.size == 2 || 221 definition->ti_int.size == 4 || 222 definition->ti_int.size == 8 ); 225 if ( definition->ti_int.flags & DATAMORPH_FLAG_SIGNED ) { 237 if ( definition->ti_int.flags & DATAMORPH_FLAG_SIGNED ) { 238 if ( signed_value < definition->ti_int.lower.i | [all...] |