Home
last modified time | relevance | path

Searched refs:OPTTYPE_INT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c75 { "p", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
76 { "P", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF },
77 { "s", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
82 { "m", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
87 { "z", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
88 { "A", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
89 { "C", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
91 { "S", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
520 { "d", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF },
521 { "e", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
[all …]
H A Dopts.h37 OPTTYPE_INT, /* simple number */ enumerator