Searched defs:pa_putstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1782 pa_putstr(pr_context_t *context, int printable, char *str, size_t len) function
1825 wstat = pa_putstr(context, printable, &c, 1);
1853 wstat = pa_putstr(context, printable, mbuf, rlen);
2716 err = pa_putstr(context, printable, &c, 1);
2728 err = pa_putstr(context, printable, str, len);

Completed in 67 milliseconds