Searched refs:filename_to_extract (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dminiunz.c471 const char *filename_to_extract=NULL; local
527 else if ((filename_to_extract==NULL) && (!opt_extractdir))
528 filename_to_extract = argv[i] ;
578 if (filename_to_extract == NULL)
581 return do_extract_onefile(uf,filename_to_extract,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/minizip/
H A Dminiunz.c469 const char *filename_to_extract=NULL; local
525 else if ((filename_to_extract==NULL) && (!opt_extractdir))
526 filename_to_extract = argv[i] ;
576 if (filename_to_extract == NULL)
579 return do_extract_onefile(uf,filename_to_extract,

Completed in 51 milliseconds