/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
D | goobspatch.c | 272 errx(1, "BZ2_bzReadOpen(%s): %d", tag, bz2_err); in cfopen() 275 errx(1, "xzdopen(%s): %d", tag, lzma_err); in cfopen() 286 errx(1, "gzdopen(%s)", tag); in cfopen() 288 errx(1, "cfopen(%s): unknown method %d", tag, method); in cfopen() 305 errx(1, "BZ2_bzReadClose(%s): %d\n", in cfclose() 312 errx(1, "gzclose(%s): %d", cf->tag, gz_err); in cfclose() 315 errx(1, "xzclose(%s): %d", cf->tag, lzma_err); in cfclose() 317 errx(1, "cfclose(%s): unknown method %d", cf->tag, cf->method); in cfclose() 330 errx(1, "fread(%s, %zd): short read %zd", in cfread() 339 errx(1, "BZ2_bzRead(%s, %zd): short read %zd", in cfread() [all …]
|
D | goobsdiff.c | 275 errx(1, "BZ2_bzBuffToBuffCompress: %d", bz2_err); in make_small() 294 errx(1, "compress2gzip: %d", gz_err); in make_small() 322 errx(1, "lzma_easy_buffer_encode: %d", lzma_err); in make_small() 349 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile",argv[0]); in main()
|
/external/bsdiff/ |
D | bspatch.c | 73 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]); in main() 96 errx(1, "Corrupt patch\n"); in main() 102 errx(1, "Corrupt patch\n"); in main() 109 errx(1,"Corrupt patch\n"); in main() 120 errx(1, "BZ2_bzReadOpen, bz2err = %d", cbz2err); in main() 127 errx(1, "BZ2_bzReadOpen, bz2err = %d", dbz2err); in main() 134 errx(1, "BZ2_bzReadOpen, bz2err = %d", ebz2err); in main() 151 errx(1, "Corrupt patch\n"); in main() 157 errx(1,"Corrupt patch\n"); in main() 163 errx(1, "Corrupt patch\n"); in main() [all …]
|
D | bsdiff.c | 216 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]); in main() 271 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err); in main() 337 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err); in main() 342 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err); in main() 347 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err); in main() 356 errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err); in main() 365 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err); in main() 368 errx(1, "BZ2_bzWrite, bz2err = %d", bz2err); in main() 371 errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err); in main() 380 errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err); in main() [all …]
|
/external/ipsec-tools/src/libipsec/ |
D | test-policy.c | 235 errx(1, "root privilege required."); in test2() 243 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 247 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 255 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 263 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 274 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 282 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 287 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 296 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 304 errx(1, "ERROR: %s", ipsec_strerror()); in test2() [all …]
|
/external/ipsec-tools/src/racoon/ |
D | 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)",
|
D | racoonctl.c | 269 errx(1, "Incompatible racoonctl interface"); 339 errx(1, "Cannot make combuf"); in evt_poll() 347 errx(1, "Cannot send combuf"); in evt_poll() 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 …]
|
D | eaytest.c | 209 errx(1, "%s", eay_strerror()); 302 errx(1, "asn1dn length mismatched (%zu != %zu).\n", asn1dn ? asn1dn->l : -1, asn1dn0.l); 311 errx(1, "asn1dn mismatched.\n"); 319 errx(1, "asn1dn length wrong for wildcard 1\n"); 321 errx(1, "asn1dn mismatched for wildcard 1.\n"); 329 errx(1, "asn1dn length wrong for wildcard 2\n"); 331 errx(1, "asn1dn mismatched for wildcard 2.\n"); 567 errx(1, "read: length mismatch");
|
D | plog.c | 225 errx(1, "ERROR: failed to open log file %s.", logfile); in ploginit()
|
D | logger.c | 247 errx(1, "hoge");
|
D | localconf.c | 75 errx(1, "failed to allocate local conf."); in initlcconf()
|
/external/valgrind/main/none/tests/ |
D | mmap_fcntl_bug.c | 25 errx(1, "Usage: %s <normal-file>", argv[0]); in main() 51 errx(1, "zero offset from initial after mmap differs from 123 (TEST FAILED)"); in main() 67 errx(1, "Child died with signal %i", WTERMSIG(status)); in main() 71 errx(1, "Child got lock, we must have dropped it (TEST FAILED)"); in main() 76 errx(1, "Child weird exit status %i", WEXITSTATUS(status)); in main()
|
/external/netcat/ |
D | netcat.c | 163 errx(1, "unsupported proxy protocol"); in main() 177 errx(1, "interval %s: %s", errstr, optarg); in main() 217 errx(1, "rtable %s: %s", errstr, optarg); in main() 229 errx(1, "timeout %s: %s", errstr, optarg); in main() 252 errx(1, "TCP receive window %s: %s", in main() 262 errx(1, "TCP send window %s: %s", in main() 282 errx(1, "illegal tos value %s", optarg); in main() 308 errx(1, "cannot use -s and -l"); in main() 310 errx(1, "cannot use -p and -l"); in main() 312 errx(1, "cannot use -z and -l"); in main() [all …]
|
/external/clang/test/SemaCXX/ |
D | class.cpp | 4 …auto int errx; // expected-error {{storage class specified for a member declaration}} expected-war… member in C
|