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

/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dmain.c150 format |= PRF_ONELINE;
H A Dprint_audit.txt99 PRF_ONELINE
171 retstat = print_audit(PRF_XMLM | PRF_ONELINE, NULL);
H A Dpraudit.h69 #define PRF_ONELINE 0x0008 /* one-line output */ macro
H A Dtoken.c511 if (context->format & PRF_ONELINE) {
527 } /* else if PRF_ONELINE */
767 (context->format & PRF_ONELINE) ? "" : gettext("argcnt"),
768 (context->format & PRF_ONELINE) ? "" : context->SEPARATOR,
785 (context->format & PRF_ONELINE) ? "" : gettext("envcnt"),
786 (context->format & PRF_ONELINE) ? "" : context->SEPARATOR,
H A Dformat.c124 if (!(context->format & PRF_ONELINE) && (flag == 1))
2744 * determined by PRF_ONELINE, and the flag value,
2824 if (!(context->format & PRF_ONELINE)) {

Completed in 104 milliseconds