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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c307 int file_count; local
336 file_count = 0;
358 if (file_count == 0)
379 file_count++;
388 if (file_count == 0)
392 queue_size / 1024, file_count,
393 file_count == 1 ? "" : "s");
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_private.h98 int file_count; member in struct:archive
H A Darchive_virtual.c69 ++a->file_count;
H A Darchive_util.c106 return (a->file_count);
H A Darchive_read.c420 ++_a->file_count;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c519 int file_count; local
539 file_count = 0;
550 file_count++;
556 } while (file_count);
/netbsd-6-1-5-RELEASE/usr.bin/unzip/
H A Dunzip.c888 uintmax_t total_size, file_count, error_count; local
909 file_count = 0;
926 ++file_count;
932 total_size, y_str, file_count, file_count != 1 ? "s" : "");
936 total_size, total_size, y_str, file_count,
937 file_count != 1 ? "s" : "");
/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Drcorder.c94 int file_count; variable
194 file_count = argc;
218 Hash_InitTable(provide_hash, file_count);
568 for (i = 0; i < file_count; i++)
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dhistory.c281 static int file_count; /* Number of elements used */ variable
617 for (f1 = file_list; f1 < &file_list[file_count]; ++f1)
982 if (file_count == file_max)
992 fl = &file_list[file_count++];
1407 for (fl = file_list, count = file_count; count; fl++, count--)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dar.c366 int file_count;
658 file_count = argc - arg_index;
669 map_over_members (arch, print_descr, files, file_count);
673 map_over_members (arch, print_contents, files, file_count);
677 map_over_members (arch, extract_file, files, file_count);
363 int file_count; local
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dhfs_vfsops.c487 sbp->f_files = vh->file_count; /* total files */
488 sbp->f_ffree = (1<<31) - vh->file_count; /* free file nodes */
H A Dlibhfs.h292 uint32_t file_count; member in struct:__anon8820
475 uint32_t file_count; member in struct:__anon8833
H A Dlibhfs.c1241 out_header->file_count = be32tohp(&ptr);
1337 out_mdr->file_count = be32tohp(&ptr);

Completed in 206 milliseconds