Lines Matching defs:from_file
234 putfile(char *from_file, int to)
245 if ((from = open(from_file, O_RDONLY)) < 0)
246 err(1, "%s", from_file);
250 err(1, "%s: reading file header", from_file);
261 err(1, "%s: reading ELF header", from_file);
271 err(1, "%s: reading ELF segments", from_file);
278 "segment", from_file);
284 from_file);
291 errx(1, "%s: bad magic number", from_file);
302 err(1, "%s", from_file);
319 warnx("wrote %d bytes of file \'%s\'", total, from_file);
362 err(1, "%s", from_file);