Lines Matching defs:Error
164 * ErrorId - Index into error message array
168 * DESCRIPTION: Decode errno to an error message and add the entire error
169 * to the error log.
197 * NOTE: Aborts compiler on any error.
233 * File must be open. Aborts compiler on error.
265 * NOTE: Aborts compiler on any error.
278 /* Read and check for error */
285 /* End-of-file, just return error */
309 * NOTE: Aborts compiler on any error.
322 /* Write and check for error */
357 * NOTE: Aborts compiler on any error.
417 * NOTE: Aborts compiler on any error.
426 int Error;
429 Error = fseek (AslGbl_Files[FileId].Handle, Offset, SEEK_SET);
430 if (Error)
446 * DESCRIPTION: Close an open file. Aborts compiler on error
454 int Error;
462 Error = fclose (AslGbl_Files[FileId].Handle);
463 if (Error)