Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Difgroup.c153 .opt_usage = "[-g groupname]",
H A Difclone.c185 static struct option clone_Copt = { .opt = "C", .opt_usage = "[-C]", .cb = clone_Copt_cb };
H A Difconfig.h256 const char *opt_usage; member
H A Daf_inet6.c779 .opt_usage = "[-L]",
H A Difconfig.c167 strlcat(options, p->opt_usage, sizeof(options)); in usage()