/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_disk_directory_traversals.c | 90 int file_count; in test_basic() 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() 613 file_count = 5; in test_symlink_hybrid() 615 while (file_count in test_symlink_hybrid() 91 int file_count; test_basic() local 583 int file_count; test_symlink_hybrid() local 740 int file_count; test_symlink_logical() local 970 int file_count; test_symlink_logical_loop() local 1049 int file_count; test_restore_atime() local 1341 int file_count; test_callbacks() local 1472 int file_count; test_nodump() local 1608 int file_count; test_parent() local [all...] |
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
H A D | projectquota_003_pos.ksh | 79 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/usr.sbin/bsdinstall/distextract/ |
H A D | distextract.c | 179 int file_count; in count_files() local 208 file_count = (int)strtol(p, (char **)NULL, 10); in count_files() 209 if (file_count == 0 && errno == EINVAL) in count_files() 211 return (file_count); in count_files() 242 file_count = 0; in count_files() 244 file_count++; in count_files() 248 return (file_count); in count_files()
|
/freebsd/contrib/libarchive/unzip/ |
H A D | bsdunzip.c | 975 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/sbin/rcorder/ |
H A D | rcorder.c | 83 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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 183 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland() local 184 cci->m_file_list.reserve(file_count); in GetOrCreateCompiland()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_private.h | 118 int file_count; member
|
H A D | archive_virtual.c | 116 ++a->file_count; in archive_write_header()
|
H A D | archive_read_support_format_cab.c | 247 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()
|
H A D | archive_util.c | 121 return (a->file_count); in archive_file_count()
|
H A D | archive_read.c | 645 ++_a->file_count; in _archive_read_next_header2() 656 --_a->file_count;/* Revert a file counter. */ in _archive_read_next_header2()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | file.h | 78 file_count(struct linux_file *filp) in file_count() function
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 1540 KASSERT(file_count(filp) == 0, in linux_file_close() 1541 ("File refcount(%d) is not zero", file_count(filp))); in linux_file_close()
|