| /src/lib/libc/compat/arch/powerpc64/sys/ |
| compat_missing.c | 42 __warn_references(sigaction, 43 "warning: reference to compatibility sigaction(); include <signal.h> to generate correct reference") 51 int sigaction(int, const struct sigaction * restrict, 52 struct sigaction * restrict); 53 int __sigaction_siginfo(int, const struct sigaction * restrict, 54 struct sigaction * restrict); 57 sigaction(int sig, const struct sigaction * restrict act, function 58 struct sigaction * restrict oact [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| posix_signals.c | 23 /* int sigaction(sig, act, oact) 25 /* struct sigaction *act; 26 /* struct sigaction *oact; 86 static struct sigaction actions[NSIG] = {}; 96 int sigaction(int sig, struct sigaction * act, struct sigaction * oact) function
|
| posix_signals.h | 37 struct sigaction { struct 49 extern int sigaction(int, struct sigaction *, struct sigaction *);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/ |
| signal.h | 939 /* We assume that platforms which lack the sigaction() function also lack 940 the 'struct sigaction' type, and vice versa. */ 944 struct sigaction 969 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 970 struct sigaction *restrict)); 978 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 979 struct sigaction *restrict)); 980 _GL_CXXALIASWARN (sigaction); 983 # undef sigaction macro [all...] |