Home | History | Annotate | Download | only in util

Lines Matching full:isspace

1353 #define SKIPWS(s) while (*s && isspace(*s)) s++;
1727 if (!strncmp(value, m+msize, l) && isspace(m[msize+l]))