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

/external/libpng/contrib/tools/
H A Dpngfix.c839 int read_errno; /* Records a read error errno */ member in struct:file
958 err = file->read_errno;
964 err = file->read_errno;
1036 file->read_errno = 0;
1058 file->read_errno = errno;
1164 emit_string(strerror(file->read_errno), stdout);
1235 * on a read error. In the latter case status_code and read_errno are updated
1252 file->read_errno = ERANGE; /* out of range character */
1272 file->read_errno = errno;
1275 file->read_errno
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1340 int read_errno = errno; local
1341 DNBLogThreadedIf(LOG_PROCESS, "read (stdout_fd, ) => %d errno: %d (%s)", bytes_read, read_errno, strerror(read_errno));
1364 int read_errno = errno; local
1365 DNBLogThreadedIf(LOG_PROCESS, "read (stderr_fd, ) => %d errno: %d (%s)", bytes_read, read_errno, strerror(read_errno));

Completed in 116 milliseconds