Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sendmail/libmilter/
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 …]
/freebsd-10-stable/contrib/dialog/
Daclocal.m43829 for cf_shared_opts in -xcode=pic32 -xcode=pic13 -KPIC -Kpic -O
Dconfigure10143 for cf_shared_opts in -xcode=pic32 -xcode=pic13 -KPIC -Kpic -O
/freebsd-10-stable/contrib/ncurses/
Daclocal.m44408 CC_SHARED_OPTS='-xcode=pic32'
DNEWS237 + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.