Searched refs:SEP_SIZE (Results 1 – 3 of 3) sorted by relevance
80 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()
141 #define SEP_SIZE 4 macro146 char SEPARATOR[SEP_SIZE]; /* field separator */
52 static char SEPARATOR[SEP_SIZE] = ","; /* field separator */