Home | History | Annotate | Download | only in tzcode

Lines Matching full:isspace

59 ** On some ancient hosts, predicates like `isspace(C)' are defined
2924 isspace((unsigned char) *cp))
2942 (!isascii(*cp) || !isspace((unsigned char) *cp)));
2943 if (isascii(*cp) && isspace((unsigned char) *cp))