/freebsd/lib/libsys/i386/ |
H A D | cerror.S | 44 .globl CNAME(__error) 45 .type CNAME(__error),@function 50 call PIC_PLT(CNAME(__error)) 55 call CNAME(__error)
|
/freebsd/lib/libsys/amd64/ |
H A D | cerror.S | 44 .globl CNAME(__error) 45 .type CNAME(__error),@function 48 call PIC_PLT(CNAME(__error))
|
/freebsd/lib/libsys/arm/ |
H A D | cerror.S | 35 .globl _C_LABEL(__error) 36 .type _C_LABEL(__error),%function 41 bl PIC_SYM(_C_LABEL(__error), PLT)
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_02.XP.out | 71 <__error> 73 </__error> 74 <__error> 76 </__error>
|
H A D | test_02.X.out | 5 …ongx</t3><t4>xtest</t4><__error><message>this is an error</message></__error><__error><message>two…
|
H A D | test_02.JPu.out | 68 "__error": { 71 "__error": {
|
H A D | test_02.J.out | 1 …0","t2":"test5000","t3":"ten-longx","t4":"xtest", "__error": {"message":"this is an error"}, "__er…
|
H A D | test_02.JP.out | 68 "__error": { 71 "__error": {
|
/freebsd/lib/libsys/powerpc64/ |
H A D | cerror.S | 32 .globl CNAME(__error) 46 bl CNAME(__error)
|
/freebsd/lib/libsys/powerpc/ |
H A D | cerror.S | 32 .globl CNAME(__error) 53 bl PIC_PLT(CNAME(__error))
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | rtld_libc.c | 59 int *__error(void); 61 __error(void) in __error() function
|
/freebsd/contrib/diff/lib/ |
H A D | error.c | 68 extern void __error (int status, int errnum, const char *message, ...) 74 # define error __error 308 weak_alias (__error, error)
|
/freebsd/sys/sys/ |
H A D | errno.h | 43 int * __error(void); 45 #define errno (* __error())
|
/freebsd/contrib/llvm-project/libcxx/include/__expected/ |
H A D | unexpected.h | 73 _LIBCPP_HIDE_FROM_ABI constexpr explicit unexpected(_Error&& __error) // 75 : __unex_(std::forward<_Error>(__error)) {}
|
H A D | expected.h | 899 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) const& { 903 return std::forward<_Up>(__error); 908 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) && { 912 return std::forward<_Up>(__error); 1624 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) const& { 1628 return std::forward<_Up>(__error); 1634 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) && { 1638 return std::forward<_Up>(__error);
|
/freebsd/lib/libsys/ |
H A D | __error.c | 54 __error(void) in __error() function
|
H A D | Symbol.sys.map | 261 __error;
|
H A D | Makefile.sys | 36 __error.c \
|
/freebsd/lib/libthr/sys/ |
H A D | thr_error.c | 44 __weak_reference(__error_threaded, __error);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_errno.h | 25 # define __errno_location __error
|
/freebsd/lib/libsys/aarch64/ |
H A D | cerror.S | 34 bl _C_LABEL(__error)
|
/freebsd/lib/libsys/riscv/ |
H A D | cerror.S | 40 call _C_LABEL(__error)
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | unicode.h | 52 __error = 1 enumerator 79 …stexpr __consume_result __consume_result_error{__replacement_character, __consume_result::__error};
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rtld.c | 231 __error(); in _thr_rtld_init()
|