Searched defs:InputFile (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/acpixtract/ |
H A D | acpixtract.c | 75 FILE *InputFile; local 90 InputFile = fopen (InputPathname, "rt"); 91 if (!InputFile) 97 if (!AxIsFileAscii (InputFile)) 99 fclose (InputFile); 118 fclose (InputFile); 124 fclose (InputFile); 131 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile)) 180 fclose (InputFile); 251 fclose (InputFile); 275 FILE *InputFile; local 412 FILE *InputFile; local [all...] |
H A D | axutils.c | 200 * PARAMETERS: InputFile - Handle for the input acpidump file 211 FILE *InputFile, 223 if (!fgets (Gbl_HeaderBuffer, AX_LINE_BUFFER_SIZE, InputFile)) 261 FILE *InputFile; local 265 InputFile = fopen (InputPathname, "rt"); 266 if (!InputFile) 274 while (fgets (Gbl_InstanceBuffer, AX_LINE_BUFFER_SIZE, InputFile)) 291 fclose (InputFile); 210 AxGetTableHeader( FILE *InputFile, unsigned char *OutputData) argument
|
Completed in 55 milliseconds