Lines Matching defs:option
8 * (at your option) any later version.
41 static const struct option options[] = {
332 int option;
340 while ((option = getopt_long(argc, argv, "d:f:gp:uvVxh", options, NULL)) >= 0)
341 switch (option) {
406 assert_not_reached("Unknown option");
423 int option;
432 option = getopt_long(newargc, newargv, "bgp:", options, NULL);
433 if (option == -1)
436 switch (option) {
459 log_error("Unknown or bad option '%c' (0x%x)", option, option);