Lines Matching refs:xcode
564 smfi_setreply(ctx, rcode, xcode, message) in smfi_setreply() argument
567 char *xcode;
584 if (xcode != NULL)
586 if (!myisenhsc(xcode, '\0'))
588 len += strlen(xcode) + 1;
607 if (xcode != NULL)
608 (void) sm_strlcat(buf, xcode, len);
611 if (xcode != NULL)
637 smfi_setmlreply(SMFICTX *ctx, const char *rcode, const char *xcode, ...) in smfi_setmlreply() argument
639 smfi_setmlreply(ctx, rcode, xcode, va_alist) in smfi_setmlreply()
642 const char *xcode;
665 if (xcode != NULL)
667 if (!myisenhsc(xcode, '\0'))
669 xc = xcode;
683 SM_VA_START(ap, xcode);
713 SM_VA_START(ap, xcode);