Home | History | Annotate | Download | only in tzcode

Lines Matching refs:isspace

44 ** On some ancient hosts, predicates like `isspace(C)' are defined
2744 isspace((unsigned char) *cp))
2762 (!isascii(*cp) || !isspace((unsigned char) *cp)));
2763 if (isascii(*cp) && isspace((unsigned char) *cp))