OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__errno_location
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/msan/
msan_interceptors.cc
50
#define
__errno_location
__error
macro
56
extern "C" int *
__errno_location
(void);
962
*
__errno_location
() = errno_EINVAL;
980
*
__errno_location
() = errno_EINVAL;
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
39
#define
__errno_location
__error
macro
45
#define
__errno_location
__errno
macro
98
extern "C" int *
__errno_location
();
144
#define errno (*
__errno_location
())
[
all
...]
Completed in 536 milliseconds