OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LineBuffer
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tools/efihello/
efihello.c
50
static char
LineBuffer
[LINE_SIZE];
102
Result = fgets (
LineBuffer
, LINE_SIZE, File);
110
printf ("%s",
LineBuffer
);
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinitfile.c
55
static char
LineBuffer
[AE_FILE_BUFFER_SIZE];
132
while (fgets (
LineBuffer
, AE_FILE_BUFFER_SIZE, InitFile) != NULL)
143
for (idx = 0; fgets (
LineBuffer
, AE_FILE_BUFFER_SIZE, InitFile); ++idx)
145
TempNameBuffer = AcpiDbGetNextToken (
LineBuffer
, &Token, &Type);
152
if (
LineBuffer
[0] == '\\')
Completed in 27 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026