Searched refs:shortopt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c219 char shortopt[] = "- "; local
222 shortopt[1] = opt;
237 longopt ? "-" : "", longopt ? longopt : shortopt,
242 errx(1, "Timeout for %s%s is too small, please choose a higher timeout.", longopt ? "-" : "", longopt ? longopt : shortopt);
/freebsd-10-stable/contrib/binutils/ld/
H A Dlexsup.c177 char shortopt; member in struct:ld_option
591 if (ld_options[i].shortopt != '\0')
593 shortopts[is] = ld_options[i].shortopt;
1565 if (ld_options[j].shortopt != '\0'
1568 printf ("%s-%c", comma ? ", " : "", ld_options[j].shortopt);

Completed in 60 milliseconds