Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dcreate.c297 static int MyStrnCmp(char* str1, char* str2, u32 maxlen) in MyStrnCmp() argument
306 if (tolower(*str1) != tolower(*str2)) in MyStrnCmp()
308 if (*str1 == '\0') in MyStrnCmp()
310 str1++; in MyStrnCmp()