Searched refs:os_tolower (Results 1 – 4 of 4) sorted by relevance
169 if (os_tolower(s1[i]) != os_tolower(s2[i] )) in Console_stricmp()183 *s = (S8)os_tolower(*s ); in Console_strlwr()607 if (p_token->alias && (os_tolower(*p_token->alias ) == *new_alias) ) in Console_chooseAlias()629 (os_tolower(*p_token->alias ) == c) ) in Console_chooseAlias()
663 else if( os_tolower(c) >= 'a' && os_tolower(c) <= 'f' ) in CuCmd_Char2Hex()664 return (U8) (os_tolower(c) - 'a' + 0x0a); in CuCmd_Char2Hex()
110 S32 os_tolower(S32 c);
380 S32 os_tolower(S32 c) in os_tolower() function