Home
last modified time | relevance | path

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

/freebsd/lib/libmt/
H A Dmtlib.c230 struct mt_status_entry *entry2; in mt_status_tree_sbuf() local
245 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_sbuf()
246 mt_status_tree_sbuf(sb, entry2, indent + 2, sbuf_func, arg); in mt_status_tree_sbuf()
255 struct mt_status_entry *entry2; in mt_status_tree_print() local
258 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_print()
259 mt_status_tree_print(entry2, indent + 2, print_func, in mt_status_tree_print()
283 struct mt_status_entry *entry2; in mt_entry_find() local
321 STAILQ_FOREACH(entry2, &entry->child_entries, links) { in mt_entry_find()
324 entry3 = mt_entry_find(entry2, name); in mt_entry_find()
340 struct mt_status_entry *entry, *entry2; in mt_status_entry_find() local
[all …]
/freebsd/contrib/kyua/utils/fs/
H A Ddirectory_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/crypto/heimdal/lib/krb5/
H A Dtest_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/contrib/libarchive/libarchive/
H A Darchive_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/sys/dev/irdma/
H A Dirdma_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/contrib/libarchive/tar/
H A Dwrite.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/sys/fs/ext2fs/
H A Dext2_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()