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

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminizip.c436 const char *lastslash = 0; local
441 lastslash = tmpptr;
444 if( lastslash != NULL )
446 savefilenameinzip = lastslash+1; // base filename follows last slash.

Completed in 595 milliseconds