Searched refs:opts_parse_ctime (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | opts.c | 55 static off_t opts_parse_ctime(const char *o, const char *optarg); 76 { "P", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF }, 320 opts_parse_ctime(const char *o, const char *optarg) in opts_parse_ctime() function 520 { "d", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF },
|