Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h107 PS8 os_strchr(const PS8 s, S32 c);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c344 PS8 os_strchr(const PS8 s, S32 c) in os_strchr() function
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dconsole.c293 end_buf = os_strchr(pConsole->p_inbuf+1, '\"' ); in Console_getStrParam()