Searched refs:split_str (Results 1 – 1 of 1) sorted by relevance
263 char * dsp_om_split_str(char* str, char** split_str) in dsp_om_split_str() argument268 if ((!str) || (!split_str)) { in dsp_om_split_str()281 *split_str = dsp_om_trim_zero(strchr(str_begin, ' ')); in dsp_om_split_str()