Home
last modified time | relevance | path

Searched refs:file_count (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/libarchive/libarchive/test/
HDtest_read_disk_directory_traversals.c90 int file_count; in test_basic() local
107 file_count = 12; in test_basic()
113 while (file_count--) { in test_basic()
240 file_count = 12; in test_basic()
241 while (file_count--) { in test_basic()
539 file_count = 12; in test_basic()
540 while (file_count--) { in test_basic()
582 int file_count; in test_symlink_hybrid() local
613 file_count = 5; in test_symlink_hybrid()
615 while (file_count--) { in test_symlink_hybrid()
[all …]
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
HDprojectquota_003_pos.ksh79 typeset file_count=100
89 log_must user_run $PUSER mkfiles $PRJDIR/qf_ $((file_count - 1))
92 if [[ $project_obj_used != $file_count ]]; then
95 "$file_count, not $project_obj_used"
/freebsd-14-stable/usr.sbin/bsdinstall/distextract/
HDdistextract.c180 int file_count; in count_files() local
209 file_count = (int)strtol(p, (char **)NULL, 10); in count_files()
210 if (file_count == 0 && errno == EINVAL) in count_files()
212 return (file_count); in count_files()
243 file_count = 0; in count_files()
245 file_count++; in count_files()
249 return (file_count); in count_files()
/freebsd-14-stable/contrib/libarchive/unzip/
HDbsdunzip.c975 uintmax_t total_size, file_count, error_count; in unzip() local
1006 file_count = 0; in unzip()
1028 ++file_count; in unzip()
1035 total_size, y_str, file_count, file_count != 1 ? "s" : ""); in unzip()
1039 total_size, total_size, y_str, file_count, in unzip()
1040 file_count != 1 ? "s" : ""); in unzip()
/freebsd-14-stable/sbin/rcorder/
HDrcorder.c83 static int file_count; variable
207 file_count = argc; in main()
234 Hash_InitTable(provide_hash, file_count); in initialize()
638 for (i = 0; i < file_count; i++) in crunch_all_files()
1076 seqlist = emalloc(sizeof(filenode *) * (file_count + 1)); in generate_ordering()
1077 bzero(seqlist, sizeof(filenode *) * (file_count + 1)); in generate_ordering()
1100 qsort(seqlist, file_count, sizeof(filenode *), sequence_cmp); in generate_ordering()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDCompileUnitIndex.cpp183 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland() local
184 cci->m_file_list.reserve(file_count); in GetOrCreateCompiland()
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_virtual.c116 ++a->file_count; in archive_write_header()
HDarchive_private.h118 int file_count; member
HDarchive_read_support_format_cab.c247 uint16_t file_count; member
667 hd->file_count = archive_le16dec(p + CFHEADER_cFiles); in cab_read_header()
668 if (hd->file_count == 0) in cab_read_header()
784 hd->file_count, sizeof(struct cffile)); in cab_read_header()
789 for (i = 0; i < hd->file_count; i++) { in cab_read_header()
825 if (i != hd->file_count -1) in cab_read_header()
831 if (hd->file_count != 1) in cab_read_header()
903 if (hd->file_index >= hd->file_count) { in archive_read_format_cab_read_header()
2026 for (i = 0; i < cab->cfheader.file_count; i++) in archive_read_format_cab_cleanup()
HDarchive_util.c121 return (a->file_count); in archive_file_count()
HDarchive_read.c645 ++_a->file_count; in _archive_read_next_header2()
656 --_a->file_count;/* Revert a file counter. */ in _archive_read_next_header2()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDfile.h78 file_count(struct linux_file *filp) in file_count() function
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_compat.c1490 KASSERT(file_count(filp) == 0, in linux_file_close()
1491 ("File refcount(%d) is not zero", file_count(filp))); in linux_file_close()