Home
last modified time | relevance | path

Searched refs:xcode (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README850 -xarch=v9 -xcode=abs44
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c564 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()
[all …]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c149 #define PUTM() if (xcode >= 0) puts(gettext(msgtab[xcode]))
228 static int xcode = -1; variable
1308 xcode = code; in error()