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

/external/zlib/contrib/minizip/
H A Dminizip.c423 const char *lastslash = 0; local
428 lastslash = tmpptr;
431 if( lastslash != NULL )
433 savefilenameinzip = lastslash+1; // base filename follows last slash.
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadxcoff.c1218 UChar* lastslash = VG_(strrchr)(si_fname_str, '/'); local
1219 if (lastslash)
1220 vg_assert(lastslash[0] == '/');
1221 if (lastslash[1] != 0) {
1223 lastslash[0] = 0; /* replace the / with a NUL
1225 si_fname_str = lastslash+1;

Completed in 75 milliseconds