OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__errno_location
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_errno.h
26
# define
__errno_location
__error
macro
29
# define
__errno_location
__errno
macro
31
# define
__errno_location
___errno
macro
33
# define
__errno_location
_errno
macro
36
extern "C" int *
__errno_location
();
38
#define errno (*
__errno_location
())
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
1272
__msan_unpoison(
__errno_location
(), sizeof(int)); /* NOLINT */
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025