Searched refs:STRNICMP (Results 1 - 4 of 4) sorted by path

/haiku/src/bin/unzip/
H A Dapihelp.c103 while (doc->compare && STRNICMP(doc->compare,slide,strlen(fname)))
H A Dunzip.c823 if (STRNICMP(p, LoadFarStringSmall(Zipnfo), 7) == 0 ||
824 STRNICMP(p, "ii", 2) == 0 ||
925 if (!uO.exdir && STRNICMP(*pp, "-d", 2) == 0) {
H A Dunzpriv.h738 #ifndef STRNICMP
740 # define STRNICMP zstrnicmp macro
742 # define STRNICMP strnicmp macro
H A Dzipinfo.c1940 if (STRNICMP(p, "com", 3) == 0 ||
1941 STRNICMP(p, "exe", 3) == 0 ||
1942 STRNICMP(p, "btm", 3) == 0 ||
1943 STRNICMP(p, "cmd", 3) == 0 ||
1944 STRNICMP(p, "bat", 3) == 0)

Completed in 94 milliseconds