Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/zipfile/
Dzipfile.c129 static int _mystrnicmp(char const *apStr1, char const *apStr2, size_t len) in _mystrnicmp() argument
138 c2 = (int)*apStr2; if ((c2 >='a') && (c2 <='z')) c2 -= ('a'-'A'); in _mystrnicmp()
149 apStr2++; in _mystrnicmp()
/CafeSDK-2.12.13/system/src/lib/szfile/
Dszfile.c146 static int _mystrnicmp(char const *apStr1, char const *apStr2, size_t len) in _mystrnicmp() argument
155 c2 = (int)*apStr2; if ((c2 >='a') && (c2 <='z')) c2 -= ('a'-'A'); in _mystrnicmp()
166 apStr2++; in _mystrnicmp()