Searched refs:pStr2 (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/zipfile/ |
| D | zipfile.c | 415 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-1/system/src/lib/szfile/ |
| D | szfile.c | 172 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()
|