Searched defs:infile_index (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Deinfo.c151 int infile_index; local
155 infile_index = parse_options ( argc, argv, &opts );
156 if ( argc <= infile_index ) {
162 for ( ; infile_index < argc ; infile_index++ ) {
163 infile = argv[infile_index];
H A Defirom.c231 int infile_index; local
239 infile_index = parse_options ( argc, argv, &opts );
240 if ( argc != ( infile_index + 2 ) ) {
244 infile_name = argv[infile_index];
245 outfile_name = argv[infile_index + 1];
H A Delf2efi.c794 int infile_index; local
802 infile_index = parse_options ( argc, argv, &opts );
803 if ( argc != ( infile_index + 2 ) ) {
807 infile = argv[infile_index];
808 outfile = argv[infile_index + 1];

Completed in 217 milliseconds