Home
last modified time | relevance | path

Searched refs:ident_t (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dspellcheck-tree.cc33 get_edit_distance (tree ident_s, tree ident_t) in get_edit_distance() argument
36 gcc_assert (TREE_CODE (ident_t) == IDENTIFIER_NODE); in get_edit_distance()
40 IDENTIFIER_POINTER (ident_t), in get_edit_distance()
41 IDENTIFIER_LENGTH (ident_t)); in get_edit_distance()
Dspellcheck-tree.h28 get_edit_distance (tree ident_s, tree ident_t);
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dipsec_doi.c3297 vchar_t ident_t; in ipsecdoi_chkcmpids() local
3324 ident_t.v = idt->v + sizeof(*id_bt); in ipsecdoi_chkcmpids()
3325 ident_t.l = idt->l - sizeof(*id_bt); in ipsecdoi_chkcmpids()
3339 result = ipsecdoi_subnetisaddr_v4(&ident_t,&ident_s); in ipsecdoi_chkcmpids()
3345 result = ipsecdoi_subnetisaddr_v4(&ident_s,&ident_t); in ipsecdoi_chkcmpids()
3352 result = ipsecdoi_subnetisaddr_v6(&ident_t,&ident_s); in ipsecdoi_chkcmpids()
3358 result = ipsecdoi_subnetisaddr_v6(&ident_s,&ident_t); in ipsecdoi_chkcmpids()
3384 result = eay_cmp_asn1dn(&ident_t, &ident_s); in ipsecdoi_chkcmpids()
3389 if ((ident_t.l != sizeof(struct in_addr))|| in ipsecdoi_chkcmpids()
3397 if ((ident_t.l != (sizeof(struct in_addr)*2))|| in ipsecdoi_chkcmpids()
[all …]