Home | History | Annotate | Download | only in ctestfw

Lines Matching full:isalnum

1268   while(*rootName&&!isalnum((int)*rootName)) {
1274 for(p--;*p&&p>XML_PREFIX&&!isalnum((int)*p);p--) {