Searched refs:MAX_SIGNALS (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/libevent/
H A Devent_sig.c34 #define MAX_SIGNALS NSIG macro
36 #define MAX_SIGNALS _NSIG macro
38 #define MAX_SIGNALS 256 /* Should be safe... */ macro
55 static struct SynchronousSignalHandler SignalHandlers[MAX_SIGNALS];
98 for (i=0; i<MAX_SIGNALS; i++) {
119 if (sig <0 || sig > MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/libevent/
H A Devent_sig.c35 #define MAX_SIGNALS NSIG macro
37 #define MAX_SIGNALS _NSIG macro
39 #define MAX_SIGNALS 256 /* Should be safe... */ macro
56 static struct SynchronousSignalHandler SignalHandlers[MAX_SIGNALS];
102 for (i=0; i<MAX_SIGNALS; i++) {
133 if (sig <0 || sig > MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/libevent/
H A Devent_sig.c34 #define MAX_SIGNALS NSIG macro
36 #define MAX_SIGNALS _NSIG macro
38 #define MAX_SIGNALS 256 /* Should be safe... */ macro
55 static struct SynchronousSignalHandler SignalHandlers[MAX_SIGNALS];
98 for (i=0; i<MAX_SIGNALS; i++) {
119 if (sig <0 || sig > MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/libevent/
H A Devent_sig.c35 #define MAX_SIGNALS NSIG macro
37 #define MAX_SIGNALS _NSIG macro
39 #define MAX_SIGNALS 256 /* Should be safe... */ macro
56 static struct SynchronousSignalHandler SignalHandlers[MAX_SIGNALS];
102 for (i=0; i<MAX_SIGNALS; i++) {
133 if (sig <0 || sig > MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/libevent/
H A Devent_sig.c34 #define MAX_SIGNALS NSIG macro
36 #define MAX_SIGNALS _NSIG macro
38 #define MAX_SIGNALS 256 /* Should be safe... */ macro
55 static struct SynchronousSignalHandler SignalHandlers[MAX_SIGNALS];
98 for (i=0; i<MAX_SIGNALS; i++) {
119 if (sig <0 || sig > MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Devent_sig.c35 #define MAX_SIGNALS NSIG macro
37 #define MAX_SIGNALS _NSIG macro
39 #define MAX_SIGNALS 256 /* Should be safe... */ macro
56 static struct SynchronousSignalHandler SignalHandlers[MAX_SIGNALS];
102 for (i=0; i<MAX_SIGNALS; i++) {
133 if (sig <0 || sig > MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Djim-signal.c17 #define MAX_SIGNALS (sizeof(jim_wide) * 8) macro
22 static int signal_handling[MAX_SIGNALS];
144 if (i > 0 && i < MAX_SIGNALS) {
149 for (i = 1; i < MAX_SIGNALS; i++) {
175 for (i = 1; i < MAX_SIGNALS; i++) {
212 sa_old = Jim_Alloc(sizeof(*sa_old) * MAX_SIGNALS);
254 for (i = 0; i < MAX_SIGNALS; i++) {
279 if (sig < 0 || sig >= MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Djim-signal.c17 #define MAX_SIGNALS (sizeof(jim_wide) * 8) macro
22 static int signal_handling[MAX_SIGNALS];
144 if (i > 0 && i < MAX_SIGNALS) {
149 for (i = 1; i < MAX_SIGNALS; i++) {
175 for (i = 1; i < MAX_SIGNALS; i++) {
212 sa_old = Jim_Alloc(sizeof(*sa_old) * MAX_SIGNALS);
254 for (i = 0; i < MAX_SIGNALS; i++) {
279 if (sig < 0 || sig >= MAX_SIGNALS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Djim-signal.c17 #define MAX_SIGNALS (sizeof(jim_wide) * 8) macro
22 static int signal_handling[MAX_SIGNALS];
144 if (i > 0 && i < MAX_SIGNALS) {
149 for (i = 1; i < MAX_SIGNALS; i++) {
175 for (i = 1; i < MAX_SIGNALS; i++) {
212 sa_old = Jim_Alloc(sizeof(*sa_old) * MAX_SIGNALS);
254 for (i = 0; i < MAX_SIGNALS; i++) {
279 if (sig < 0 || sig >= MAX_SIGNALS) {

Completed in 82 milliseconds