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

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslstartup.c146 char *FileChar; local
182 FileChar = Gbl_CurrentLineBuffer;
183 while (*FileChar)
185 *FileChar = (char) toupper ((int) *FileChar);
186 FileChar++;

Completed in 101 milliseconds