Home
last modified time | relevance | path

Searched refs:__THROWNL (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dsetjmp.h36 extern int setjmp (jmp_buf __env) __THROWNL;
41 extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
45 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROWNL;
55 __THROWNL __attribute__ ((__noreturn__));
62 __THROWNL __attribute__ ((__noreturn__));
81 __THROWNL __attribute__ ((__noreturn__));
H A Dpthread.h774 int __savemask) __THROWNL;
791 __THROWNL __nonnull ((1));
795 __THROWNL __nonnull ((1));
836 __THROWNL __nonnull ((1));
977 __THROWNL __nonnull ((1));
981 __THROWNL __nonnull ((1));
1024 __THROWNL __nonnull ((1));
1028 __THROWNL __nonnull ((1));
1072 __THROWNL __nonnull ((1));
1122 __THROWNL __nonnull ((1));
[all …]
H A Ducontext.h34 extern int getcontext (ucontext_t *__ucp) __THROWNL;
37 extern int setcontext (const ucontext_t *__ucp) __THROWNL;
43 __THROWNL __INDIRECT_RETURN;
H A Ddlfcn.h56 extern void *dlopen (const char *__file, int __mode) __THROWNL;
60 extern int dlclose (void *__handle) __THROWNL __nonnull ((1));
69 extern void *dlmopen (Lmid_t __nsid, const char *__file, int __mode) __THROWNL;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dsetjmp.h36 extern int setjmp (jmp_buf __env) __THROWNL;
41 extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
45 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROWNL;
55 __THROWNL __attribute__ ((__noreturn__));
62 __THROWNL __attribute__ ((__noreturn__));
81 __THROWNL __attribute__ ((__noreturn__));
H A Dpthread.h774 int __savemask) __THROWNL;
791 __THROWNL __nonnull ((1));
795 __THROWNL __nonnull ((1));
836 __THROWNL __nonnull ((1));
977 __THROWNL __nonnull ((1));
981 __THROWNL __nonnull ((1));
1024 __THROWNL __nonnull ((1));
1028 __THROWNL __nonnull ((1));
1072 __THROWNL __nonnull ((1));
1122 __THROWNL __nonnull ((1));
[all …]
H A Ducontext.h34 extern int getcontext (ucontext_t *__ucp) __THROWNL;
37 extern int setcontext (const ucontext_t *__ucp) __THROWNL;
43 __THROWNL __INDIRECT_RETURN;
H A Ddlfcn.h56 extern void *dlopen (const char *__file, int __mode) __THROWNL;
60 extern int dlclose (void *__handle) __THROWNL __nonnull ((1));
69 extern void *dlmopen (Lmid_t __nsid, const char *__file, int __mode) __THROWNL;
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/htl/
H A Dpthread.h421 __THROWNL __nonnull ((1));
439 __THROWNL __nonnull ((1));
445 __THROWNL __nonnull ((1));
532 __THROWNL __nonnull ((1));
536 __THROWNL __nonnull ((1));
660 __THROWNL __nonnull ((1));
664 __THROWNL __nonnull ((1));
683 __THROWNL __nonnull ((1));
687 __THROWNL __nonnull ((1));
706 __THROWNL __nonnull ((1));
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/htl/
H A Dpthread.h421 __THROWNL __nonnull ((1));
439 __THROWNL __nonnull ((1));
445 __THROWNL __nonnull ((1));
532 __THROWNL __nonnull ((1));
536 __THROWNL __nonnull ((1));
660 __THROWNL __nonnull ((1));
664 __THROWNL __nonnull ((1));
683 __THROWNL __nonnull ((1));
687 __THROWNL __nonnull ((1));
706 __THROWNL __nonnull ((1));
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/nptl/
H A Dpthread.h774 int __savemask) __THROWNL;
791 __THROWNL __nonnull ((1));
795 __THROWNL __nonnull ((1));
836 __THROWNL __nonnull ((1));
977 __THROWNL __nonnull ((1));
981 __THROWNL __nonnull ((1));
1024 __THROWNL __nonnull ((1));
1028 __THROWNL __nonnull ((1));
1072 __THROWNL __nonnull ((1));
1122 __THROWNL __nonnull ((1));
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/nptl/
H A Dpthread.h774 int __savemask) __THROWNL;
791 __THROWNL __nonnull ((1));
795 __THROWNL __nonnull ((1));
836 __THROWNL __nonnull ((1));
977 __THROWNL __nonnull ((1));
981 __THROWNL __nonnull ((1));
1024 __THROWNL __nonnull ((1));
1028 __THROWNL __nonnull ((1));
1072 __THROWNL __nonnull ((1));
1122 __THROWNL __nonnull ((1));
[all …]
/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/libgrep/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgrep/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/security/libntlm/libntlm-1.6/gl/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/shells/rush/rush-2.1/gnu/
H A Dcdefs.h58 # define __THROWNL __attribute__ ((__nothrow__)) macro
64 # define __THROWNL throw () macro
69 # define __THROWNL macro
85 # define __THROWNL macro
181 name proto __THROWNL __asm__ (__ASMNAME (#alias))
186 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/databases/recutils/recutils-1.8/lib/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/math/pspp/pspp-1.4.1/gl/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/editors/emacs/emacs-27.2/lib/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/net/dhcpd-pools/dhcpd-pools-3.1/lib/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/security/gnutls/gnutls-3.6.16/gl/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
/dports/security/gnutls/gnutls-3.6.16/src/gl/
H A Dcdefs.h56 # define __THROWNL __attribute__ ((__nothrow__)) macro
62 # define __THROWNL throw () macro
67 # define __THROWNL macro
83 # define __THROWNL macro
179 name proto __THROWNL __asm__ (__ASMNAME (#alias))
184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL

1234567