Searched refs:file_count (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/netbsd-current/external/ibm-public/postfix/dist/src/postqueue/
H A Dshowq_compat.c185 unsigned long file_count = 0; local
194 if (file_count > 0) {
202 file_count++;
215 if (file_count == 0)
219 queue_size / 1024, file_count,
220 file_count == 1 ? "" : "s");
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_disk_directory_traversals.c90 int file_count; local
107 file_count = 12;
113 while (file_count--) {
240 file_count = 12;
241 while (file_count--) {
539 file_count = 12;
540 while (file_count--) {
582 int file_count; local
613 file_count = 5;
615 while (file_count
739 int file_count; local
969 int file_count; local
1048 int file_count; local
1340 int file_count; local
1471 int file_count; local
1607 int file_count; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dar.c727 int file_count;
853 for (file_count = 0; argv[arg_index + file_count] != NULL; file_count++)
856 files = (file_count > 0) ? argv + arg_index : NULL;
900 new_files = xmalloc ((file_count + 2) * sizeof (*new_files));
901 if (file_count)
904 memcpy (new_files + 1, files, file_count * sizeof (*files));
906 new_files[file_count != 0] = LIBDEPS;
907 file_count
724 int file_count; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c540 int file_count; local
560 file_count = 0;
571 file_count++;
577 } while (file_count);
/netbsd-current/usr.bin/unzip/
H A Dunzip.c901 uintmax_t total_size, file_count, error_count; local
927 file_count = 0;
944 ++file_count;
950 total_size, y_str, file_count, file_count != 1 ? "s" : "");
954 total_size, total_size, y_str, file_count,
955 file_count != 1 ? "s" : "");
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_private.h116 int file_count; member in struct:archive
H A Darchive_virtual.c116 ++a->file_count;
H A Darchive_read_support_format_cab.c247 uint16_t file_count; member in struct:cfheader
667 hd->file_count = archive_le16dec(p + CFHEADER_cFiles);
668 if (hd->file_count == 0)
784 hd->file_count, sizeof(struct cffile));
789 for (i = 0; i < hd->file_count; i++) {
825 if (i != hd->file_count -1)
831 if (hd->file_count != 1)
903 if (hd->file_index >= hd->file_count) {
2026 for (i = 0; i < cab->cfheader.file_count; i++)
H A Darchive_util.c121 return (a->file_count);
H A Darchive_read.c645 ++_a->file_count;
656 --_a->file_count;/* Revert a file counter. */
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dar.c714 int file_count;
842 for (file_count = 0; argv[arg_index + file_count] != NULL; file_count++)
845 files = (file_count > 0) ? argv + arg_index : NULL;
856 map_over_members (arch, print_descr, files, file_count);
860 map_over_members (arch, print_contents, files, file_count);
864 map_over_members (arch, extract_file, files, file_count);
711 int file_count; local
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dar.c714 int file_count;
842 for (file_count = 0; argv[arg_index + file_count] != NULL; file_count++)
845 files = (file_count > 0) ? argv + arg_index : NULL;
856 map_over_members (arch, print_descr, files, file_count);
860 map_over_members (arch, print_contents, files, file_count);
864 map_over_members (arch, extract_file, files, file_count);
711 int file_count; local
/netbsd-current/usr.bin/mail/
H A Dlex.c77 file_count(void) function
126 open_fp_cnt = file_count();
132 if (open_fp_cnt != file_count() ||
137 file_count(), open_fp_cnt,
/netbsd-current/sbin/rcorder/
H A Drcorder.c94 int file_count; variable
193 file_count = argc;
217 Hash_InitTable(provide_hash, file_count);
567 for (i = 0; i < file_count; i++)
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dhistory.c283 static int file_count; /* Number of elements used */ variable
619 for (f1 = file_list; f1 < &file_list[file_count]; ++f1)
984 if (file_count == file_max)
994 fl = &file_list[file_count++];
1409 for (fl = file_list, count = file_count; count; fl++, count--)
/netbsd-current/sys/fs/hfs/
H A Dhfs_vfsops.c476 sbp->f_files = vh->file_count; /* total files */
477 sbp->f_ffree = (1U<<31) - vh->file_count; /* free file nodes */
H A Dlibhfs.h263 uint32_t file_count; member in struct:__anon23
433 uint32_t file_count; member in struct:__anon36
H A Dlibhfs.c1194 out_header->file_count = be32tohp(&ptr);
1290 out_mdr->file_count = be32tohp(&ptr);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-tdep.c1505 ULONGEST file_count; member in struct:linux_make_mappings_data
1535 ++map_data->file_count;
1565 mapping_data.file_count = 0;
1582 if (mapping_data.file_count != 0)
1586 long_type, mapping_data.file_count);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-tdep.c1683 ULONGEST file_count; member in struct:linux_make_mappings_data
1717 ++map_data->file_count;
1747 mapping_data.file_count = 0;
1764 if (mapping_data.file_count != 0)
1768 long_type, mapping_data.file_count);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddmabuf.c586 file_count(dmabuf->file),

Completed in 315 milliseconds