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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c58 static void rotateto(struct fn *fnp, struct opts *opts, int n,
696 rotateto(fnp, opts, 0, recentlog, B_FALSE);
705 rotateto(fnp, opts, 0, recentlog, B_FALSE);
779 rotateto(struct fn *fnp, struct opts *opts, int n, struct fn *recentlog, function
798 (void) fprintf(stderr, "rotateto: %s -> %s (%d)\n",
803 rotateto(newfile, opts, n + 1, recentlog, isgz);
812 rotateto(gzfnp, opts, n + 1, recentlog, B_TRUE);

Completed in 70 milliseconds