Searched refs:numlogs (Results 1 – 1 of 1) sorted by relevance
181 int numlogs; /* Number of logs to keep */ member432 tempwork->numlogs = src_entry->numlogs; in init_entry()452 tempwork->numlogs = 1; in init_entry()556 printf("%s <%d%s>: ", ent->log, ent->numlogs, in do_entry()676 ent->numlogs, in do_entry()959 defconf->numlogs = 3; in get_worklist()1329 if (!sscanf(q, "%d", &working->numlogs) || working->numlogs < 0) in parse_file()1753 if (logcnt > 0 && logcnt >= ent->numlogs && ent->numlogs > 1) { in delete_oldest_timelog()1766 for (i = ent->numlogs - 1; i < logcnt; i++) { in delete_oldest_timelog()1939 delete_classiclog(dirpart, namepart, ent->numlogs); in do_rotate()[all …]