Searched refs:proto1 (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | attr-nest.c | 16 void proto1 (int (*ATTR_USED) (void)); /* { dg-warning "attribute ignored" } */
|
/openbsd/sbin/route/ |
H A D | keywords.sh | 60 proto1
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | i386-tdep.c | 400 static unsigned char proto1[3] = { 0x87, 0x04, 0x24 }; in i386_analyze_struct_return() local 414 if (memcmp (buf, proto1, 3) != 0 && memcmp (buf, proto2, 4) != 0) in i386_analyze_struct_return() 429 if (buf[1] == proto1[1]) in i386_analyze_struct_return()
|
/openbsd/sbin/isakmpd/ |
H A D | pf_key_v2.c | 3231 pf_key_v2_group_spis(struct sa *sa, struct proto *proto1, in pf_key_v2_group_spis() argument 3244 switch (proto1->proto) { in pf_key_v2_group_spis() 3256 proto1->proto); in pf_key_v2_group_spis() 3267 memcpy(&sa1.sadb_sa_spi, proto1->spi[incoming], in pf_key_v2_group_spis()
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 7121 comp_proto_with_proto (proto0, proto1) in comp_proto_with_proto() argument 7122 tree proto0, proto1; in comp_proto_with_proto() 7132 TYPE_ARG_TYPES (function2_template) = get_arg_type_list (proto1, METHOD_REF, 0); 7136 TREE_TYPE (function2_template) = groktypename (TREE_TYPE (proto1));
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 8436 comp_proto_with_proto (tree proto1, tree proto2, int strict) in comp_proto_with_proto() argument 8442 if (METHOD_SEL_NAME (proto1) != METHOD_SEL_NAME (proto2)) in comp_proto_with_proto() 8446 type1 = TREE_VALUE (TREE_TYPE (proto1)); in comp_proto_with_proto() 8454 for (type1 = get_arg_type_list (proto1, METHOD_REF, 0), in comp_proto_with_proto()
|