Home | History | Annotate | Download | only in minizip

Lines Matching refs:FILE

75     char *f;                /* name of file to get info on */
99 char *f; /* name of file to get info on */
121 /* not all systems allow stat'ing a file with / appended */
141 char *f; /* name of file to get info on */
156 FILE* ftestexist;
174 printf("Usage : minizip [-o] [-a] [-0 to -9] [-p password] [-j] file.zip [files_to_add]\n\n" \
175 " -o Overwrite existing file.zip\n" \
176 " -a Append to existing file.zip\n" \
180 " -j exclude path. store only the file name.\n\n");
183 /* calculate the CRC32 of a file,
184 because to encrypt a file, we need known the CRC32 of the file before */
189 FILE * fin = FOPEN_FUNC(filenameinzip,"rb");
220 printf("file %s crc %lx\n", filenameinzip, calculate_crc);
228 FILE* pFile = FOPEN_FUNC(filename, "rb");
235 printf("File : %s is %lld bytes\n", filename, pos);
338 /* if the file don't exist, we not append file */
351 printf("The file %s exists. Overwrite ? [y]es, [n]o, [a]ppend : ",filename_try);
398 FILE * fin;
425 /*if it did, windows/xp and dynazip couldn't read the zip file. */
432 /*should the zip file contain any path at all?*/