Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Dcomnd.c148 if (isprint(opts[i].short_arg)) { in arg_help()
149 snprintf(buf, sizeof(buf), " -%c, ", opts[i].short_arg); in arg_help()
198 lopts[i].val = opts[i].short_arg; in arg_parse()
199 if (isprint(opts[i].short_arg)) { in arg_parse()
200 *p++ = opts[i].short_arg; in arg_parse()
H A Dcomnd.h56 int short_arg; member