Lines Matching defs:option
101 static const struct option longopts[] = {
110 static const struct option prop_longopts[] = {
329 char option;
340 while ((option = getopt_long(argc, argv, "tR:l:a:p:",
342 switch (option) {
372 die_opterr(optopt, option);
410 char option;
421 while ((option = getopt_long(argc, argv, ":tR:l:",
423 switch (option) {
442 die_opterr(optopt, option);
592 int option;
604 while ((option = getopt_long(argc, argv, ":pPl:o:",
606 switch (option) {
616 die_optdup(option);
631 die_opterr(optopt, option);
686 int i, option;
697 while ((option = getopt_long(argc, argv, ":p:R:t",
699 switch (option) {
717 die_opterr(optopt, option);
922 die("the option -%c cannot be specified more than once", opt);
930 die("option '-%c' requires a value", opt);
934 die("unrecognized option '-%c'", opt);
1131 int option;
1149 while ((option = getopt_long(argc, argv, ":p:cPl:o:",
1151 switch (option) {
1173 die_opterr(optopt, option);