Searched refs:usrerr (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c49 void usrerr(const char *, ...);
69 usrerr("Unknown flag -%s", p);
80 usrerr("Usage: mailcompat username (or) mailcompat -r");
89 usrerr("user: %s look up failed, name services outage ?", myname);
158 usrerr("No initial From line");
167 usrerr("Funny From line '%s'", line);
218 usrerr(const char *f, ...) function
252 usrerr("newstr: cannot alloc memory");
274 usrerr("Home directory unknown");
H A Dvacation.c104 void usrerr(const char *, ...);
185 usrerr("Unknown flag -%s", p);
202 usrerr("Usage:\tvacation username\n\tvacation -I\n"
217 usrerr("user %s look up failed, name services outage ?",
226 usrerr("%s: %s\n", buf, strerror(errno));
385 usrerr("No initial From line");
394 usrerr("Funny From line '%s'", line);
792 usrerr("No message to send");
797 usrerr("pipe() failed");
802 usrerr("for
970 usrerr(const char *f, ...) function
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c198 usrerr("501 5.5.4 Too many parameters");
392 usrerr("421 4.3.0 closing connection"); \
412 usrerr(response); \
418 usrerr(response); \
429 usrerr("550 5.7.1 Command rejected"); \
449 usrerr(MSG_TEMPFAIL); \
1600 usrerr(nullserver);
1602 usrerr("550 5.0.0 %s",
1606 usrerr("452 4.4.5 Insufficient disk space; try again later");
1637 usrerr("45
[all...]
H A Dconvtime.c72 usrerr("Invalid time unit `%c'", c);
H A Dmain.c863 usrerr("More than one \"from\" person");
895 usrerr("Bad hop count (%s)", optarg);
929 usrerr("Invalid -N argument");
974 usrerr("Can not use -Q with -b%c", OpMode);
996 usrerr("Can not use -q with -b%c", OpMode);
1018 usrerr("Can not use -q!G");
1024 usrerr("Can not use multiple -qG options");
1089 usrerr("Invalid -q value");
1104 usrerr("Duplicate -R flag");
1113 usrerr("Invali
[all...]
H A Dparseaddr.c286 usrerr("553 5.1.0 Address \"%s\" too long (%d bytes max)",
296 usrerr("501 5.1.3 8-bit character in mailbox address \"%s\"",
299 usrerr("501 5.1.7 8-bit character in mailbox address \"%s\"",
346 usrerr("553 5.1.0 Address \"%s\" too long (%d bytes max)",
383 usrerr("501 5.1.3 Syntax error in mailbox address \"%s\" (%s)",
386 usrerr("501 5.1.7 Syntax error in mailbox address \"%s\" (%s)",
746 usrerr("553 5.1.1 Address too long");
778 usrerr("553 Unbalanced '\"'");
783 usrerr("553 Unbalanced '('");
789 usrerr("55
[all...]
H A Dmime.c136 usrerr("mime8to7: recursion level %d exceeded",
206 usrerr("mime8to7: Empty parameter in Content-Type header");
276 usrerr("mime8to7: Content-Type: \"%s\": %s boundary",
290 usrerr("mime8to7: multipart boundary \"%s\" too long",
310 usrerr("mime8to7: multipart nesting boundary too deep");
H A Dcollect.c103 usrerr("No recipient addresses found in header");
377 ** usrerr() as this is the
621 ** usrerr() as this is the
821 usrerr("421 4.4.1 collect: %s on connection from %s, from=%s",
H A Derr.c279 usrerr(const char *fmt, ...) function
281 usrerr(fmt, va_alist)
346 ** Same as usrerr but with enhanced status code.
H A Dalias.c767 usrerr("553 5.3.5 %s... bad address", p);
792 usrerr("554 5.3.5 alias too long");
H A Drecipient.c861 usrerr("451 4.2.4 Cannot open %s: %s",
1712 usrerr("451 4.4.1 open timeout on %s", fname);
H A Dsavemail.c1605 usrerr("bogus xtext: +%c", c);
1621 usrerr("bogus xtext: +%x%c", *p >> 4, c);
H A Ddeliver.c4157 usrerr(mbuf, &statmsg[off]);
5538 usrerr("454 4.3.0 cannot open %s: %s",
5545 usrerr("554 5.3.0 cannot open %s: %s",
H A Dsendmail.h2475 extern void PRINTFLIKE(1, 2) usrerr __P((const char *, ...));
H A Dconf.c1212 ** message should be given using "usrerr" and an EX_ code
1228 ** none (unless you include the usrerr stuff)
1248 usrerr("553 No ARPA mail through this machine: see your system administration");
3930 usrerr("Daemon cannot have LUID");
H A Dusersmtp.c3158 usrerr("451 4.4.1 reply: read error from %s",
H A Dqueue.c4846 usrerr("510 You are not permitted to see the queue");
5849 ** and usrerr() is invoked (which could raise an exception).
5908 usrerr("452 4.4.5 Insufficient disk space; try again later");
H A Dreadcf.c2792 usrerr("name server (I option) specified but BIND not compiled in");
H A Dmap.c6130 usrerr("Cannot rebuild aliases: no database format defined");

Completed in 134 milliseconds