Lines Matching refs:FILE
72 Usage : miniunz [-exvlo] file.zip [file_to_extract] [-d extractdir]
74 list the file in the zipfile, and print the content of FILE_ID.ZIP or README.TXT
79 /* change_file_date : change the date/time of a file
80 filename : the filename of the file where date/time must be modified
196 printf("Usage : miniunz [-e] [-x] [-v] [-l] [-o] [-p password] file.zip [file_to_extr.] [-d extractdir]\n\n" \
203 " -p extract crypted file using password\n\n");
262 /* display a '*' if the file is crypted */
322 FILE *fout=NULL;
379 FILE* ftestexist;
389 printf("The file %s exists. Overwrite ? [y]es, [n]o, [A]ll: ",write_filename);
412 /* some zipfile don't contain directory alone before file */
444 printf("error in writing extracted file\n");
484 FILE* fout=NULL;
521 printf("file %s not found in the zipfile\n",filename);