Home | History | Annotate | Download | only in toolutil

Lines Matching refs:fileCount

89 static uint32_t fileCount=0;
189 if(fileCount==0) {
195 qsort(files, fileCount, sizeof(File), compareFiles);
201 basenameOffset=4+8*fileCount;
203 for(i=0; i<fileCount; ++i) {
223 udata_write32(out, fileCount);
224 for(i=0; i<fileCount; ++i) {
230 for(i=0; i<fileCount; ++i) {
233 length=4+8*fileCount+basenameTotal;
236 for(i=0; i<fileCount; ++i) {
328 for(i=1; i<fileCount; ++i) {
356 (unsigned long)fileCount,
362 (unsigned long)fileCount
368 for(i=1; i<fileCount; ++i) {
386 if(fileCount==MAX_FILE_COUNT) {
409 files[fileCount].basename=s;
410 files[fileCount].basenameLength=length;
412 files[fileCount].pathname=fullPath;
439 files[fileCount].fileSize=length;
451 files[fileCount].basename=s;
455 t=files[fileCount].pathname=allocString(length);
467 ++fileCount;