emitf            444 src/acc.c                emitf ("%d Not an INET connection. Goodbye", NNTP_ACCESS_VAL);
emitf            309 src/article.c            return emitf("%s %d %s <%s>\r\n", m, artno, c, msgid);
emitf            311 src/article.c    return emitf("%s %d <%s> %s\r\n", m, artno, msgid, c);
emitf             75 src/authinfo.c           emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf            195 src/authinfo.c   emitf("%d PASS required for [%s]\r\n", NNTP_AUTH_NEXT_VAL, authinfo_user);
emitf             51 src/authinfo_ldap.c              emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf             85 src/authinfo_ldap.c              emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf             88 src/authinfo_ldap.c      emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf             94 src/authinfo_pam.c               emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf            128 src/authinfo_pam.c               emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf            129 src/authinfo_pam.c       } else emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf             42 src/authinfo_passwd.c            emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf             52 src/authinfo_passwd.c            emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf             55 src/authinfo_passwd.c    emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf             59 src/authinfo_pipe.c              emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf            136 src/authinfo_pipe.c              emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf            139 src/authinfo_pipe.c      emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf             98 src/authinfo_radius.c            emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf            149 src/authinfo_radius.c            emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf            152 src/authinfo_radius.c    emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf             21 src/date.c               emitf ("%d Can 't get time?!\r\n", NNTP_INTERNAL_VAL);
emitf             24 src/date.c       emitf ("%d %4.4d%2.2d%2.2d%2.2d%2.2d%2.2d\r\n",
emitf            201 src/group.c              emitf ("%d %d %d %d %s\r\n", NNTP_GROUPOK_VAL, n->msgs, lo, hi, group);
emitf            243 src/group.c              emitf ("%d setGroupDir(%s, %s) failed\r\n", NNTP_PERM_VAL, group, scfg->host); /* don't use NNTP_NOSUCHGROUP here */
emitf            264 src/group.c                                  emitf ("%d %d %d %d %s\r\n", NNTP_GROUPOK_VAL, msgs, lo, hi, group);
emitf            450 src/group.c              cc=emitf ("%d\r\n", last);
emitf             28 src/http.c       emitf("\
emitf             91 src/http.c         emitf("\
emitf             98 src/http.c         emitf("Last-Modified: %s\r\n", rfc1122_date(modified));
emitf             99 src/http.c         emitf("Date: %s\r\n\r\n", rfc1122_date(time(NULL)));
emitf            105 src/http.c         emitf ("\
emitf            115 src/http.c         emitf ("\
emitf            123 src/http.c         emitf ("<H1>%s</H1>\nThe requested URL %s was not found on this server\n", "File not found", url);
emitf            928 src/http.c           emitf ("<H1>Bad Request</H1> Your browser sent a query that this server could not understand.<P>");
emitf            937 src/http.c         emitf ("<H1>Bad Request</H1> Your browser sent a query that this server could not understand.<P>");
emitf            952 src/http.c           emitf ("<H1>Access denied</H1> Access Forbidden-- '%s' inaccessable<P>\r\n", con->httpFiles);
emitf            960 src/http.c           emitf ("<H1>Access Forbidden</H1> [%s], you do not have connect permissions in the %s file.<P>\r\n", ClientHost, con->accessFile);
emitf             23 src/ihave.c              emitf ("%d Can't IHAVE in reader mode\r\n", NNTP_ACCESS_VAL); /* XXX AUTH_NEEDED isn't appropriate */
emitf             30 src/ihave.c              emitf ("%d Transfer permission denied\r\n", NNTP_AUTH_NEEDED_VAL);
emitf            528 src/list.c       return emitf ("%s %d %d %c\r\n", n->group, getHi(n), getLo(n), n->moderation);
emitf            542 src/list.c               bytes+=emitf ("%s %lu %s\r\n", n->group, n->creation_time, n->creator);
emitf            547 src/list.c               bytes+=emitf ("%s\t%s\r\n", n->group, n->desc);
emitf            614 src/list.c                       bytes+=emitf ("%s\r\n",l->data);
emitf             92 src/newgroups.c          emitf ("%s %d %d %c\r\n", n->group, getHi(n), getLo(n), n->moderation);
emitf            317 src/nntpcache.c  emitf ("%d Timeout after %s, closing connection.\r\n", NNTP_TEMPERR_VAL, nnitod(con->idleTimeout));
emitf            939 src/nntpcache.c  emitf ("%d %s NNTPcache server V%s [see www.nntpcache.org] "
emitf           1017 src/nntpcache.c  emitf("%d Authentication required for command\r\n", NNTP_AUTH_NEEDED_VAL );
emitf           1065 src/nntpcache.c          emitf ("  %s %s\r\n", commands[i].cmd, commands[i].desc);
emitf           1066 src/nntpcache.c      emitf ("Report local configuration problems to <%s> or NNTPCache specific problems to <nntpcache@nntpcache.org>\r\n", con->adminEmail);
emitf           1169 src/nntpcache.c      emitf ("%d NNTPCache-%s access denied <%s>, you do not have connect permissions in the %s file.\r\n", NNTP_ACCESS_VAL, VERSION, ClientHost, con->accessFile);
emitf           1176 src/nntpcache.c      emitf ("%d NNTPCache-%s too many concurrent reader sessions already (%d). try again later\r\n", NNTP_TEMPERR_VAL, VERSION,  Stats->clientsActive);
emitf           1184 src/nntpcache.c      emitf ("%d NNTPCache-%s %s server rebuild in progress (%d groups complete, at least %d groups to go. Please try again later.\r\n",
emitf            124 src/post.c               emitf ("%d No newsgroups specified.\r\n", NNTP_POSTFAIL_VAL);
emitf            177 src/post.c               emitf ("%d permission denied.\r\n", NNTP_PERM_VAL);
emitf            253 src/post.c                       emitf ("%d No servers accepted article\r\n", NNTP_POSTFAIL_VAL);
emitf            624 src/xover.c      len=emitf("%d ", xn);
emitf            850 src/xover.c                      emitf ("%d\t%s\r\n", response, p);
emitf           1071 src/xover.c                              emitf ("%d\t%s\r\n", xn, xov);
emitf           1108 src/xover.c              emitf("%d no overview.fmt for this server\r\n", NNTP_DONTHAVEIT_VAL);
emitf           1171 src/xover.c                                      emitf("%s\t%s\r\n", line, p);
emitf             35 src/xpath.c                      emitf("%d %s\r\n", NNTP_NOTHING_FOLLOWS_VAL, p+1);