Home
last modified time | relevance | path

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

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