1 2 3 4 5 6 7 8 9 10 11 12
static void log_roll_file(log_output_t *plo) { INT32 retcode; const CHAR *name_save; const CHAR *name_temp; if (plo->pfile != NULL) { } }