Searched defs:filename_withoutpath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminiunz.c319 char* filename_withoutpath; local
344 p = filename_withoutpath = filename_inzip;
348 filename_withoutpath = p+1;
352 if ((*filename_withoutpath)=='\0')
368 write_filename = filename_withoutpath;
414 (filename_withoutpath!=(char*)filename_inzip))
416 char c=*(filename_withoutpath-1);
417 *(filename_withoutpath-1)='\0';
419 *(filename_withoutpath-1)=c;

Completed in 442 milliseconds