• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/

Lines Matching refs:option_error

310 	    option_error("unrecognized option '%s'", arg);

316 option_error("too few parameters for option %s", arg);
360 option_error("Can't open options file %s: %m", filename);
374 option_error("In file %s: unrecognized option '%s'",
381 option_error(
482 option_error("In secrets file: unrecognized option '%s'",
491 option_error(
589 option_error("%s%s set in %s cannot be overridden\n",
601 option_error("%s%s cannot be changed after initialization",
606 option_error("using the %s%s requires root privilege",
611 option_error("%s%s is disabled", opt->name, optopt);
615 option_error("the %s%s may not be changed in %s",
639 option_error("%s value must be%s >= %d",
643 option_error("%s value must be%s <= %d",
647 option_error("%s value must be%s between %d and %d",
664 option_error("%s value cannot be increased", opt->name);
1001 * option_error - print a message about an error in an option.
1006 option_error __V((char *fmt, ...))
1245 option_error("Error reading %s: %m", filename);
1260 option_error("warning: word in file %s too long (%.20s...)",
1285 option_error("invalid numeric parameter '%s' for %s option",
1354 option_error("call option value may not contain .. or start with /");
1382 option_error("error in pass-filter expression: %s\n", pcap_geterr(&pc));
1398 option_error("error in active-filter expression: %s\n", pcap_geterr(&pc));
1438 option_error("Can't open log file %s: %m", *argv);
1476 option_error("%s", err);
1477 option_error("Couldn't load plugin %s", arg);
1482 option_error("%s has no initialization entry point", arg);
1489 option_error("Plugin %s is for pppd version %s, this is %s",