Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/i386/sys/
H A Dcerror.S47 .globl CNAME(__error)
48 .type CNAME(__error),@function
53 call PIC_PLT(CNAME(__error))
58 call CNAME(__error)
/freebsd-14.2/lib/libc/arm/sys/
H A Dcerror.S37 .globl _C_LABEL(__error)
38 .type _C_LABEL(__error),%function
43 bl PIC_SYM(_C_LABEL(__error), PLT)
/freebsd-14.2/lib/libc/amd64/sys/
H A Dcerror.S47 .globl CNAME(__error)
48 .type CNAME(__error),@function
51 call PIC_PLT(CNAME(__error))
/freebsd-14.2/contrib/libxo/tests/core/saved/
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.XP.out71 <__error>
73 </__error>
74 <__error>
76 </__error>
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-14.2/lib/libc/powerpc64/sys/
H A Dcerror.S32 .globl CNAME(__error)
46 bl CNAME(__error)
/freebsd-14.2/lib/libc/powerpc/sys/
H A Dcerror.S32 .globl CNAME(__error)
53 bl PIC_PLT(CNAME(__error))
/freebsd-14.2/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c59 int *__error(void);
61 __error(void) in __error() function
/freebsd-14.2/sys/sys/
H A Derrno.h45 int * __error(void);
47 #define errno (* __error())
/freebsd-14.2/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-14.2/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.h901 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) const& {
905 return std::forward<_Up>(__error);
910 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) && {
914 return std::forward<_Up>(__error);
1626 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) const& {
1630 return std::forward<_Up>(__error);
1636 _LIBCPP_HIDE_FROM_ABI constexpr _Err error_or(_Up&& __error) && {
1640 return std::forward<_Up>(__error);
/freebsd-14.2/lib/libc/sys/
H A D__error.c53 __error(void) in __error() function
H A DMakefile.inc34 __error.c \
H A DSymbol.map292 __error;
/freebsd-14.2/lib/libthr/sys/
H A Dthr_error.c45 __weak_reference(__error_threaded, __error);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h25 # define __errno_location __error
/freebsd-14.2/lib/libc/riscv/sys/
H A Dcerror.S40 call _C_LABEL(__error)
/freebsd-14.2/lib/libc/aarch64/sys/
H A Dcerror.S34 bl _C_LABEL(__error)
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h50 __error = 1 enumerator
77 …stexpr __consume_result __consume_result_error{__replacement_character, __consume_result::__error};
/freebsd-14.2/lib/libthr/thread/
H A Dthr_rtld.c232 __error(); in _thr_rtld_init()