Home | History | Annotate | Download | only in futility

Lines Matching refs:infile

519 	"Usage:  " MYNAME " %s [PARAMS] INFILE [OUTFILE]\n"
521 "Where INFILE is a\n"
534 " [--datapubkey] INFILE The public key to wrap\n"
562 " [--fv] INFILE"
579 " [--infile] INFILE Input firmware image (modified\n"
611 " [--vmlinuz] INFILE Linux kernel bzImage file\n"
631 " [--infile] INFILE Input kernel partition (modified\n"
683 {"infile", 1, NULL, OPT_INFILE},
703 char *infile = 0;
783 infile = optarg;
883 if (!infile) {
890 infile = argv[optind++];
901 if (futil_file_type(infile, &type)) {
954 infile);
996 Debug("infile=%s\n", infile);
1007 option.outfile = infile;
1027 state.in_filename = infile;
1028 Debug("open RO %s\n", infile);
1029 ifd = open(infile, O_RDONLY);
1033 infile, strerror(errno));
1041 futil_copy_file_or_die(infile, option.outfile);