Searched defs:option_error (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c411 option_error("too few parameters for option '%s'", arg);
428 option_error("unrecognized option '%s'", arg);
468 option_error("file nesting too deep");
482 option_error("Can't open options file %s: %m", filename);
511 option_error("too few parameters for option '%s'", cmd);
518 option_error("the '%s' option may not be used here", cmd);
532 option_error("unrecognized option '%s'", cmd);
546 option_error("error in included file");
649 option_error("too few parameters for option '%s'",
667 option_error("unrecognize
1108 option_error __V((char *fmt, ...)) function
[all...]

Completed in 62 milliseconds