Searched refs:actual_format (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | logger.c | 369 const char *actual_format; 396 actual_format = format; 407 actual_format = (format + 1); 454 vsnprintf(cp, sizeof(outbuf) - (cp - outbuf), actual_format, ap); 456 vsprintf(cp, actual_format, ap); 458 sprintf(cp, actual_format, ((int *) ap)[0], ((int *) ap)[1], 367 const char *actual_format; local
|
/illumos-gate/usr/src/lib/krb5/kadm5/srv/ |
H A D | logger.c | 369 const char *actual_format; 397 actual_format = format; 408 actual_format = (format + 1); 455 vsnprintf(cp, sizeof(outbuf) - (cp - outbuf), actual_format, ap); 457 vsprintf(cp, actual_format, ap); 459 sprintf(cp, actual_format, ((int *) ap)[0], ((int *) ap)[1], 367 const char *actual_format; local
|
Completed in 47 milliseconds