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

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.h62 off_t opts_optarg_int(struct opts *opts, const char *o);
H A Dmain.c589 if (opts_count(opts, "p") && opts_optarg_int(opts, "p") == OPTP_NEVER)
618 stbuf.st_size < opts_optarg_int(opts, "s")) {
625 off_t when = opts_optarg_int(opts, "p");
663 off_t last = opts_optarg_int(opts, "P");
670 off_t last = opts_optarg_int(cfopts, "P");
871 if (opts_count(opts, "zAS") == 0 && opts_optarg_int(opts, "C") == 0)
911 if ((count = opts_optarg_int(opts, "C")) > 0) {
927 if (opts_count(opts, "S") && (size = opts_optarg_int(opts, "S")) > 0) {
937 int mtime = (int)time(0) - (int)opts_optarg_int(opts, "A");
952 int zcount = (int)opts_optarg_int(opt
[all...]
H A Dopts.c267 * opts_optarg_int -- return the int value for the given option
270 opts_optarg_int(struct opts *opts, const char *o) function

Completed in 62 milliseconds