• Home
  • Raw
  • Download

Lines Matching refs:option_error

387 	    option_error("unrecognized option '%s'", arg);
393 option_error("too few parameters for option %s", arg);
427 option_error("unable to drop privileges to open %s: %m", filename);
441 option_error("Can't open options file %s: %m", filename);
455 option_error("In file %s: unrecognized option '%s'",
462 option_error(
563 option_error("In secrets file: unrecognized option '%s'",
572 option_error(
671 option_error("%s%s set in %s cannot be overridden\n",
683 option_error("%s%s cannot be changed after initialization",
688 option_error("using the %s%s requires root privilege",
693 option_error("%s%s is disabled", opt->name, optopt);
697 option_error("the %s%s may not be changed in %s",
727 option_error("%s value must be%s >= %d",
731 option_error("%s value must be%s <= %d",
735 option_error("%s value must be%s between %d and %d",
752 option_error("%s value cannot be increased", opt->name);
1086 option_error __V((char *fmt, ...)) in option_error() function
1351 option_error("Error reading %s: %m", filename);
1361 option_error("warning: quoted word runs to end of file (%.20s...)",
1369 option_error("warning: word in file %s too long (%.20s...)",
1394 option_error("invalid numeric parameter '%s' for %s option",
1463 option_error("call option value may not contain .. or start with /");
1491 option_error("error in pass-filter expression: %s\n",
1512 option_error("error in active-filter expression: %s\n",
1549 option_error("unable to drop permissions to open %s: %m", *argv);
1560 option_error("Can't open log file %s: %m", *argv);
1618 option_error("%s", err);
1619 option_error("Couldn't load plugin %s", arg);
1624 option_error("%s has no initialization entry point", arg);
1631 option_error("Plugin %s is for pppd version %s, this is %s",
1660 option_error("missing = in name=value: %s", arg);
1664 option_error("missing variable name: %s", arg);
1735 option_error("unexpected = in name: %s", arg);
1739 option_error("missing variable name for unset");