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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 288 int rverrno; \
291 } while (internal_iserror(res, &rverrno) && rverrno == EINTR); \
sanitizer_libc.h 95 bool internal_iserror(uptr retval, int *rverrno = 0);
sanitizer_linux.cc 298 int rverrno; local
299 CHECK_EQ(internal_iserror(rv, &rverrno), true);
300 Printf("execve failed, errno %d\n", rverrno);

Completed in 25 milliseconds