Lines Matching refs:isspace
187 while (len > 0 && isspace(*str)) {191 while (len > 0 && isspace(str[len-1])) {