Searched refs:entry2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.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-13.1/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-13.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-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_entry.c | 179 struct archive_entry *entry2; in archive_entry_clone() local 189 if (entry2 == NULL) in archive_entry_clone() 191 entry2->ae_stat = entry->ae_stat; in archive_entry_clone() 203 entry2->ae_set = entry->ae_set; in archive_entry_clone() 216 copy_digest(entry2, entry, md5); in archive_entry_clone() 217 copy_digest(entry2, entry, rmd160); in archive_entry_clone() 218 copy_digest(entry2, entry, sha1); in archive_entry_clone() 219 copy_digest(entry2, entry, sha256); in archive_entry_clone() 220 copy_digest(entry2, entry, sha384); in archive_entry_clone() 221 copy_digest(entry2, entry, sha512); in archive_entry_clone() [all …]
|
| /freebsd-13.1/contrib/libarchive/tar/ |
| H A D | write.c | 529 struct archive_entry *entry2; in write_archive() local 555 entry2 = archive_entry_new(); in write_archive() 556 r = archive_read_next_header2(disk, entry2); in write_archive() 557 archive_entry_free(entry2); in write_archive()
|
| /freebsd-13.1/sys/fs/ext2fs/ |
| H A D | ext2_htree.c | 503 const struct ext2fs_htree_sort_entry *entry1, *entry2; in ext2_htree_cmp_sort_entry() local 506 entry2 = (const struct ext2fs_htree_sort_entry *)e2; in ext2_htree_cmp_sort_entry() 508 if (le32toh(entry1->h_hash) < le32toh(entry2->h_hash)) in ext2_htree_cmp_sort_entry() 510 if (le32toh(entry1->h_hash) > le32toh(entry2->h_hash)) in ext2_htree_cmp_sort_entry()
|