Searched refs:link_count (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_link.c64 ATF_TC_WITH_CLEANUP(link_count); variable
65 ATF_TC_HEAD(link_count, tc)
70 ATF_TC_BODY(link_count, tc)
96 ATF_TC_CLEANUP(link_count, tc)
219 ATF_TP_ADD_TC(tp, link_count);
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c569 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
613 (*link_count)++;
698 int link_count = 0; /* Counter for number of hard/sym links */ local
749 link_count++;
753 &new_count, &link_count, &err_count);
791 total_count - link_count, link_count, new_count, err_count);
568 update_existing_entry(sqlite3 *db, const char *file, const char *hash, mandb_rec *rec, int *new_count, int *link_count, int *err_count) argument
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dlibhfs.h371 uint32_t link_count; member in union:__anon8825::__anon8826
H A Dhfs_vnops.c664 else if (bsd->special.link_count != 0) {
666 vap->va_nlink = bsd->special.link_count;

Completed in 91 milliseconds