Searched refs:str_end (Results 1 – 5 of 5) sorted by relevance
235 char *str_end = 0; in dsp_om_trim_zero() local241 str_end = str + strlen(str); in dsp_om_trim_zero()243 while (str_begin < str_end) { in dsp_om_trim_zero()251 while (str_begin < str_end) { in dsp_om_trim_zero()252 if (ISSPACE(*str_end)) { in dsp_om_trim_zero()253 *str_end = 0; in dsp_om_trim_zero()254 str_end--; in dsp_om_trim_zero()266 char *str_end = 0; in dsp_om_split_str() local273 str_end = str + strlen(str); in dsp_om_split_str()276 if (str_begin == str_end) { in dsp_om_split_str()
53 const auto str_end = str.find_last_not_of(whitespace); in trim() local54 const auto str_range = str_end - str_begin + 1; in trim()
60 const auto str_end = str.find_last_not_of(whitespace); in trim() local61 const auto str_range = str_end - str_begin + 1; in trim()
70 const auto str_end = str.find_last_not_of(whitespace); in trim() local71 const auto str_range = str_end - str_begin + 1; in trim()
78 const auto str_end = str.find_last_not_of(whitespace); in trim() local79 const auto str_range = str_end - str_begin + 1; in trim()