Home
last modified time | relevance | path

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

/dragonfly/sbin/mountctl/
H A Dmountctl.c56 const char **wopt, const char **xopt);
100 const char *xopt = NULL; in main() local
142 parse_option_keyword(optarg, &wopt, &xopt); in main()
162 xopt = optarg; in main()
231 if ((wopt || xopt) && !(aopt || ropt || mopt)) { in main()
250 if (wopt && xopt) { in main()
258 } else if (xopt) { in main()
259 fd = strtol(xopt, NULL, 0); in main()
299 parse_option_keyword(const char *opt, const char **wopt, const char **xopt) in parse_option_keyword() argument
363 *xopt = val; in parse_option_keyword()