Searched refs:rotateto (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | main.c | 60 static void rotateto(struct fn *fnp, struct opts *opts, int n, 701 rotateto(fnp, opts, 0, recentlog, B_FALSE); in rotatelog() 710 rotateto(fnp, opts, 0, recentlog, B_FALSE); in rotatelog() 784 rotateto(struct fn *fnp, struct opts *opts, int n, struct fn *recentlog, in rotateto() function 808 rotateto(newfile, opts, n + 1, recentlog, isgz); in rotateto() 817 rotateto(gzfnp, opts, n + 1, recentlog, B_TRUE); in rotateto()
|