/src/usr.bin/unzip/ |
unzip.c | 901 uintmax_t total_size, file_count, error_count; local in function:unzip 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" : "");
|
/src/sbin/rcorder/ |
rcorder.c | 94 int file_count; variable in typeref:typename:int 193 file_count = argc; 217 Hash_InitTable(provide_hash, file_count); 567 for (i = 0; i < file_count; i++)
|
/src/usr.bin/mail/ |
lex.c | 77 file_count(void) function in typeref:typename:int 126 open_fp_cnt = file_count(); 132 if (open_fp_cnt != file_count() || 137 file_count(), open_fp_cnt,
|
/src/sys/fs/hfs/ |
hfs_vfsops.c | 476 sbp->f_files = vh->file_count; /* total files */ 477 sbp->f_ffree = (1U<<31) - vh->file_count; /* free file nodes */
|
libhfs.h | 263 uint32_t file_count; member in struct:__anon46ade0a11608 433 uint32_t file_count; member in struct:__anon46ade0a12308
|
libhfs.c | 1194 out_header->file_count = be32tohp(&ptr); 1290 out_mdr->file_count = be32tohp(&ptr);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
dmabuf.c | 586 file_count(dmabuf->file),
|