Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:isspace

632 	while (*cp && isspace((int) (*cp)))
644 while (!end_or_comment(*cp) && !isspace(*cp))
728 while (isspace(*p) && (p > cp))
847 if (isspace((int) (*str)) ||isspace((int) (*(str + strlen(str) - 1))))