Lines Matching full:isspace
1196 while (ISSPACE (*str))1500 while (ISSPACE (*str))1598 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)1664 while (*s != '\0' && *s != ',' && ! ISSPACE (*s))