Lines Matching refs:input

39 "[+DESCRIPTION?\bvczip\b is a filter that decodes the standard input "
44 "file to delta against. If \asource\a is omitted then the input file is "
52 "[i:input?Input data is read from \afile\a instead of the standard "
53 "input.]:[file]"
68 "[q:identify?Identify the standard input encoding and write the "
70 "If the standard input is not vczip encoded then nothing is "
74 "following methods, each method prefixed by \b<\b to decode the input or "
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)
247 * set up the sfio input stream
250 if (!input || !*input || streq(input, "-") || streq(input, "/dev/stdin") || streq(input, "/dev/fd/0"))
252 input = "/dev/stdin";
257 else if (!(ip = sfopen(NiL, input, "rb")))
259 error(ERROR_SYSTEM|2, "%s: cannot read", input);
269 sfprintf(sfstdout, "%s: ", input);
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);
296 error(3, "%s: cannot push codex io stream discipline", input);
310 error(3, "%s: cannot push vcodex io stream discipline", input);
327 error(ERROR_SYSTEM|2, "%s: read error", input);
349 error(ERROR_SYSTEM|2, "%s: read error", input);
511 " On encoding, it defines the window processing for a large input file.\n",
512 " 'size' is the window size, i.e., the size to break the input file into\n",
629 error("Can't open input file '%s'.", argv[1]+2);