Home
last modified time | relevance | path

Searched refs:STRNICMP (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/zipfile/
Dzipfile.c122 #define STRNICMP _strnicmp macro
126 #define STRNICMP _mystrnicmp macro
423 c = STRNICMP(pStr1, pStr2, strLen1); in sCompStrLens()
428 v = STRNICMP(pStr1, pStr2, strLen2); in sCompStrLens()
543 if ((pRest->mNameOnlyLen < subLen) || (STRNICMP(pRest->mpNameOnly, pComp, subLen))) in sCountDirsNeeded()
643 if ((pRest->mNameOnlyLen < subLen) || (STRNICMP(pRest->mpNameOnly, pComp, subLen))) in sDirify()
808 if (!STRNICMP(apPath, apDir->mpFilesArray[ix].mpNameOnly, partLen)) in sFindInDir()
/CafeSDK-2.12.13/system/src/lib/szfile/
Dszfile.c140 #define STRNICMP _strnicmp macro
143 #define STRNICMP _mystrnicmp macro
180 c = STRNICMP(pStr1, pStr2, strLen1); in sCompStrLens()
185 v = STRNICMP(pStr1, pStr2, strLen2); in sCompStrLens()
329 if ((pRest->mNameOnlyLen < subLen) || (STRNICMP(pRest->mpNameOnly, pComp, subLen))) in sCountDirsNeeded()
430 if ((pRest->mNameOnlyLen < subLen) || (STRNICMP(pRest->mpNameOnly, pComp, subLen))) in sDirify()
656 if (!STRNICMP(apPath, apDir->mpFilesArray[ix].mpNameOnly, partLen)) in sFindInDir()