FORMAT_LEN
format = safe_malloc(FORMAT_LEN);
len += snprintf(format + len, FORMAT_LEN - len, "\t");
if ((len <= 0) || (len > FORMAT_LEN - 1)) {