HomeSort by relevance Sort by last modified time
    Searched refs:errx (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/valgrind/main/none/tests/
mmap_fcntl_bug.c 25 errx(1, "Usage: %s <normal-file>", argv[0]);
51 errx(1, "zero offset from initial after mmap differs from 123 (TEST FAILED)");
67 errx(1, "Child died with signal %i", WTERMSIG(status));
71 errx(1, "Child got lock, we must have dropped it (TEST FAILED)");
76 errx(1, "Child weird exit status %i", WEXITSTATUS(status));
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 272 errx(1, "BZ2_bzReadOpen(%s): %d", tag, bz2_err);
275 errx(1, "xzdopen(%s): %d", tag, lzma_err);
286 errx(1, "gzdopen(%s)", tag);
288 errx(1, "cfopen(%s): unknown method %d", tag, method);
305 errx(1, "BZ2_bzReadClose(%s): %d\n",
312 errx(1, "gzclose(%s): %d", cf->tag, gz_err);
315 errx(1, "xzclose(%s): %d", cf->tag, lzma_err);
317 errx(1, "cfclose(%s): unknown method %d", cf->tag, cf->method);
330 errx(1, "fread(%s, %zd): short read %zd",
339 errx(1, "BZ2_bzRead(%s, %zd): short read %zd"
    [all...]
  /external/ipsec-tools/src/racoon/
main.c 149 errx(1, "must be root to invoke this program.");
161 errx(1, "could not set umask");
190 errx(1, "something error happened "
197 errx(1, "could not initialize ISAKMP mode config structures");
202 errx(1, "could not initialize libldap");
212 errx(1, "failed to parse configuration file.");
226 errx(1, "could not initialize libradius");
237 errx(1, "something error happened "
245 errx(1, "failed to be daemon. (%s)",
racoonctl.c 269 errx(1, "Incompatible racoonctl interface");
339 errx(1, "Cannot make combuf");
347 errx(1, "Cannot send combuf");
406 errx(1, "not enough core");
439 errx(1, "too many arguments");
443 errx(1, "not enough core");
464 errx(1, "not enough core");
486 errx(1, "insufficient arguments");
489 errx(1, "unknown protocol %s", *av);
493 errx(1, "not enough core")
    [all...]
  /external/bsdiff/
bspatch.c 73 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]);
96 errx(1, "Corrupt patch\n");
102 errx(1, "Corrupt patch\n");
109 errx(1,"Corrupt patch\n");
120 errx(1, "BZ2_bzReadOpen, bz2err = %d", cbz2err);
127 errx(1, "BZ2_bzReadOpen, bz2err = %d", dbz2err);
134 errx(1, "BZ2_bzReadOpen, bz2err = %d", ebz2err);
151 errx(1, "Corrupt patch\n");
157 errx(1,"Corrupt patch\n");
162 errx(1,"Corrupt patch\n")
    [all...]
bsdiff.c 216 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]);
271 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
337 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
342 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
347 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
356 errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err);
365 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
368 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
371 errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err);
380 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err)
    [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 235 errx(1, "root privilege required.");
243 errx(1, "ERROR: %s", ipsec_strerror());
247 errx(1, "ERROR: %s", ipsec_strerror());
255 errx(1, "ERROR: %s", ipsec_strerror());
263 errx(1, "ERROR: %s", ipsec_strerror());
274 errx(1, "ERROR: %s", ipsec_strerror());
282 errx(1, "ERROR: %s", ipsec_strerror());
287 errx(1, "ERROR: %s", ipsec_strerror());
296 errx(1, "ERROR: %s", ipsec_strerror());
304 errx(1, "ERROR: %s", ipsec_strerror())
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 122 errx(EXIT_FAILURE,
128 errx(EXIT_FAILURE, "unknown operand %s", oper);
133 errx(EXIT_FAILURE, "no value specified for %s", oper);
139 errx(EXIT_FAILURE, "unknown operand %s", tmp.name);
143 errx(EXIT_FAILURE,
177 errx(EXIT_FAILURE, "record operations require cbs");
191 errx(EXIT_FAILURE,
204 * errx(1, "seek offsets cannot be larger than %d", INT_MAX);
269 errx(EXIT_FAILURE, "msgfmt option disabled");
329 errx(EXIT_FAILURE, "conv option disabled")
    [all...]
  /external/netcat/
netcat.c 163 errx(1, "unsupported proxy protocol");
177 errx(1, "interval %s: %s", errstr, optarg);
217 errx(1, "rtable %s: %s", errstr, optarg);
229 errx(1, "timeout %s: %s", errstr, optarg);
252 errx(1, "TCP receive window %s: %s",
262 errx(1, "TCP send window %s: %s",
282 errx(1, "illegal tos value %s", optarg);
308 errx(1, "cannot use -s and -l");
310 errx(1, "cannot use -p and -l");
312 errx(1, "cannot use -z and -l")
    [all...]
  /bionic/libc/include/
err.h 49 __noreturn void errx(int, const char *, ...) __errlike(2, 3);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
err.h 49 __noreturn void errx(int, const char *, ...) __errlike(2, 3);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
err.h 49 __noreturn void errx(int, const char *, ...) __errlike(2, 3);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
err.h 49 __noreturn void errx(int, const char *, ...) __errlike(2, 3);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
err.h 49 __noreturn void errx(int, const char *, ...) __errlike(2, 3);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
err.h 49 __noreturn void errx(int, const char *, ...) __errlike(2, 3);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
err.h 49 __noreturn void errx(int, const char *, ...) __errlike(2, 3);
  /system/core/toolbox/
newfs_msdos.c 287 errx(1, "%s: bad FAT type", optarg);
296 errx(1, "%s: bad volume label", optarg);
301 errx(1, "%s: bad OEM string", optarg);
369 errx(1, "align (-A) is incompatible with -r");
371 errx(1, "align (-A) is incompatible with -N");
375 errx(1, "create (-C) is incompatible with -N");
378 errx(1, "failed to create %s", fname);
380 errx(1, "failed to initialize %jd bytes", (intmax_t)opt_create);
395 errx(1, "cannot seek to %jd", (intmax_t)opt_ofs);
442 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bps)
    [all...]
  /development/ndk/platforms/android-L/include/
err.h 47 __noreturn void errx(int, const char *, ...)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
err.h 51 extern void errx (int __status, __const char *__format, ...)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
err.h 51 extern void errx (int __status, __const char *__format, ...)
  /bootable/recovery/applypatch/
bsdiff.c 280 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
346 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
351 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
356 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
365 errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err);
374 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
377 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
380 errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err);
389 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
392 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err)
    [all...]
  /development/ndk/platforms/android-8/include/
err.h 54 __noreturn void errx(int, const char *, ...)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
err.h 54 __noreturn void errx(int, const char *, ...)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
err.h 54 __noreturn void errx(int, const char *, ...)
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
err.h 54 __noreturn void errx(int, const char *, ...)

Completed in 953 milliseconds

1 2 3 4