Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/praudit/
H A Dmain.c150 format |= PRF_ONELINE; in process_options()
H A Dtoken.c511 if (context->format & PRF_ONELINE) { in arbitrary_data_token()
767 (context->format & PRF_ONELINE) ? "" : gettext("argcnt"), in cmd_token()
768 (context->format & PRF_ONELINE) ? "" : context->SEPARATOR, in cmd_token()
785 (context->format & PRF_ONELINE) ? "" : gettext("envcnt"), in cmd_token()
786 (context->format & PRF_ONELINE) ? "" : context->SEPARATOR, in cmd_token()
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 Dformat.c124 if (!(context->format & PRF_ONELINE) && (flag == 1)) in do_newline()
2824 if (!(context->format & PRF_ONELINE)) { in pa_print()