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

/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dminiunz.c477 int opt_do_extract_withoutpath=0; local
507 opt_do_extract = opt_do_extract_withoutpath = 1;
579 return do_extract(uf,opt_do_extract_withoutpath,opt_overwrite,password);
582 opt_do_extract_withoutpath,opt_overwrite,password);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/minizip/
H A Dminiunz.c475 int opt_do_extract_withoutpath=0; local
505 opt_do_extract = opt_do_extract_withoutpath = 1;
577 return do_extract(uf,opt_do_extract_withoutpath,opt_overwrite,password);
580 opt_do_extract_withoutpath,opt_overwrite,password);

Completed in 70 milliseconds