HomeSort by relevance Sort by last modified time
    Searched refs:read_errno (Results 1 - 2 of 2) sorted by null

  /build/make/tools/makeparallel/
makeparallel.cpp 211 int read_errno = errno; local
234 } else if (read_errno == EINTR || read_errno == EBADF) {
237 error(read_errno, read_errno, "read failed");
  /external/libpng/contrib/tools/
pngfix.c 844 int read_errno; /* Records a read error errno */ member in struct:file
963 err = file->read_errno;
969 err = file->read_errno;
    [all...]

Completed in 115 milliseconds