Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:strspn

1553         i=(ssize_t) strspn(xml,accept);
1654 xml+=strspn(xml+1,XMLWhitespace)+1;
1660 (strncmp(xml+strspn(xml+10,XMLWhitespace "='\"")+10,"yes",3) == 0))
1745 if (strspn(xml+8,XMLWhitespace) == 0)
1747 xml+=strspn(xml+8,XMLWhitespace)+8;
1749 n=xml+strspn(xml,XMLWhitespace "%");
1754 v=xml+strspn(xml+1,XMLWhitespace)+1;
1804 t=xml+strspn(xml+9,XMLWhitespace)+9;
1822 while ((*(n=xml+strspn(xml+1,XMLWhitespace)+1) != '\0') &&
1836 xml+=strspn(xml+1,XMLWhitespace)+1;
1839 xml+=strspn(xml+8,XMLWhitespace)+8;
1850 xml+=strspn(xml,XMLWhitespace ")");
1852 xml+=strspn(xml+6,XMLWhitespace)+6;
2100 p+=strspn(p,XMLWhitespace "=");
2222 p+=strspn(p,XMLWhitespace);
2269 (*(p+strspn(p+1,XMLWhitespace)+1) != '>'))));