Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h105 PS8 os_strcat(PS8 dest, const PS8 src);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c182 PS8 os_strcat(PS8 dest, const PS8 src) in os_strcat() function
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dconsole.c242 os_strcat(out_buf, p_token->name ); in Console_displayDir()
244 os_strcat((PS8)out_buf, (PS8)("/" ) ); in Console_displayDir()
247 os_strcat((PS8)out_buf, (PS8)(", ") ); in Console_displayDir()
Dwpa_core.c837 os_strcat (cmd, TempBuf); in WpaCore_SetSsid()