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

1 2 3 45 6 7

  /external/toybox/toys/pending/
bootchartd.c 266 else error_exit("Unknown option '%s'", *toys.optargs);
281 } else if (!TT.is_login) error_exit("not PID 1");
mke2fs.c 242 if (temp==4) error_exit("bad blocksize");
265 if (temp < TT.treeinodes) error_exit("Not enough inodes.\n");
481 if (TT.blocks < temp) error_exit("Not enough space.\n");
telnetd.c 78 else error_exit("bad address '%s'", host-1);
94 if (!*s || *ss || p > 65535) error_exit("bad port '%s'", s);
103 if (status) error_exit("bad address '%s' : %s", host, gai_strerror(status));
dhcp6.c 254 error_exit("MODE RAW : Bind fail.\n");
257 if (errno != ENOPROTOOPT) error_exit("MODE RAW : Bind fail.\n");
478 error_exit("Lease Failed, Exiting.");
580 error_exit("bind failed");
syslogd.c 255 error_exit("bad port in %s", tfd->filename);
415 error_exit("Socket path should not be more than 108");
arping.c 218 error_exit("Interface \"%s\" is down", TT.iface);
fsck.c 141 if (n && TT.negate != no) error_exit("either all or none of the filesystem"
init.c 449 if (getpid() != 1) error_exit("Already running");
lsof.c 453 if (!(pid = atoi(pid_str))) error_exit("bad pid '%s'", pid_str);
  /external/toybox/toys/posix/
grep.c 312 error_exit("bad REGEX: %s", toybuf);
349 if (!*ss) error_exit("no REGEX");
sort.c 288 error_exit("%s: Check line %d\n", name, TT.linecount);
347 error_exit("Unknown key option.");
cpio.c 76 if (inpos != outpos) error_exit("bad header");
cut.c 98 if (!TT.nelem) error_exit("missing positions list");
  /external/mesa3d/src/glx/
dri2_glx.c 250 goto error_exit;
258 goto error_exit;
268 goto error_exit;
273 goto error_exit;
309 goto error_exit;
315 error_exit:
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 146 mCInfo.err->error_exit = jpegErrorHandler;
  /external/toybox/lib/
password.c 93 if (!(line = strchr(line, ':'))) error_exit("Invalid Entry\n");
lib.h 156 void error_exit(char *msg, ...) printf_format noreturn;
  /external/toybox/
main.c 173 error_exit("Unknown command %s", toys.argv[1]);
  /external/toybox/toys/other/
hexedit.c 137 if ((TT.len = fdlength(fd))<1) error_exit("bad length");
bzcat.c 121 error_exit("input EOF");
445 error_exit("output EOF");
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 33 sk_err.error_exit = skjpeg_error_exit;
  /packages/apps/Camera2/jni/
jpegutil.cpp 170 // Default error_exit will call exit(), so override
172 err.pub.error_exit = [](j_common_ptr cinfo) {
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 109 error_exit( j_common_ptr cinfo ) function
165 jerr->pub.error_exit = error_exit;
443 jerr.pub.error_exit = error_exit;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 80 error_mgr_->base.error_exit = &ErrorHandler;
  /external/libyuv/files/source/
mjpeg_decoder.cc 79 error_mgr_->base.error_exit = &ErrorHandler;

Completed in 456 milliseconds

1 2 3 45 6 7