Home
last modified time | relevance | path

Searched refs:AE_FILE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/tools/acpiexec/
A Daeinitfile.c61 #define AE_FILE_BUFFER_SIZE 512 macro
63 static char LineBuffer[AE_FILE_BUFFER_SIZE];
64 static char NameBuffer[AE_FILE_BUFFER_SIZE];
65 static char ValueBuffer[AE_FILE_BUFFER_SIZE];
135 while (fgets (LineBuffer, AE_FILE_BUFFER_SIZE, InitFile) != NULL) in AeDoObjectOverrides()

Completed in 2 milliseconds