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

/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c65 static size_t maxavail; variable
195 * than the space available for text if maxavail is within two bytes of
752 * assuming a hostname length of 0. maxavail reduces use of the
753 * allocated space by the length of the hostname (see maxavail).
785 rc = filter(input, sequence, outbuf, in_len, maxavail);
843 maxavail = OUTPUT_BUF_SIZE - 20;
845 maxavail = OUTPUT_BUF_SIZE - strlen(localname) - 2;

Completed in 15 milliseconds