Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c791 #define OUTPUT_BUF_SIZE 1024 - 48 macro
813 outbuf = malloc(OUTPUT_BUF_SIZE); in auditd_plugin()
876 maxavail = OUTPUT_BUF_SIZE - 20; in auditd_plugin_open()
878 maxavail = OUTPUT_BUF_SIZE - strlen(localname) - 2; in auditd_plugin_open()