OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_errno
(Results
1 - 2
of
2
) sorted by null
/build/tools/makeparallel/
makeparallel.cpp
210
int
read_errno
= errno;
local
233
} else if (
read_errno
== EINTR ||
read_errno
== EBADF) {
236
error(
read_errno
,
read_errno
, "read failed");
/external/libpng/contrib/tools/
pngfix.c
845
int
read_errno
; /* Records a read error errno */
member in struct:file
964
err = file->
read_errno
;
970
err = file->
read_errno
;
[
all
...]
Completed in 65 milliseconds