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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c85 static size_t maxavail; variable
221 * space available for text if maxavail is within two bytes of
786 * assuming a hostname length of 0. maxavail reduces use of the
787 * allocated space by the length of the hostname (see maxavail)
818 rc = filter(input, sequence, outbuf, in_len, maxavail);
874 maxavail = OUTPUT_BUF_SIZE - 20;
876 maxavail = OUTPUT_BUF_SIZE - strlen(localname) - 2;

Completed in 73 milliseconds