Lines Matching defs:input
38 " on the standard output. The input \afile\a is referred to as"
104 "[r:row?Specifies the input row size (number of byte columns). The row size"
105 " is determined by sampling the input if not specified.]#[row-size]"
114 " invocations with identical input files will generate the same output.]"
212 char* input;
648 sfprintf(sp, "# %s cache for %s\n", error_info.id, state.input);
900 sfprintf(sp, "# %s cache for %s\n", error_info.id, state.input);
1588 if (error_info.errors || !(state.input = *argv++) || (n = *argv != 0) && !(op & OP_size))
1616 if (pz = pzopen(&disc, state.input, 0))
1668 sfprintf(sfstdout, "%8I*u %s\n", sizeof(row), row, state.input);
1673 if (!(state.input = *argv++))
1687 error(3, "input empty");
1700 if (stat(state.input, &is))
1701 error(ERROR_SYSTEM|3, "%s: cannot stat", state.input);
1702 if (s = strrchr(state.input, '/'))
1705 s = state.input;