Searched refs:end_str (Results 1 – 1 of 1) sorted by relevance
399 char *end_str = str + strlen(str) - 1; in trim() local400 while (end_str > str && isspace(*end_str)) in trim()401 --end_str; in trim()403 end_str[1] = '\0'; in trim()