Home
last modified time | relevance | path

Searched refs:actual_format (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c367 const char *actual_format; in klog_com_err_proc() local
394 actual_format = format; in klog_com_err_proc()
405 actual_format = (format + 1); in klog_com_err_proc()
452 vsnprintf(cp, sizeof(outbuf) - (cp - outbuf), actual_format, ap); in klog_com_err_proc()
454 vsprintf(cp, actual_format, ap); in klog_com_err_proc()
456 sprintf(cp, actual_format, ((int *) ap)[0], ((int *) ap)[1], in klog_com_err_proc()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c367 const char *actual_format; in klog_com_err_proc() local
395 actual_format = format; in klog_com_err_proc()
406 actual_format = (format + 1); in klog_com_err_proc()
453 vsnprintf(cp, sizeof(outbuf) - (cp - outbuf), actual_format, ap); in klog_com_err_proc()
455 vsprintf(cp, actual_format, ap); in klog_com_err_proc()
457 sprintf(cp, actual_format, ((int *) ap)[0], ((int *) ap)[1], in klog_com_err_proc()