Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/zipfile/
Dzipfile.c415 static int sCompStrLens(char const *pStr1, UINT32 strLen1, char const *pStr2, UINT32 strLen2) in sCompStrLens() argument
423 c = STRNICMP(pStr1, pStr2, strLen1); in sCompStrLens()
428 v = STRNICMP(pStr1, pStr2, strLen2); in sCompStrLens()
/CafeSDK-2.12.13/system/src/lib/szfile/
Dszfile.c172 static int sCompStrLens(char const *pStr1, UINT32 strLen1, char const *pStr2, UINT32 strLen2) in sCompStrLens() argument
180 c = STRNICMP(pStr1, pStr2, strLen1); in sCompStrLens()
185 v = STRNICMP(pStr1, pStr2, strLen2); in sCompStrLens()