OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rverrno
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc
460
int
rverrno
;
local
461
if (internal_iserror(pid, &
rverrno
)) {
462
Report("WARNING: failed to fork (errno %d)\n",
rverrno
);
sanitizer_linux_libcdep.cc
844
int
rverrno
;
local
845
CHECK_EQ(internal_iserror(rv, &
rverrno
), true);
846
Printf("execve failed, errno %d\n",
rverrno
);
sanitizer_linux.cc
2083
int
rverrno
= 0;
local
2084
if (internal_iserror(rnd, &
rverrno
) &&
rverrno
== EFAULT)
2096
int
rverrno
= 0;
local
2097
if (internal_iserror(res, &
rverrno
) &&
rverrno
== ENOSYS)
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026