HomeSort by relevance Sort by last modified time
    Searched refs:error_exit (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /packages/apps/Gallery2/jni_jpegstream/src/
jerr_hook.cpp 22 * Replaces libjpeg's error_exit function, returns control to
47 errMgr->mgr.error_exit = ErrExit;
  /external/toybox/toys/lsb/
seq.c 38 if (!s) error_exit("bad -f no %%f");
41 error_exit("bad -f '%s'@%d", f, (int)(s-f+1));
  /external/toybox/toys/net/
rfkill.c 40 if (tvar == 3) error_exit("unknown cmd '%s'", *optargs);
52 if (!*++optargs) error_exit("'%s' needs IDENTIFIER", optargs[-1]);
netcat.c 60 if (TT.wait) error_exit("Timeout");
77 if (!hostbyname) error_exit("no host '%s'", name);
136 if (listen(sockfd, 5)) error_exit("listen");
ftpget.c 66 if (total>=len) error_exit("overflow");
120 if (toys.optc != 3) error_exit("-m FROM TO");
159 else if (get) error_exit("no %s", remote);
195 if (lenl != lenr) error_exit("short %lld/%lld", lenl, lenr);
  /external/toybox/toys/posix/
uudecode.c 37 if (!(line = get_line(ifd))) error_exit("bad EOF");
97 if (i && i!=len) error_exit("bad %s", line);
date.c 75 error_exit("bad date '%s'; %s != %s", str, toybuf, toybuf + len);
205 if (parse_default(setdate, &tm)) error_exit("bad date '%s'", setdate);
226 error_exit("bad date '%s'", TT.showdate);
ln.c 43 if (toys.optc>1) error_exit("'%s' not a directory", dest);
rm.c 85 if (!toys.optc && !(toys.optflags & FLAG_f)) error_exit("Needs 1 argument");
  /external/toybox/lib/
xwrap.c 18 if (strlen(src)+1 > size) error_exit("'%s' > %ld bytes", src, (long)size);
27 error_exit("'%s%s' > %ld bytes", dest, src, (long)size);
65 if (!ret) error_exit("xmalloc(%ld)", (long)size);
83 if (!ptr) error_exit("xrealloc");
93 if (!ret) error_exit("xstrndup");
579 if (chdir(path)) error_exit("chdir '%s'", path);
584 if (chroot(path)) error_exit("chroot '%s'", path);
591 if (!pwd) error_exit("bad uid %ld", (long)uid);
614 error_exit("bad user '%s'", name);
628 error_exit("bad group '%s'", name)
    [all...]
  /external/toybox/toys/pending/
ip.c 272 error_exit("wrong database");
341 if (family == AF_PACKET) error_exit("'%s' may be inet prefix", name);
413 if (get_prefix(addr, &af, name, family)) error_exit("Invalid prefix");
417 error_exit("Invalid prefix");
475 if (!arg) error_exit("bad hw-addr '%s'", "");
479 error_exit("bad hw-addr '%s'", arg);
524 if (!*argv) error_exit("Invalid vlan id.");
573 error_exit("Not enough information: \"dev\" argument is required.\n");
575 error_exit("Not enough information: \"type\" argument is required.\n");
625 if (len < 2 || len > IFNAMSIZ) error_exit("Invalid device name.")
    [all...]
host.c 113 if (type < 0) error_exit("Invalid query type: %s", TT.type_str);
117 if (qlen < 0) error_exit("Invalid query parameters: %s", name);
123 error_exit("Error looking up server name: %s", gai_strerror(ret));
134 if (alen < 12) error_exit("Host not found.");
144 if (rcode) error_exit("Host not found.");
brctl.c 83 if (num < 0) error_exit("get bridges fail");
179 if (sscanf(time, "%lf", &secs) != 1) error_exit("time format not proper");
238 if (sscanf(argv[1], "%i", &prio) != 1) error_exit("prio not proper");
254 if (i >= ARRAY_LEN(ss)) error_exit("invalid stp state");
264 if (!(index = if_nametoindex(port))) error_exit("invalid port");
271 if (i >= MAX_BRIDGES) error_exit("%s not in bridge", port);
iconv.c 71 if (TT.ic == (iconv_t)-1) error_exit("bad encoding");
ping.c 100 error_exit("no v%d addr for -I %s", 4+2*(family==AF_INET6), TT.iface);
  /external/toybox/toys/other/
login.c 55 if (tty == 3) error_exit("no tty");
99 } else if (TT.username) error_exit("bad -f '%s'", TT.username);
124 if (!pwd) error_exit("max retries (3)");
hwclock.c 93 if ((time = mktime(&tm)) < 0) error_exit("mktime failed");
104 error_exit(TT.utc ? "gmtime_r failed" : "localtime_r failed");
ionice.c 62 if (!TT.pid && !toys.optc) error_exit("Need -p or COMMAND");
mix.c 52 else if (channel == SOUND_MIXER_NRDEVICES) error_exit("bad -c '%s'", TT.chan);
timeout.c 64 error_exit("bad -s: '%s'", TT.s_signal);
  /external/toybox/toys/android/
getprop.c 79 if (!TT.handle) error_exit("unable to get selinux property context handle");
97 error_exit("property_list");
  /external/libjpeg-turbo/
jcstest.c 77 jerr.pub.error_exit = my_error_exit;
jerror.h 233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
237 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
242 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
248 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
255 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
259 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
  /external/skia/src/codec/
SkJpegDecoderMgr.cpp 77 fErrorMgr.error_exit = skjpeg_err_exit;
SkJpegUtility.cpp 49 dinfo->err->error_exit((j_common_ptr) dinfo);

Completed in 520 milliseconds

12 3 4 5 6