Searched refs:opts_parse_atopi (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | opts.c | 57 static off_t opts_parse_atopi(const char *o, const char *optarg); 82 { "m", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF }, 87 { "z", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF }, 89 { "C", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF }, 340 opts_parse_atopi(const char *o, const char *optarg) in opts_parse_atopi() function 522 { "f", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
|