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 308 int rverrno; \
311 } while (internal_iserror(res, &rverrno) && rverrno == EINTR); \
sanitizer_libc.h 102 bool internal_iserror(uptr retval, int *rverrno = 0);
sanitizer_linux.cc 406 int rverrno; local
407 CHECK_EQ(internal_iserror(rv, &rverrno), true);
408 Printf("execve failed, errno %d\n", rverrno);

Completed in 536 milliseconds