Home
last modified time | relevance | path

Searched refs:entry2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libmt/
HDmtlib.c231 struct mt_status_entry *entry2; in mt_status_tree_sbuf() local
246 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_sbuf()
247 mt_status_tree_sbuf(sb, entry2, indent + 2, sbuf_func, arg); in mt_status_tree_sbuf()
256 struct mt_status_entry *entry2; in mt_status_tree_print() local
259 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_print()
260 mt_status_tree_print(entry2, indent + 2, print_func, in mt_status_tree_print()
284 struct mt_status_entry *entry2; in mt_entry_find() local
322 STAILQ_FOREACH(entry2, &entry->child_entries, links) { in mt_entry_find()
325 entry3 = mt_entry_find(entry2, name); in mt_entry_find()
341 struct mt_status_entry *entry, *entry2; in mt_status_entry_find() local
[all …]
/freebsd-13-stable/contrib/kyua/utils/fs/
HDdirectory_test.cpp55 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-stable/crypto/heimdal/lib/krb5/
HDtest_keytab.c75 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-stable/contrib/libarchive/libarchive/
HDarchive_entry.c177 struct archive_entry *entry2; in archive_entry_clone() local
186 entry2 = archive_entry_new2(entry->archive); in archive_entry_clone()
187 if (entry2 == NULL) in archive_entry_clone()
189 entry2->ae_stat = entry->ae_stat; in archive_entry_clone()
190 entry2->ae_fflags_set = entry->ae_fflags_set; in archive_entry_clone()
191 entry2->ae_fflags_clear = entry->ae_fflags_clear; in archive_entry_clone()
195 archive_mstring_copy(&entry2->ae_fflags_text, &entry->ae_fflags_text); in archive_entry_clone()
196 archive_mstring_copy(&entry2->ae_gname, &entry->ae_gname); in archive_entry_clone()
197 archive_mstring_copy(&entry2->ae_linkname, &entry->ae_linkname); in archive_entry_clone()
198 archive_mstring_copy(&entry2->ae_pathname, &entry->ae_pathname); in archive_entry_clone()
[all …]
/freebsd-13-stable/sys/dev/irdma/
HDirdma_uda.c214 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-13-stable/contrib/libarchive/tar/
HDwrite.c512 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-13-stable/sys/fs/ext2fs/
HDext2_htree.c501 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()