Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dprintaudit.c80 if (!(flags & PRF_XMLM) && (strlen(separator) >= SEP_SIZE)) { in check_inputs()
342 (void) strlcpy(context->SEPARATOR, ",", SEP_SIZE); in print_audit_common()
344 if (strlen(separator) < SEP_SIZE) { in print_audit_common()
345 (void) strlcpy(context->SEPARATOR, separator, SEP_SIZE); in print_audit_common()
H A Dpraudit.h141 #define SEP_SIZE 4 macro
146 char SEPARATOR[SEP_SIZE]; /* field separator */
H A Dmain.c52 static char SEPARATOR[SEP_SIZE] = ","; /* field separator */