strnCaseEq 150 libproff/str.c } while (!strnCaseEq(s, find, len)); strnCaseEq 171 libproff/str.c } while (!strnCaseEq(s, find, len)); strnCaseEq 83 src/article.c if (strnCaseEq (s, "Message-ID:", 11)) strnCaseEq 85 src/article.c else if (strnCaseEq (s, "Xref:", 5)) strnCaseEq 698 src/article.c body = strnCaseEq (args, "body", 4); /* XXX */ strnCaseEq 706 src/article.c if (strnCaseEq(bfr, "Xref:", 5)) strnCaseEq 54 src/build_history.c strnCaseEq(buf, "message-id:", 11)) { strnCaseEq 893 src/http.c if (strnCaseEq (url, "http://", sizeof ("http://") -1)) strnCaseEq 64 src/newgroups.c if (strnCaseEq(n->group, p, p2? p2-p: strlen(p))) strnCaseEq 1071 src/nntpcache.c if (strnCaseEq(a1, "reader", 6) || strnCaseEq 1072 src/nntpcache.c strnCaseEq(a1, "query", 5)) strnCaseEq 107 src/post.c else if (strnCaseEq (bfr, "message-id:", 11)) strnCaseEq 109 src/post.c else if (strnCaseEq (bfr, "newsgroups:", 11)) strnCaseEq 111 src/post.c else if (strnCaseEq (bfr, "organization:", 13)) strnCaseEq 106 src/xover.c if (scfg && !xref && strnCaseEq(l->data, "Xref:", 5)) strnCaseEq 119 src/xover.c scfg->share->overview_fmt_xref_full = xref? strnCaseEq(xref->data, "Xref:full", 9): FALSE;