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

Lines Matching defs:option_error

379 	    option_error("unrecognized option '%s'", arg);
385 option_error("too few parameters for option %s", arg);
419 option_error("unable to drop privileges to open %s: %m", filename);
433 option_error("Can't open options file %s: %m", filename);
447 option_error("In file %s: unrecognized option '%s'",
454 option_error(
555 option_error("In secrets file: unrecognized option '%s'",
564 option_error(
663 option_error("%s%s set in %s cannot be overridden\n",
675 option_error("%s%s cannot be changed after initialization",
680 option_error("using the %s%s requires root privilege",
685 option_error("%s%s is disabled", opt->name, optopt);
689 option_error("the %s%s may not be changed in %s",
719 option_error("%s value must be%s >= %d",
723 option_error("%s value must be%s <= %d",
727 option_error("%s value must be%s between %d and %d",
744 option_error("%s value cannot be increased", opt->name);
1065 * option_error - print a message about an error in an option.
1070 option_error __V((char *fmt, ...))
1338 option_error("Error reading %s: %m", filename);
1353 option_error("warning: word in file %s too long (%.20s...)",
1378 option_error("invalid numeric parameter '%s' for %s option",
1447 option_error("call option value may not contain .. or start with /");
1475 option_error("error in pass-filter expression: %s\n",
1496 option_error("error in active-filter expression: %s\n",
1533 option_error("unable to drop permissions to open %s: %m", *argv);
1544 option_error("Can't open log file %s: %m", *argv);
1602 option_error("%s", err);
1603 option_error("Couldn't load plugin %s", arg);
1608 option_error("%s has no initialization entry point", arg);
1615 option_error("Plugin %s is for pppd version %s, this is %s",