Searched refs:FileChar (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslstartup.c264 char *FileChar; local
282 FileChar = Gbl_CurrentLineBuffer;
283 while (*FileChar)
285 *FileChar = (char) toupper ((int) *FileChar);
286 FileChar++;

Completed in 53 milliseconds