Home | History | Annotate | Download | only in minzip

Lines Matching full:strncmp

298                 diff = strncmp(pArchive->pEntries[mid].fileName, fileName,
1006 /* If zpath is empty, this strncmp() will match everything,
1009 if (strncmp(pEntry->fileName, zpath, zipDirLen) != 0) {