OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Jul 23 00:25:05 UTC 2026