Searched refs:SUFFIX_LEN (Results 1 – 1 of 1) sorted by relevance
28 #define SUFFIX_LEN 10 in ulog_file_rotate() macro46 rt_snprintf(old_path + base_len, SUFFIX_LEN, index ? "_%d.log" : ".log", index - 1); in ulog_file_rotate()47 rt_snprintf(new_path + base_len, SUFFIX_LEN, "_%d.log", index); in ulog_file_rotate()
Completed in 8 milliseconds