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())
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_errno.h 25 # define __errno_location __error macro
27 # define __errno_location __errno macro
29 # define __errno_location ___errno macro
31 # define __errno_location _errno macro
34 extern "C" int *__errno_location();
36 #define errno (*__errno_location())
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_errno.h 25 # define __errno_location __error macro
27 # define __errno_location __errno macro
29 # define __errno_location ___errno macro
31 # define __errno_location _errno macro
34 extern "C" int *__errno_location();
36 #define errno (*__errno_location())

Completed in 16 milliseconds