Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ifconfig/
H A Difconfig.h130 const char *opt_usage; member
H A Difclone.c190 static struct option clone_Copt = { .opt = "C", .opt_usage = "[-C]", .cb = clone_Copt_cb };
H A Daf_inet6.c538 .opt_usage = "[-L]",
H A Difconfig.c187 strlcat(options, p->opt_usage, sizeof(options)); in usage()