Home | History | Annotate | Download | only in MagickCore

Lines Matching full:isspace

2146     while (((isspace((int) ((unsigned char) *p)) != 0) || (*p == sentinel)) &&
2153 while (((isspace((int) ((unsigned char) *p)) == 0) && (*p != sentinel)) &&
2703 while (((isspace((int) ((unsigned char) *p)) != 0) || (*p == sentinel)) &&
2710 while (((isspace((int) ((unsigned char) *p)) == 0) && (*p != sentinel)) &&