Searched refs:__sigaction_siginfo (Results 1 - 9 of 9) sorted by path

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc833 extern "C" int __sigaction_siginfo(int, const struct sigaction *, struct sigaction *);
836 return __sigaction_siginfo(signum,
H A Dsanitizer_platform_limits_netbsd.h2411 #define SIGACTION_SYMNAME __sigaction_siginfo
/netbsd-current/include/
H A Dsignal.h69 int __sigaction_siginfo(int, const struct sigaction * __restrict,
86 struct sigaction * __restrict) __RENAME(__sigaction_siginfo); variable
/netbsd-current/lib/libc/compat/arch/powerpc64/sys/
H A Dcompat_missing.c53 int __sigaction_siginfo(int, const struct sigaction * restrict,
60 return __sigaction_siginfo(sig, act, oact);
/netbsd-current/lib/libc/compat/include/
H A Dsignal.h48 int __sigaction_siginfo(int, const struct sigaction * __restrict,
/netbsd-current/lib/libc/sys/
H A DLint___sigaction_siginfo.c7 __sigaction_siginfo(int sig, const struct sigaction *nact, function
H A DMakefile.inc93 SRCS+= __sigaction_siginfo.c
H A D__sigaction_siginfo.c1 /* $NetBSD: __sigaction_siginfo.c,v 1.2 2024/01/23 17:24:38 christos Exp $ */
34 __RCSID("$NetBSD: __sigaction_siginfo.c,v 1.2 2024/01/23 17:24:38 christos Exp $");
56 __sigaction_siginfo(int sig, const struct sigaction *act, function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2386 #define SIGACTION_SYMNAME __sigaction_siginfo

Completed in 332 milliseconds