Home | History | Annotate | Download | only in fec

Lines Matching refs:FATAL

70         FATAL("empty file?\n");
72 FATAL("file size %" PRIu64 " is not a multiple of %u bytes\n",
110 FATAL("failed to read file %s\n", ctx->fec_filename);
128 FATAL("failed to allocate memory\n");
162 FATAL("failed to open file '%s': %s\n", fn.c_str(), strerror(errno));
180 FATAL("failed to open file '%s: %s'\n", filename.c_str(),
185 FATAL("failed to write to output: %s\n", strerror(errno));
206 FATAL("failed to allocate %u bytes\n", ctx->fec_size);
217 FATAL("failed to open file '%s': %s\n", filename.c_str(),
222 FATAL("failed to seek to header in '%s': %s\n", filename.c_str(),
232 FATAL("failed to read %zd bytes from '%s': %s\n", sizeof(header),
237 FATAL("invalid magic in '%s': %08x\n", filename.c_str(), p->magic);
241 FATAL("unsupported version in '%s': %u\n", filename.c_str(),
246 FATAL("unexpected header size in '%s': %u\n", filename.c_str(),
251 FATAL("invalid roots in '%s': %u\n", filename.c_str(), p->roots);
255 FATAL("invalid length in '%s': %u\n", filename.c_str(), p->fec_size);
264 FATAL("failed to allocate ecc\n");
268 FATAL("inconsistent header in '%s'\n", filename.c_str());
272 FATAL("failed to rewind '%s': %s", filename.c_str(), strerror(errno));
276 FATAL("failed to read %u bytes from '%s': %s\n", ctx->fec_size,
286 FATAL("invalid ecc data\n");
319 FATAL("failed to open file '%s': %s\n", ctx->fec_filename,
324 FATAL("failed to write to output: %s\n", strerror(errno));
332 FATAL("failed to write padding: %s\n", strerror(errno));
338 FATAL("failed to write to header: %s\n", strerror(errno));
403 FATAL("failed to initialize encoder for thread %d\n", i);
422 FATAL("failed to create thread %d\n", i);
432 FATAL("failed to join thread %d: %s\n", i, strerror(errno));