HomeSort by: relevance | last modified time | path
    Searched defs:sizeread (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pch.cc 198 int sizeread; local
211 sizeread = read (fd, ident, IDENT_LENGTH + 16);
212 if (sizeread == -1)
214 else if (sizeread != IDENT_LENGTH + 16)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pch.cc 198 int sizeread; local
211 sizeread = read (fd, ident, IDENT_LENGTH + 16);
212 if (sizeread == -1)
214 else if (sizeread != IDENT_LENGTH + 16)

Completed in 58 milliseconds