Searched defs:opts_parse_atopi (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c57 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 },
337 * opts_parse_atopi -- parse a positive integer format optarg
340 opts_parse_atopi(const char *o, const char *optarg) function
355 * opts_parse_atopi -- parse a size format optarg into bytes
522 { "f", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },

Completed in 59 milliseconds