Home
last modified time | relevance | path

Searched refs:__error (Results 1 – 24 of 24) sorted by relevance

/freebsd/lib/libsys/i386/
H A Dcerror.S44 .globl CNAME(__error)
45 .type CNAME(__error),@function
50 call PIC_PLT(CNAME(__error))
55 call CNAME(__error)
/freebsd/lib/libsys/amd64/
H A Dcerror.S44 .globl CNAME(__error)
45 .type CNAME(__error),@function
48 call PIC_PLT(CNAME(__error))
/freebsd/lib/libsys/arm/
H A Dcerror.S35 .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 Dtest_02.XP.out71 <__error>
73 </__error>
74 <__error>
76 </__error>
H A Dtest_02.X.out5 …ongx</t3><t4>xtest</t4><__error><message>this is an error</message></__error><__error><message>two…
H A Dtest_02.JPu.out68 "__error": {
71 "__error": {
H A Dtest_02.J.out1 …0","t2":"test5000","t3":"ten-longx","t4":"xtest", "__error": {"message":"this is an error"}, "__er…
H A Dtest_02.JP.out68 "__error": {
71 "__error": {
/freebsd/lib/libsys/powerpc64/
H A Dcerror.S32 .globl CNAME(__error)
46 bl CNAME(__error)
/freebsd/lib/libsys/powerpc/
H A Dcerror.S32 .globl CNAME(__error)
53 bl PIC_PLT(CNAME(__error))
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c59 int *__error(void);
61 __error(void) in __error() function
/freebsd/contrib/diff/lib/
H A Derror.c68 extern void __error (int status, int errnum, const char *message, ...)
74 # define error __error
308 weak_alias (__error, error)
/freebsd/sys/sys/
H A Derrno.h43 int * __error(void);
45 #define errno (* __error())
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dunexpected.h73 _LIBCPP_HIDE_FROM_ABI constexpr explicit unexpected(_Error&& __error) //
75 : __unex_(std::forward<_Error>(__error)) {}
H A Dexpected.h899 _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.c54 __error(void) in __error() function
H A DSymbol.sys.map261 __error;
H A DMakefile.sys36 __error.c \
/freebsd/lib/libthr/sys/
H A Dthr_error.c44 __weak_reference(__error_threaded, __error);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h25 # define __errno_location __error
/freebsd/lib/libsys/aarch64/
H A Dcerror.S34 bl _C_LABEL(__error)
/freebsd/lib/libsys/riscv/
H A Dcerror.S40 call _C_LABEL(__error)
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h52 __error = 1 enumerator
79 …stexpr __consume_result __consume_result_error{__replacement_character, __consume_result::__error};
/freebsd/lib/libthr/thread/
H A Dthr_rtld.c231 __error(); in _thr_rtld_init()