Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/std/
Dstring.h41 #define STD_StrLCmp STD_CompareLString
202 extern int STD_CompareLString(const char *str1, const char *str2, int len);
/TwlSDK-5.1.0/include/twl/os/common/
DownerInfoEx.h403 …return password && (STD_CompareLString(password, OS_GetParentalControlInfoPtr()->password, OS_TWL_… in OS_CheckParentalControlPassword()
/TwlSDK-5.1.0/build/libraries/std/common/src/
Dstd_string.c663 int STD_CompareLString(const char *str1, const char *str2, int len) in STD_CompareLString() function