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

/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c558 ** xcode -- The extended (RFC 2034) reply code.
566 smfi_setreply(ctx, rcode, xcode, message)
569 char *xcode;
586 if (xcode != NULL)
588 if (!myisenhsc(xcode, '\0'))
590 len += strlen(xcode) + 1;
609 if (xcode != NULL)
610 (void) sm_strlcat(buf, xcode, len);
613 if (xcode != NULL)
629 ** xcode
639 smfi_setmlreply(SMFICTX *ctx, const char *rcode, const char *xcode, ...) argument
[all...]

Completed in 67 milliseconds