Home | History | Annotate | Download | only in bzip2

Lines Matching refs:isspace

1760          while (isspace((Int32)(p[0]))) p++;
1761 while (p[i] != 0 && !isspace((Int32)(p[i]))) i++;