HomeSort by: relevance | last modified time | path
    Searched defs:filename_withoutpath (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
miniunz.c 309 char* filename_withoutpath; local in function:do_extract_currentfile
333 p = filename_withoutpath = filename_inzip;
337 filename_withoutpath = p+1;
341 if ((*filename_withoutpath)=='\0')
357 write_filename = filename_withoutpath;
417 (filename_withoutpath!=(char*)filename_inzip))
419 char c=*(filename_withoutpath-1);
420 *(filename_withoutpath-1)='\0';
422 *(filename_withoutpath-1)=c;
miniunz.c 309 char* filename_withoutpath; local in function:do_extract_currentfile
333 p = filename_withoutpath = filename_inzip;
337 filename_withoutpath = p+1;
341 if ((*filename_withoutpath)=='\0')
357 write_filename = filename_withoutpath;
417 (filename_withoutpath!=(char*)filename_inzip))
419 char c=*(filename_withoutpath-1);
420 *(filename_withoutpath-1)='\0';
422 *(filename_withoutpath-1)=c;

Completed in 22 milliseconds