Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dconsole.c169 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()
Dcu_cmd.c663 else if( os_tolower(c) >= 'a' && os_tolower(c) <= 'f' ) in CuCmd_Char2Hex()
664 return (U8) (os_tolower(c) - 'a' + 0x0a); in CuCmd_Char2Hex()
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h110 S32 os_tolower(S32 c);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c380 S32 os_tolower(S32 c) in os_tolower() function