Home | History | Annotate | Download | only in pending

Lines Matching refs:error_exit

103     error_exit("bad hw addr '%s'", hw);
144 if (!*++argv) error_exit("NULL netmask");
151 if (!*++argv) error_exit("NULL dev");
153 } else if (j > 4) error_exit("invalid arg");
162 if (!toys.optargs[1]) error_exit("bad syntax");
171 error_exit("protocol type mismatch");
228 error_exit((type != -1)?"only inet supported by kernel":"unknown family");
234 error_exit((type != -1)?"h/w type not supported":"unknown h/w type");
239 if (!toys.optargs[0]) error_exit("host name req");
281 if (!hwtype[i].name) error_exit("unknown h/w type");