Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c129 static int _mystrnicmp(char const *apStr1, char const *apStr2, size_t len) in _mystrnicmp() argument
137 c1 = (int)*apStr1; if ((c1 >='a') && (c1 <='z')) c1 -= ('a'-'A'); in _mystrnicmp()
148 apStr1++; in _mystrnicmp()
/CafeSDK-2.12.13-1/system/src/lib/szfile/
Dszfile.c146 static int _mystrnicmp(char const *apStr1, char const *apStr2, size_t len) in _mystrnicmp() argument
154 c1 = (int)*apStr1; if ((c1 >='a') && (c1 <='z')) c1 -= ('a'-'A'); in _mystrnicmp()
165 apStr1++; in _mystrnicmp()