Home
last modified time | relevance | path

Searched refs:SIGMAX (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sigpending/
Dsigpending02.c47 int SIGMAX = MIN(sizeof(sigset_t) * 8, (size_t)_NSIG); in test_sigpending() local
67 for (i = 1; i < SIGMAX; ++i) in test_sigpending()
82 for (i = 1; i < SIGMAX; ++i) in test_sigpending()
96 for (i = 1; i < SIGMAX; ++i) in test_sigpending()
/external/ImageMagick/MagickCore/
Dmagick.c115 #if !defined(SIGMAX)
116 #define SIGMAX 64 macro
132 *signal_handlers[SIGMAX] = { (SignalHandler *) NULL };
/external/python/cpython2/Modules/
Dsignalmodule.c40 # elif defined(SIGMAX)
41 # define NSIG (SIGMAX + 1) /* For djgpp */
/external/python/cpython3/Modules/
Dsignalmodule.c48 # elif defined(SIGMAX)
49 # define NSIG (SIGMAX + 1) /* For djgpp */
Dfaulthandler.c99 # elif defined(SIGMAX)
100 # define NSIG (SIGMAX + 1) /* For djgpp */
/external/mksh/src/
Dsh.h370 #elif defined(SIGMAX)
371 #define ksh_NSIG (SIGMAX + 1)