HomeSort by: relevance | last modified time | path
    Searched defs:__errno_location (Results 1 - 3 of 3) 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())
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())
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())

Completed in 31 milliseconds