Lines Matching +defs:file +defs:end
86 "usage: %s [-c | -m] [-hlw] [file ...]\n",
124 const char *file;
136 file = path;
137 if ((fd = open(file, O_RDONLY)) == -1) {
138 warn("%s", file);
143 file = "(stdin)";
173 warn("%s", file);
190 warn("%s", file);
196 * it's a directory or a regular file, just stat
203 warn("%s", file);
212 warn("%s", file);
222 warn("%s", file);
230 const char *end = buf + len;
231 for (C = buf; C < end; C += len) {
252 warn("%s", file);
268 warn("%s", file);