HomeSort by relevance Sort by last modified time
    Searched refs:error_exit (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/toybox/toys/pending/
dd.c 111 if (*ch == '-') error_exit("invalid number '%s'",arg);
119 error_exit("invalid number '%s'",arg);
298 if (!(arg = strchr(*toys.optargs, '='))) error_exit("unknown arg %s", *toys.optargs);
303 comp))) error_exit("unknown arg %s", key.name);
338 error_exit("unknown conversion %s", key.name);
compress.c 291 if ((length - huff->length) & 16) error_exit("bad symbol");
308 if (type == 3) error_exit("bad type");
318 if (len != (0xffff & ~nlen)) error_exit("bad len");
372 if (i > litlen+distlen) error_exit("bad tree");
558 if (!is_gzip(bb)) error_exit("not gzip");
571 error_exit("bad crc");
traceroute.c 152 sizeof(ttl)) < 0) error_exit("setsockopt ttl %d", ttl);
191 if (ret || !info) error_exit("bad address: %s ", host);
498 if (lsrr >= 8) error_exit("no more than 8 gateways"); // NGATEWAYS
586 error_exit("bad address: %s", TT.src_ip);
595 error_exit("ERROR :Range for -f is 1 to %ld (max ttl)", TT.max_ttl);
608 error_exit("bad address: %s", TT.src_ip);
612 error_exit("bind: Cannot assign requested address");
623 error_exit("probe addr failed");
crontab.c 217 error_exit("No crontab for '%s'", name);
226 error_exit("No crontab for '%s'", name);
258 error_exit("errors in crontab file '%s', can't install.", fname);
343 if (getuid()) error_exit("must be privileged to use -u");
  /external/libjpeg-turbo/
jerror.h 232 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
236 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
241 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
247 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
254 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
258 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
  /external/pdfium/third_party/libjpeg/
jerror.h 207 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
211 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
216 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
222 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
229 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
  /external/toybox/toys/posix/
find.c 141 else if (!isdigit(*str)) error_exit("%s not [+-]N", str);
353 if (i<0) error_exit("bad -type '%c'", *ss[1]);
438 if (!ss[1] || !strcmp(ss[1], ";")) error_exit("'%s' needs 1 arg", s);
456 if (!ss[len]) error_exit("-exec without %s",
513 if (!*++ss) error_exit("'%s' needs 1 arg", --s);
532 error_exit("bad arg '%s'", *ss);
expand.c 110 if (*s) error_exit("bad tablist");
paste.c 42 error_exit("bad delimiter: \\%c", *p);
split.c 67 if (j) error_exit("bad suffix");
ulimit.c 69 if ((toys.optflags&(FLAG_a|FLAG_p)) && toys.optc) error_exit("can't set -ap");
od.c 88 } else error_exit("bad -tf '%d'", t->size);
260 error_exit("bad -t %s", base);
271 error_exit("bad -A '%c'", *TT.address_base);
  /external/toybox/lib/
getmountlist.c 22 error_exit("%s '%s'\n%*c", err, al->arg,
139 if (strncmp(t, "no", 2)) error_exit("bad typelist");
  /external/toybox/toys/lsb/
killall.c 78 error_exit("Invalid signal");
mount.c 159 if (type) error_exit("--move with -t");
291 else error_exit("Max 2 arguments\n");
294 if ((toys.optflags & FLAG_a) && dir) error_exit("-a with >1 arg");
359 error_exit("'%s' not in %s", dir ? dir : dev,
  /external/toybox/toys/other/
inotifyd.c 61 if (i == -1) error_exit("bad mask '%c'", *masks);
nbd_client.c 63 error_exit("bad login %s:%s", host, port);
nsenter.c 150 if (!(toys.optflags & FLAG_t)) error_exit("need -t or =filename");
switch_root.c 51 if (getpid() != 1) error_exit("not pid 1");
vconfig.c 50 error_exit("%s: unknown '%s'", cmd, toys.optargs[1]);
lsattr.c 307 error_exit("no '=' with '-' or '+'");
308 if (chattr.rm & chattr.add) error_exit("set/unset same flag");
310 error_exit("need '-v', '=', '-' or '+'");
  /frameworks/av/cmds/stagefright/
jpeg.cpp 53 sf_err.jerr.error_exit = sf_jpeg_error_exit;
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 116 goto error_exit;
136 goto error_exit;
147 // goto error_exit;
154 // goto error_exit;
164 goto error_exit;
180 goto error_exit;
185 error_exit:
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 115 goto error_exit;
135 goto error_exit;
146 // goto error_exit;
153 // goto error_exit;
163 goto error_exit;
179 goto error_exit;
184 error_exit:
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 684 goto error_exit;
701 goto error_exit;
707 goto error_exit;
716 goto error_exit;
722 goto error_exit;
744 goto error_exit;
    [all...]

Completed in 335 milliseconds

1 23 4 5 6 7