ReactOS 0.4.15-dev-7958-gcd0bb1a
accygwin.h File Reference
#include <unistd.h>
Include dependency graph for accygwin.h:

Go to the source code of this file.

Macros

#define ACPI_USE_STANDARD_HEADERS
 
#define ACPI_USE_SYSTEM_CLIBRARY
 
#define ACPI_USE_DO_WHILE_0
 
#define ACPI_FLUSH_CPU_CACHE()
 
#define ACPI_USE_ALTERNATE_TIMEOUT
 
#define ACPI_MACHINE_WIDTH   32
 
#define COMPILER_DEPENDENT_INT64   long long
 
#define COMPILER_DEPENDENT_UINT64   unsigned long long
 
#define ACPI_USE_NATIVE_DIVIDE
 
#define ACPI_USE_NATIVE_MATH64
 
#define __cdecl
 
#define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq)   if (GLptr) Acq=1; else Acq=0;
 
#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending)   Pending = 1
 
#define ACPI_CAST_PTHREAD_T(pthread)   ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))
 

Functions

int vsnprintf (char *s, size_t n, const char *format, va_list ap)
 
int snprintf (char *s, size_t n, const char *format,...)
 

Macro Definition Documentation

◆ __cdecl

#define __cdecl

Definition at line 79 of file accygwin.h.

◆ ACPI_ACQUIRE_GLOBAL_LOCK

#define ACPI_ACQUIRE_GLOBAL_LOCK (   GLptr,
  Acq 
)    if (GLptr) Acq=1; else Acq=0;

Definition at line 82 of file accygwin.h.

◆ ACPI_CAST_PTHREAD_T

#define ACPI_CAST_PTHREAD_T (   pthread)    ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))

Definition at line 87 of file accygwin.h.

◆ ACPI_FLUSH_CPU_CACHE

#define ACPI_FLUSH_CPU_CACHE ( )

Definition at line 53 of file accygwin.h.

◆ ACPI_MACHINE_WIDTH

#define ACPI_MACHINE_WIDTH   32

Definition at line 71 of file accygwin.h.

◆ ACPI_RELEASE_GLOBAL_LOCK

#define ACPI_RELEASE_GLOBAL_LOCK (   GLptr,
  Pending 
)    Pending = 1

Definition at line 83 of file accygwin.h.

◆ ACPI_USE_ALTERNATE_TIMEOUT

#define ACPI_USE_ALTERNATE_TIMEOUT

Definition at line 59 of file accygwin.h.

◆ ACPI_USE_DO_WHILE_0

#define ACPI_USE_DO_WHILE_0

Definition at line 52 of file accygwin.h.

◆ ACPI_USE_NATIVE_DIVIDE

#define ACPI_USE_NATIVE_DIVIDE

Definition at line 74 of file accygwin.h.

◆ ACPI_USE_NATIVE_MATH64

#define ACPI_USE_NATIVE_MATH64

Definition at line 75 of file accygwin.h.

◆ ACPI_USE_STANDARD_HEADERS

#define ACPI_USE_STANDARD_HEADERS

Definition at line 50 of file accygwin.h.

◆ ACPI_USE_SYSTEM_CLIBRARY

#define ACPI_USE_SYSTEM_CLIBRARY

Definition at line 51 of file accygwin.h.

◆ COMPILER_DEPENDENT_INT64

#define COMPILER_DEPENDENT_INT64   long long

Definition at line 72 of file accygwin.h.

◆ COMPILER_DEPENDENT_UINT64

#define COMPILER_DEPENDENT_UINT64   unsigned long long

Definition at line 73 of file accygwin.h.

Function Documentation

◆ snprintf()

int snprintf ( char s,
size_t  n,
const char format,
  ... 
)

◆ vsnprintf()

int vsnprintf ( char s,
size_t  n,
const char format,
va_list  ap 
)