Searched refs:opts_optarg_int (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/logadm/ |
H A D | main.c | 589 if (opts_count(opts, "p") && opts_optarg_int(opts, "p") == OPTP_NEVER) in rotatelog() 618 stbuf.st_size < opts_optarg_int(opts, "s")) { in rotatelog() 625 off_t when = opts_optarg_int(opts, "p"); in rotatelog() 663 off_t last = opts_optarg_int(opts, "P"); in rotatelog() 670 off_t last = opts_optarg_int(cfopts, "P"); in rotatelog() 871 if (opts_count(opts, "zAS") == 0 && opts_optarg_int(opts, "C") == 0) in expirefiles() 911 if ((count = opts_optarg_int(opts, "C")) > 0) { in expirefiles() 927 if (opts_count(opts, "S") && (size = opts_optarg_int(opts, "S")) > 0) { in expirefiles() 937 int mtime = (int)time(0) - (int)opts_optarg_int(opts, "A"); in expirefiles() 952 int zcount = (int)opts_optarg_int(opts, "z"); in expirefiles()
|
H A D | opts.h | 62 off_t opts_optarg_int(struct opts *opts, const char *o);
|
H A D | opts.c | 270 opts_optarg_int(struct opts *opts, const char *o) in opts_optarg_int() function
|