Home
last modified time | relevance | path

Searched refs:opts_optarg_int (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c594 if (opts_count(opts, "p") && opts_optarg_int(opts, "p") == OPTP_NEVER) in rotatelog()
623 stbuf.st_size < opts_optarg_int(opts, "s")) { in rotatelog()
630 off_t when = opts_optarg_int(opts, "p"); in rotatelog()
668 off_t last = opts_optarg_int(opts, "P"); in rotatelog()
675 off_t last = opts_optarg_int(cfopts, "P"); in rotatelog()
876 if (opts_count(opts, "zAS") == 0 && opts_optarg_int(opts, "C") == 0) in expirefiles()
917 if ((count = opts_optarg_int(opts, "C")) > 0) { in expirefiles()
933 if (opts_count(opts, "S") && (size = opts_optarg_int(opts, "S")) > 0) { in expirefiles()
943 int mtime = (int)time(0) - (int)opts_optarg_int(opts, "A"); in expirefiles()
958 int zcount = (int)opts_optarg_int(opts, "z"); in expirefiles()
H A Dopts.h62 off_t opts_optarg_int(struct opts *opts, const char *o);
H A Dopts.c270 opts_optarg_int(struct opts *opts, const char *o) in opts_optarg_int() function