• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ppp-786.1.1/Helpers/pppd/

Lines Matching defs:option_error

457 	    option_error("unrecognized option '%s'", arg);
463 option_error("too few parameters for option %s", arg);
510 option_error("Can't open options file %s: %m", filename);
527 option_error("In file %s: unrecognized option '%s'",
534 option_error(
643 option_error("In secrets file: unrecognized option '%s'",
652 option_error(
755 option_error("%s%s set in %s cannot be overridden\n",
767 option_error("%s%s cannot be changed after initialization",
772 option_error("using the %s%s requires root privilege",
777 option_error("%s%s is disabled", opt->name, optopt);
781 option_error("the %s%s may not be changed in %s",
811 option_error("%s value must be%s >= %d",
815 option_error("%s value must be%s <= %d",
819 option_error("%s value must be%s between %d and %d",
836 option_error("%s value cannot be increased", opt->name);
1209 * option_error - print a message about an error in an option.
1214 option_error __V((char *fmt, ...))
1480 option_error("Error reading %s: %m", filename);
1495 option_error("warning: word in file %s too long (%.20s...)",
1520 option_error("invalid numeric parameter '%s' for %s option",
1589 option_error("call option value may not contain .. or start with /");
1621 option_error("error in pass-filter expression: %s\n", pcap_geterr(&pc));
1637 option_error("error in active-filter expression: %s\n", pcap_geterr(&pc));
1744 option_error("Can't open log file %s: %m", *argv);
1793 option_error("Couldn't load plugin %s", arg);
1812 option_error("Couldn't load plugin %s", arg);
1852 option_error("In controller file descriptor: unrecognized option '%s'",
1861 option_error(
1899 option_error("Can't verify the controller started the connection");
1906 option_error("Can't duplicate control file descripor: %m");
1913 option_error("Can't open control file descripor: %m");
1921 option_error("Can't duplicate status file descripor: %m");
1991 option_error("%s", err);
1992 option_error("Couldn't load plugin %s", arg);
1997 option_error("%s has no initialization entry point", arg);
2004 option_error("Plugin %s is for pppd version %s, this is %s",