Searched refs:ReadBytes (Results 1 – 1 of 1) sorted by relevance
481 ACPI_SIZE ReadBytes = 0; in fgets() local490 while (ReadBytes < (Size - 1)) in fgets()495 if (ReadBytes == 0) in fgets()508 s[ReadBytes++] = (char) Ret; in fgets()513 s[ReadBytes++] = (char) Ret; in fgets()517 s[ReadBytes] = '\0'; in fgets()