Home | History | Annotate | Download | only in efihello

Lines Matching defs:File

22  * copy of the source code appearing in this file ("Covered Code") an
48 * contain a file documenting the changes Licensee made to create that Covered
49 * Code and the date of any change. Licensee must include in that file the
184 ACPI_FILE File;
195 File = fopen (argv[1], "r");
196 if (!File)
205 File = stdin;
210 Result = fgets (LineBuffer, LINE_SIZE, File);
214 fclose (File);
229 fclose (File);