Searched refs:entry2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/lib/libmt/ |
| H A D | mtlib.c | 231 struct mt_status_entry *entry2; in mt_status_tree_sbuf() local 256 struct mt_status_entry *entry2; in mt_status_tree_print() local 284 struct mt_status_entry *entry2; in mt_entry_find() local 325 entry3 = mt_entry_find(entry2, name); in mt_entry_find() 341 struct mt_status_entry *entry, *entry2; in mt_status_entry_find() local 344 entry2 = mt_entry_find(entry, name); in mt_status_entry_find() 345 if (entry2 != NULL) in mt_status_entry_find() 346 return (entry2); in mt_status_entry_find() 355 struct mt_status_entry *entry2, *entry3; in mt_status_entry_free() local 361 mt_status_entry_free(entry2); in mt_status_entry_free() [all …]
|
| /freebsd-14.2/contrib/kyua/utils/fs/ |
| H A D | directory_test.cpp | 55 const fs::directory_entry entry2("other-name"); in ATF_TEST_CASE_BODY() local 60 ATF_REQUIRE(!(entry1 == entry2)); in ATF_TEST_CASE_BODY() 61 ATF_REQUIRE( entry1 != entry2); in ATF_TEST_CASE_BODY() 69 const fs::directory_entry entry2("other-name"); in ATF_TEST_CASE_BODY() local 72 ATF_REQUIRE(!(entry2 < entry2)); in ATF_TEST_CASE_BODY() 73 ATF_REQUIRE( entry1 < entry2); in ATF_TEST_CASE_BODY() 74 ATF_REQUIRE(!(entry2 < entry1)); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/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-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_entry.c | 177 struct archive_entry *entry2; in archive_entry_clone() local 187 if (entry2 == NULL) in archive_entry_clone() 189 entry2->ae_stat = entry->ae_stat; in archive_entry_clone() 200 entry2->ae_set = entry->ae_set; in archive_entry_clone() 213 copy_digest(entry2, entry, md5); in archive_entry_clone() 214 copy_digest(entry2, entry, rmd160); in archive_entry_clone() 215 copy_digest(entry2, entry, sha1); in archive_entry_clone() 216 copy_digest(entry2, entry, sha256); in archive_entry_clone() 217 copy_digest(entry2, entry, sha384); in archive_entry_clone() 218 copy_digest(entry2, entry, sha512); in archive_entry_clone() [all …]
|
| /freebsd-14.2/sys/dev/irdma/ |
| H A D | irdma_uda.c | 214 struct irdma_mcast_grp_ctx_entry_info *entry2) in irdma_compare_mgs() argument 216 if (entry1->dest_port == entry2->dest_port && in irdma_compare_mgs() 217 entry1->qp_id == entry2->qp_id) in irdma_compare_mgs()
|
| /freebsd-14.2/contrib/libarchive/tar/ |
| H A D | write.c | 512 struct archive_entry *entry2; in write_archive() local 538 entry2 = archive_entry_new(); in write_archive() 539 r = archive_read_next_header2(disk, entry2); in write_archive() 540 archive_entry_free(entry2); in write_archive()
|
| /freebsd-14.2/sys/fs/ext2fs/ |
| H A D | ext2_htree.c | 501 const struct ext2fs_htree_sort_entry *entry1, *entry2; in ext2_htree_cmp_sort_entry() local 504 entry2 = (const struct ext2fs_htree_sort_entry *)e2; in ext2_htree_cmp_sort_entry() 506 if (le32toh(entry1->h_hash) < le32toh(entry2->h_hash)) in ext2_htree_cmp_sort_entry() 508 if (le32toh(entry1->h_hash) > le32toh(entry2->h_hash)) in ext2_htree_cmp_sort_entry()
|