HomeSort by: relevance | last modified time | path
    Searched defs:file_count (Results 1 - 4 of 4) sorted by relevancy

  /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/
libhfs.h 263 uint32_t file_count; member in struct:__anon46ade0a11608
433 uint32_t file_count; member in struct:__anon46ade0a12308

Completed in 13 milliseconds