23 #include "wine/port.h" 36 #define CURRENT_LOCATION { input_name ? input_name : "stdin", line_number, parser_text } 187 if (
line[
n - 1] ==
'\n')
189 else if (
n ==
len - 1)
209 error(
"Virtual memory exhausted.\n");
224 error(
"Virtual memory exhausted.\n");
282 if (
fd == -1)
error(
"Error creating %s\n",
name );
295 unsigned char ch = *
str++;
310 size_t header_size = 5 *
sizeof(
unsigned int) + 2 *
sizeof(
unsigned short);
314 if (
type[0] !=
'#') header_size += (
strlen(
type ) + 1) *
sizeof(
unsigned short);
315 else header_size += 2 *
sizeof(
unsigned short);
316 if (
name[0] !=
'#') header_size += (
strlen(
name ) + 1) *
sizeof(
unsigned short);
317 else header_size += 2 *
sizeof(
unsigned short);
319 header_size = (header_size + 3) & ~3;
362 if (
fd == -1)
error(
"Error creating %s\n",
name );
398 val = ((
val << 24) | ((
val << 8) & 0x00ff0000) | ((
val >> 8) & 0x0000ff00) | (
val >> 24));
438 if (
n == -1)
size *= 2;
#define memmove(s1, s2, n)
static const WCHAR indent[]
ACPI_SIZE strlen(const char *String)
int align(int length, int align)
_Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strrchr(_In_z_ const char *_Str, _In_ int _Ch)
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
unsigned short(__cdecl typeof(TIFFCurrentDirectory))(struct tiff *)
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
#define memcpy(s1, s2, n)
unsigned int pointer_size
_Check_return_opt_ _CRTIMP char *__cdecl fgets(_Out_writes_z_(_MaxCount) char *_Buf, _In_ int _MaxCount, _Inout_ FILE *_File)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
_Check_return_ int __cdecl atoi(_In_z_ const char *_Str)
void int int ULONGLONG int va_list * ap
char * strcpy(char *DstString, const char *SrcString)
int strcmp(const char *String1, const char *String2)
GLuint GLuint GLsizei GLenum type
_Check_return_opt_ _CRTIMP int __cdecl vfprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *