Lines Matching refs:output
40 "and/or encodes the standard output. The \b--method\b option specifies "
64 "[o:output?Output data is written to \afile\a instead of the standard "
65 "output.]:[file]"
69 "\b--method\b transformation string on the standard output. "
75 "\b>\b to encode the output. Method arguments, if any, must be prefixed "
87 "more output.]:[level]"
92 "\n[ source ] < input > output\n"
236 * apply the codex and/or vcodex transforms to a single input/output pair
240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz)
264 * set up the sfio output stream
270 output = "/dev/null";
273 if (!output || !*output || streq(output, "-") || streq(output, "/dev/stdout") || streq(output, "/dev/fd/1"))
275 output = "/dev/stdout";
280 else if (!(op = sfopen(NiL, output, "wb")))
282 error(ERROR_SYSTEM|2, "%s: cannot write", output);
292 error(-1, "AHA action=%s input=%s source=%s output=%s vt=%s ct=%s", action == VC_ENCODE ? "encode" : "decode", input, source, output, vt, ct);
334 sfprintf(sfstderr, "done %10I*d %s\n", sizeof(donez), donez, output);
341 error(ERROR_SYSTEM|2, "%s: write error", output);
351 error(ERROR_SYSTEM|2, "%s: write error", output);
633 error("Can't open output file '%s'.", argv[1]+2);
686 return 0; /* empty data transforms to empty output */