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

12 3 4 5 6 7

  /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/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);
ftpget.c 83 error_exit("%s server response: %s", (msg_str) ? msg_str:"", toybuf);
143 if (status) error_exit("bad address '%s' : %s", host, gai_strerror(status));
202 if (rfd < 0 || wfd < 0) error_exit("Error in file creation:");
277 error_exit("Missing username:");
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/skia/src/images/
SkJpegUtility.cpp 21 cinfo->err->error_exit((j_common_ptr)cinfo);
35 cinfo->err->error_exit((j_common_ptr)cinfo);
77 cinfo->err->error_exit((j_common_ptr)cinfo);
  /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)");
netcat.c 66 if (TT.wait) error_exit("Timeout");
83 if (!hostbyname) error_exit("no host '%s'", name);
143 if (listen(sockfd, 5)) error_exit("listen");
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 63 error_exit("bad -s: '%s'", TT.s_signal);
  /external/toybox/lib/
args.c 85 // ! More than one in group is error [!abc] means -ab calls error_exit()
277 if (CFG_TOYBOX_DEBUG && !*end) error_exit("(longopt) didn't end");
297 error_exit("multiple types %c:%c%c", new->c, new->type, *options);
308 } else if (CFG_TOYBOX_DEBUG) error_exit("<>= only after .#");
344 if (CFG_TOYBOX_DEBUG && *options != '[') error_exit("trailing %s", options);
347 if (CFG_TOYBOX_DEBUG && idx == -1) error_exit("[ needs +-!");
349 error_exit("empty []");
356 if (CFG_TOYBOX_DEBUG && !*options) error_exit("[ without ]");
364 error_exit("[] unknown target %c", *options);
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);
44 if (!ret) error_exit("xmalloc(%ld)", (long)size);
62 if (!ptr) error_exit("xrealloc");
72 if (!ret) error_exit("xstrndup");
512 if (chdir(path)) error_exit("chdir '%s'", path);
517 if (chroot(path)) error_exit("chroot '%s'", path);
524 if (!pwd) error_exit("bad uid %ld", (long)uid);
662 if (i == 3) error_exit("xpidfile %s", name);
695 if (i == -1) error_exit("Unknown suffix '%c'", *arg)
    [all...]
net.c 30 error_exit("Connect '%s%s%s': %s", host, port ? ":" : "", port ? port : "",
  /external/toybox/toys/android/
getprop.c 75 if (!TT.handle) error_exit("unable to get selinux property context handle");
91 if (property_list((void *)add_property, 0)) error_exit("property_list");
  /external/libjpeg-turbo/
jcstest.c 77 jerr.pub.error_exit = my_error_exit;
  /external/skia/src/codec/
SkJpegDecoderMgr.cpp 52 fErrorMgr.error_exit = skjpeg_err_exit;
SkJpegUtility_codec.cpp 48 dinfo->err->error_exit((j_common_ptr) dinfo);
  /external/opencv3/3rdparty/libjpeg/
jerror.h 211 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
215 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
220 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
226 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
242 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
246 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))

Completed in 469 milliseconds

12 3 4 5 6 7