Home | History | Annotate | Download | only in tzcode

Lines Matching full:isspace

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