Searched refs:FORMAT_LEN (Results 1 – 1 of 1) sorted by relevance
1669 #define FORMAT_LEN 256 in construct_format() macro1671 format = safe_malloc(FORMAT_LEN); in construct_format()1674 len += snprintf(format + len, FORMAT_LEN - len, "\t"); in construct_format()1675 if ((len <= 0) || (len > FORMAT_LEN - 1)) { in construct_format()