Home
last modified time | relevance | path

Searched refs:SIGSYS (Results 1 – 25 of 5903) sorted by relevance

12345678910>>...237

/dports/security/kstart/kstart-4.2/kafs/
H A Dkafs.c104 #ifdef SIGSYS
109 signal(SIGSYS, sigsys_handler); in sigsys_handler()
145 #ifdef SIGSYS in k_hasafs()
146 saved_func = signal(SIGSYS, sigsys_handler); in k_hasafs()
155 #ifdef SIGSYS in k_hasafs()
156 signal(SIGSYS, saved_func); in k_hasafs()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntptime/
H A Dntptime.c89 #ifdef SIGSYS
234 #ifdef SIGSYS in main()
241 if (sigaction(SIGSYS, &newsigsys, &sigsys)) { in main()
248 #ifdef SIGSYS in main()
260 #ifdef SIGSYS in main()
271 #ifdef SIGSYS in main()
277 #ifdef SIGSYS in main()
281 #ifdef SIGSYS in main()
288 #ifdef SIGSYS in main()
426 #ifdef SIGSYS in main()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/apparmor/include/
H A Dsig_names.h46 #ifdef SIGSYS
47 [SIGSYS] = 31, /* 12, 31, 12. often SIG LOST/UNUSED */
56 defined(SIGLOST) && defined(SIGSYS) && SIGLOST != SIGSYS
/dports/multimedia/libv4l/linux-5.13-rc2/security/apparmor/include/
H A Dsig_names.h46 #ifdef SIGSYS
47 [SIGSYS] = 31, /* 12, 31, 12. often SIG LOST/UNUSED */
56 defined(SIGLOST) && defined(SIGSYS) && SIGLOST != SIGSYS
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/apparmor/include/
H A Dsig_names.h46 #ifdef SIGSYS
47 [SIGSYS] = 31, /* 12, 31, 12. often SIG LOST/UNUSED */
56 defined(SIGLOST) && defined(SIGSYS) && SIGLOST != SIGSYS
/dports/net/ntp/ntp-4.2.8p15/util/
H A Dntptime.c70 #ifdef SIGSYS
214 #ifdef SIGSYS in main()
221 if (sigaction(SIGSYS, &newsigsys, &sigsys)) { in main()
232 #ifdef SIGSYS in main()
245 #ifdef SIGSYS in main()
265 #ifdef SIGSYS in main()
274 #ifdef SIGSYS in main()
372 #ifdef SIGSYS in main()
373 if (sigaction(SIGSYS, &sigsys, (struct sigaction *)NULL)) { in main()
381 #ifdef SIGSYS
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/ker/
H A Ddebug.c57 #ifdef SIGSYS in errorSignal()
58 case SIGSYS: msg = "Bad system call"; break; in errorSignal()
87 #ifdef SIGSYS in catchErrorSignals()
88 hostAction(HOST_SIGNAL, SIGSYS, handler); in catchErrorSignals()
/dports/cad/magic/magic-8.3.245/utils/
H A Dsignals.c49 #ifndef SIGSYS
50 #define SIGSYS 12 /* bad argument to system call (SIGUSR2) */ macro
63 #if SIGSYS == SIGUNUSED
64 #undef SIGSYS
65 #define SIGSYS SIGUSR2 macro
562 case SIGSYS: {msg = "Bad System Call"; break;};
583 else if (signum == SIGSYS) msg = "Bad System Call";
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/sigaction/
H A D3-21.c40 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
46 if (sigaction(SIGSYS, 0, &oact) == -1) { in main()
53 if (raise(SIGSYS) == -1) { in main()
H A D22-21.c55 raise(SIGSYS); in handler()
72 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
78 if (raise(SIGSYS) == -1) { in main()
H A D25-21.c53 raise(SIGSYS); in handler()
70 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
76 if (raise(SIGSYS) == -1) { in main()
H A D8-22.c32 raise(SIGSYS); in SIGTRAP_handler()
46 sigaddset(&act.sa_mask, SIGSYS); in main()
56 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilDiags.c131 #ifdef SIGSYS in diag_store_handlers()
132 sys_handler = signal( SIGSYS, diag_handler ); /* bad arguments to sys calls */ in diag_store_handlers()
767 #ifdef SIGSYS in diag_initialize_diagnostics()
768 signal( SIGSYS, diag_handler ); /* bad arguments to sys calls */ in diag_initialize_diagnostics()
889 #ifdef SIGSYS
890 case SIGSYS:
1275 #ifdef SIGSYS in diag_restore_diagnostics()
1276 signal( SIGSYS, sys_handler ); in diag_restore_diagnostics()
/dports/devel/libepoll-shim/epoll-shim-0.0.20210418/external/microatf/src/
H A Dtranslate-signal.c188 #ifdef SIGSYS in main()
189 case SIGSYS: in main()
194 #if !defined(SIGSYS) || SIGUNUSED != SIGSYS in main()
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
189 #if defined(SIGSYS) in set_options()
190 signal (SIGSYS, backtrace_handler); in set_options()
/dports/lang/gcc8/gcc-8.5.0/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/lang/gcc48/gcc-4.8.5/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
195 #if defined(SIGSYS) in set_options()
196 signal (SIGSYS, backtrace_handler); in set_options()
/dports/lang/gcc10/gcc-10.3.0/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dcompile_options.c80 #if defined(SIGSYS) in show_signal()
81 case SIGSYS: in show_signal()
182 #if defined(SIGSYS) in set_options()
183 signal (SIGSYS, backtrace_handler); in set_options()

12345678910>>...237