Lines Matching defs:option_error

412 		option_error("too few parameters for option '%s'", arg);
429 option_error("unrecognized option '%s'", arg);
469 option_error("file nesting too deep");
483 option_error("Can't open options file %s: %m", filename);
512 option_error("too few parameters for option '%s'", cmd);
519 option_error("the '%s' option may not be used here", cmd);
533 option_error("unrecognized option '%s'", cmd);
547 option_error("error in included file");
650 option_error("too few parameters for option '%s'",
668 option_error("unrecognized option '%s'", w->word);
722 option_error("it's too late to use the '%s' option", opt->name);
726 option_error("using the '%s' option requires root privilege",
732 option_error("'%s' option is disabled", opt->name);
738 option_error("'%s' option cannot be overridden", opt->name);
762 option_error("%s value must be%s >= %d",
766 option_error("%s value must be%s <= %d",
770 option_error("%s value must be%s between %d and %d",
788 option_error("%s value cannot be set to infinity; limited to %d",
793 option_error("%s value cannot be increased beyond %d",
1105 * option_error - print a message about an error in an option. The message is
1109 option_error __V((char *fmt, ...))
1367 option_error("Error reading %s: %m", filename);
1382 option_error("warning: word in file %s too long (%.20s...)",
1408 option_error("invalid numeric parameter '%s' for '%s' option",
1443 * be used as part of an option_error call.
1525 option_error("call option value may not contain .. or start with /");
1567 option_error("error in pass-filter expression: %s\n", pcap_geterr(&pc));
1586 option_error("error in active-filter expression: %s\n", pcap_geterr(&pc));
1620 option_error("using the domain option requires root privilege");
1684 option_error("Couldn't stat '%s': %m", cp);
1688 option_error("'%s' is not a character device", cp);
1693 option_error("device name cannot be changed after initialization");
1696 option_error("per-tty options file may not specify device name");
1701 option_error("device name %s from %s cannot be overridden",
1743 option_error("unknown host: %s", arg);
1750 option_error("bad local IP address %I", local);
1766 option_error("unknown host: %s", colon);
1775 option_error("bad remote IP address %I", remote);
1812 option_error("invalid netmask value '%s'", *argv);
1961 option_error("Can't open log file %s: %m", *argv);
1992 option_error("%s", err);
1993 option_error("Couldn't load plugin %s", arg);
1998 option_error("%s has no initialization entry point", arg);