Home | History | Annotate | Download | only in Misc

Lines Matching refs:strncasecmp

141             if (strncasecmp(hit, "<channel", strlen("<channel")) == 0) {
144 } else if (strncasecmp(hit, "<rdf", strlen("<rdf")) == 0) {
146 } else if (strncasecmp(hit, "<rss", strlen("<rss")) == 0) {
148 } else if (strncasecmp(hit, "<feed", strlen("<feed")) == 0) {
150 } else if (strncasecmp(hit, "<?", strlen("<?")) != 0 && strncasecmp(hit, "<!", strlen("<!")) != 0) {
187 if (strncasecmp(hit, "<html>", strlen("<html>")) == 0 ||
188 strncasecmp(hit, "<a ", strlen("<a ")) == 0 ||
189 strncasecmp(hit, "<script", strlen("<script")) == 0 ||
190 strncasecmp(hit, "<title>", strlen("<title>")) == 0) {
222 if (strncasecmp(hit, "text/html", TEXT_HTML_LENGTH) == 0) {
276 return strncasecmp(bytes, string, [self length]) == 0;