Searched refs:os_strchr (Results 1 – 3 of 3) sorted by relevance
107 PS8 os_strchr(const PS8 s, S32 c);
344 PS8 os_strchr(const PS8 s, S32 c) in os_strchr() function
293 end_buf = os_strchr(pConsole->p_inbuf+1, '\"' ); in Console_getStrParam()