Home | History | Annotate | Download | only in minizip

Lines Matching refs:fileName2

349 local int strcmpcasenosensitive_internal (const char* fileName1, const char* fileName2)
354 char c2=*(fileName2++);
382 Compare two filename (fileName1,fileName2).
391 const char* fileName2,
399 return strcmp(fileName1,fileName2);
401 return STRCMPCASENOSENTIVEFUNCTION(fileName1,fileName2);