Searched defs:recentlog (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c59 struct fn *recentlog, boolean_t isgz);
578 struct fn *recentlog = fn_new(NULL); /* for -R cmd */ local
696 rotateto(fnp, opts, 0, recentlog, B_FALSE);
705 rotateto(fnp, opts, 0, recentlog, B_FALSE);
741 kw_init(recentlog, NULL);
747 fn_free(recentlog);
779 rotateto(struct fn *fnp, struct opts *opts, int n, struct fn *recentlog, argument
803 rotateto(newfile, opts, n + 1, recentlog, isgz);
812 rotateto(gzfnp, opts, n + 1, recentlog, B_TRUE);
852 fn_renew(recentlog, fn_
[all...]

Completed in 59 milliseconds