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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Derrors.c56 if (ep->msg && ep->msg != ep->scratch_buf) {
70 vsnprintf(ep->scratch_buf, sizeof(ep->scratch_buf), fmt, args);
71 p = strdup(ep->scratch_buf);
72 ep->msg = p ? p : ep->scratch_buf;
82 strcpy(ep->scratch_buf, _("Out of memory"));
83 r = ep->scratch_buf;
88 strncpy(ep->scratch_buf, _("Kerberos library initialization failure"),
89 sizeof(ep->scratch_buf));
90 ep->scratch_buf[sizeo
[all...]
/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c58 static char scratch_buf[4096]; variable
280 snprintf(scratch_buf, sizeof(scratch_buf),
293 snprintf(scratch_buf, sizeof(scratch_buf),
298 do_write(output_file, scratch_buf);
300 snprintf(scratch_buf, sizeof(scratch_buf),
304 do_write(output_file, scratch_buf);
307 snprintf(scratch_buf, sizeo
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-err.h52 char scratch_buf[1024]; member in struct:errinfo
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c486 spnego_ctx->err.scratch_buf[0] = 0;

Completed in 66 milliseconds