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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c222 * OUTPUT_BUF_SIZE, which can happen if the hostname is one or two
789 #define OUTPUT_BUF_SIZE 1024 - 48 macro
811 outbuf = malloc(OUTPUT_BUF_SIZE);
874 maxavail = OUTPUT_BUF_SIZE - 20;
876 maxavail = OUTPUT_BUF_SIZE - strlen(localname) - 2;

Completed in 58 milliseconds