Searched refs:option_error (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 411 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("unrecognized option '%s'", w->word); [all …]
|
H A D | multilink.c | 350 option_error("cannot parse endpoint class in \"%s\"", 362 option_error("invalid class/value separator '%c'", *str); 392 option_error("no valid hex digits in \"%s\"", str); 402 option_error("too many bytes in value; max is %d", 407 option_error("bad endpoint; MAC address must have 6 bytes");
|
H A D | auth.c | 325 option_error("unable to open user login data file %s", *argv); 333 option_error("unable to read user login data file %s", *argv); 364 option_error("group %s is unknown", *argv); 991 option_error( in auth_check_options() 993 option_error( in auth_check_options() 996 option_error( in auth_check_options() 1000 option_error( in auth_check_options() 1002 option_error( in auth_check_options() 1005 option_error( in auth_check_options()
|
H A D | main.c | 328 option_error("Couldn't get hostname: %m"); 390 option_error("no device specified and stdin is not a tty"); 417 option_error("must be root to run %s, since it is not setuid-root", 423 option_error(no_ppp_msg); 440 option_error("connect script is required for demand-dialling\n"); 444 option_error("updetach cannot be used with %s", 454 option_error("%s option precludes specifying device name", 459 option_error("pty option is incompatible with notty option"); 464 option_error("socket option is incompatible with pty and notty");
|
H A D | ccp.c | 214 option_error("invalid parameter '%s' for bsdcomp option", *argv); 219 option_error("bsdcomp option values must be 0 or %d .. %d", 264 option_error("invalid parameter '%s' for deflate option", *argv); 279 option_error("deflate option values must be 0 or {%d,%d} .. {%d,%d}",
|
H A D | lcp.c | 380 option_error("escape parameter contains invalid hex number '%s'", 386 option_error("can't escape character 0x%x", n); 410 option_error("invalid numeric parameter '%s' for 'asyncmap' option", 430 option_error("Can't parse '%s' as an endpoint discriminator", *argv); 473 option_error("Can't parse '%s' as an FCS type", arg);
|
H A D | ipcp.c | 268 option_error("vj-max-slots value must be between 2 and 16"); 324 option_error("invalid address parameter '%s' for ms-dns option", *argv); 341 option_error("invalid address parameter '%s' for ms-wins option",
|
H A D | ipv6cp.c | 304 option_error("Illegal interface identifier (local): %s", arg); 317 option_error("Illegal interface identifier (remote): %s", comma);
|
H A D | pppd.h | 659 extern void option_error __P((char *fmt, ...));
|
H A D | sys-solaris.c | 1239 option_error("speed %d not supported", bps); in translate_speed()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | pppoe.c | 109 option_error("unable to open %s: %m", devnam); in pppoe_check_options() 115 option_error("device %s is not a PPP tunneling device", in pppoe_check_options() 122 option_error("standard input is not a PPP device"); in pppoe_check_options() 127 option_error("standard input is not a PPP tunnel"); in pppoe_check_options() 132 option_error("standard input not connected to PPPoE"); in pppoe_check_options()
|
H A D | mapfile-pppoe | 48 option_error { TYPE = FUNCTION; FLAGS = extern }; # " "
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ClientLib_en.properties | 143 option_error = Option offset ``{0}'''' greater than message length ``{1}''''. key
|