strnCaseEq 149 libproff/str.c } while (!strnCaseEq(s, find, len));
strnCaseEq 168 libproff/str.c } while (!strnCaseEq(s, find, len));
strnCaseEq 317 src/acc.c if (strnCaseEq(p, "auth", 4))
strnCaseEq 82 src/article.c if (strnCaseEq (s, "Message-ID:", 11))
strnCaseEq 84 src/article.c else if (strnCaseEq (s, "Xref:", 5))
strnCaseEq 676 src/article.c body = strnCaseEq (args, "body", 4); /* XXX */
strnCaseEq 684 src/article.c if (strnCaseEq(bfr, "Xref:", 5))
strnCaseEq 54 src/build_history.c strnCaseEq(buf, "message-id:", 11)) {
strnCaseEq 887 src/http.c if (strnCaseEq (url, "http://", sizeof ("http://") -1))
strnCaseEq 81 src/newgroups.c if (strnCaseEq(n->group, p, p2? p2-p: strlen(p)))
strnCaseEq 1088 src/nntpcache.c if (strnCaseEq(a1, "reader", 6) ||
strnCaseEq 1089 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;