Searched refs:ident_s (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | spellcheck-tree.c | 33 get_edit_distance (tree ident_s, tree ident_t) in get_edit_distance() argument 35 gcc_assert (TREE_CODE (ident_s) == IDENTIFIER_NODE); in get_edit_distance() 38 return get_edit_distance (IDENTIFIER_POINTER (ident_s), in get_edit_distance() 39 IDENTIFIER_LENGTH (ident_s), in get_edit_distance()
|
| H A D | spellcheck-tree.h | 28 get_edit_distance (tree ident_s, tree ident_t);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | spellcheck-tree.cc | 33 get_edit_distance (tree ident_s, tree ident_t) in get_edit_distance() argument 35 gcc_assert (TREE_CODE (ident_s) == IDENTIFIER_NODE); in get_edit_distance() 38 return get_edit_distance (IDENTIFIER_POINTER (ident_s), in get_edit_distance() 39 IDENTIFIER_LENGTH (ident_s), in get_edit_distance()
|
| H A D | spellcheck-tree.h | 28 get_edit_distance (tree ident_s, tree ident_t);
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | ipsec_doi.c | 3364 vchar_t ident_s; local 3392 ident_s.v = ids->v + sizeof(*id_bs); 3393 ident_s.l = ids->l - sizeof(*id_bs); 3405 result = ipsecdoi_subnetisaddr_v4(&ident_t,&ident_s); 3411 result = ipsecdoi_subnetisaddr_v4(&ident_s,&ident_t); 3418 result = ipsecdoi_subnetisaddr_v6(&ident_t,&ident_s); 3424 result = ipsecdoi_subnetisaddr_v6(&ident_s,&ident_t); 3450 result = eay_cmp_asn1dn(&ident_t, &ident_s); 3456 (ident_s.l != sizeof(struct in_addr))) 3464 (ident_s.l != (sizeof(struct in_addr)*2))) [all …]
|