| /freebsd-12.1/lib/libmt/ |
| H A D | mtlib.c | 233 struct mt_status_entry *entry2; in mt_status_tree_sbuf() local 258 struct mt_status_entry *entry2; in mt_status_tree_print() local 286 struct mt_status_entry *entry2; in mt_entry_find() local 327 entry3 = mt_entry_find(entry2, name); in mt_entry_find() 343 struct mt_status_entry *entry, *entry2; in mt_status_entry_find() local 346 entry2 = mt_entry_find(entry, name); in mt_status_entry_find() 347 if (entry2 != NULL) in mt_status_entry_find() 348 return (entry2); in mt_status_entry_find() 357 struct mt_status_entry *entry2, *entry3; in mt_status_entry_free() local 363 mt_status_entry_free(entry2); in mt_status_entry_free() [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | test_keytab.c | 75 krb5_keytab_entry entry, entry2, entry3; in test_memory_keytab() local 102 &entry2); in test_memory_keytab() 105 krb5_kt_free_entry(context, &entry2); in test_memory_keytab() 115 &entry2); in test_memory_keytab() 118 krb5_kt_free_entry(context, &entry2); in test_memory_keytab() 151 &entry2); in test_memory_keytab()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_entry.c | 179 struct archive_entry *entry2; in archive_entry_clone() local 188 entry2 = archive_entry_new2(entry->archive); in archive_entry_clone() 189 if (entry2 == NULL) in archive_entry_clone() 191 entry2->ae_stat = entry->ae_stat; in archive_entry_clone() 192 entry2->ae_fflags_set = entry->ae_fflags_set; in archive_entry_clone() 203 entry2->ae_set = entry->ae_set; in archive_entry_clone() 210 entry2->encryption = entry->encryption; in archive_entry_clone() 213 archive_acl_copy(&entry2->acl, &entry->acl); in archive_entry_clone() 222 archive_entry_xattr_add_entry(entry2, in archive_entry_clone() 230 archive_entry_sparse_add_entry(entry2, in archive_entry_clone() [all …]
|
| /freebsd-12.1/contrib/libarchive/tar/ |
| H A D | write.c | 525 struct archive_entry *entry2; in write_archive() local 551 entry2 = archive_entry_new(); in write_archive() 552 r = archive_read_next_header2(disk, entry2); in write_archive() 553 archive_entry_free(entry2); in write_archive()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | loop-invariant.c | 411 const struct invariant_expr_entry *entry2 = e2; in eq_invariant_expr() local 413 if (entry1->mode != entry2->mode) in eq_invariant_expr() 417 entry2->inv->insn, entry2->expr); in eq_invariant_expr()
|
| H A D | coverage.c | 152 const counts_entry_t *entry2 = of2; in htab_counts_entry_eq() local 154 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr; in htab_counts_entry_eq()
|
| H A D | tree-ssa-loop-ivopts.c | 3272 mbc_entry_eq (const void *entry1, const void *entry2) in mbc_entry_eq() argument 3275 const struct mbc_entry *e2 = entry2; in mbc_entry_eq()
|
| H A D | dwarf2out.c | 6344 const struct die_struct *entry2 = of2; in htab_cu_eq() local 6346 return !strcmp (entry1->cu->die_symbol, entry2->die_symbol); in htab_cu_eq()
|
| /freebsd-12.1/sys/fs/ext2fs/ |
| H A D | ext2_htree.c | 492 const struct ext2fs_htree_sort_entry *entry1, *entry2; in ext2_htree_cmp_sort_entry() local 495 entry2 = (const struct ext2fs_htree_sort_entry *)e2; in ext2_htree_cmp_sort_entry() 497 if (entry1->h_hash < entry2->h_hash) in ext2_htree_cmp_sort_entry() 499 if (entry1->h_hash > entry2->h_hash) in ext2_htree_cmp_sort_entry()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf32-score.c | 905 score_elf_got_entry_eq (const void *entry1, const void *entry2) in score_elf_got_entry_eq() argument 908 const struct score_got_entry *e2 = (struct score_got_entry *)entry2; in score_elf_got_entry_eq()
|
| H A D | elfxx-mips.c | 1984 mips_elf_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_got_entry_eq() argument 1987 const struct mips_got_entry *e2 = (struct mips_got_entry *)entry2; in mips_elf_got_entry_eq() 2021 mips_elf_multi_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_multi_got_entry_eq() argument 2024 const struct mips_got_entry *e2 = (struct mips_got_entry *)entry2; in mips_elf_multi_got_entry_eq() 2964 mips_elf_bfd2got_entry_eq (const void *entry1, const void *entry2) in mips_elf_bfd2got_entry_eq() argument 2969 = (const struct mips_elf_bfd2got_hash *)entry2; in mips_elf_bfd2got_entry_eq()
|
| H A D | elfxx-ia64.c | 1955 struct elfNN_ia64_local_hash_entry *entry2 local 1958 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
|