Home | History | Annotate | Download | only in pppd

Lines Matching full:option_error

365 	    option_error("unrecognized option '%s'", arg);
371 option_error("too few parameters for option %s", arg);
415 option_error("Can't open options file %s: %m", filename);
429 option_error("In file %s: unrecognized option '%s'",
436 option_error(
537 option_error
546 option_error(
645 option_error("%s%s set in %s cannot be overridden\n",
657 option_error("%s%s cannot be changed after initialization",
662 option_error("using the %s%s requires root privilege",
667 option_error("%s%s is disabled", opt->name, optopt);
671 option_error("the %s%s may not be changed in %s",
701 option_error("%s value must be%s >= %d",
705 option_error("%s value must be%s <= %d",
709 option_error("%s value must be%s between %d and %d",
726 option_error("%s value cannot be increased", opt->name);
1047 * option_error - print a message about an error in an option.
1052 option_error __V((char *fmt, ...))
1322 option_error("Error reading %s: %m", filename);
1337 option_error("warning: word in file %s too long (%.20s...)",
1362 option_error("invalid numeric parameter '%s' for %s option",
1431 option_error("call option value may not contain .. or start with /");
1459 option_error("error in pass-filter expression: %s\n",
1480 option_error("error in active-filter expression: %s\n",
1524 option_error("Can't open log file %s: %m", *argv);
1582 option_error("%s", err);
1583 option_error("Couldn't load plugin %s", arg);
1588 option_error("%s has no initialization entry point", arg);
1595 option_error("Plugin %s is for pppd version %s, this is %s",