Searched refs:LAST_SIGNO (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/kyua-testers/lib/libtester/
H A Dconfig.h32 #define LAST_SIGNO 63 macro
/netbsd-current/external/bsd/kyua-cli/
H A Dconfig.h65 #define LAST_SIGNO 63 macro
/netbsd-current/external/bsd/kyua-cli/dist/utils/signals/
H A Dmisc.cpp49 const int utils::signals::last_signo = LAST_SIGNO;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dsignals.cpp44 #define LAST_SIGNO 63 macro
45 const int impl::last_signo = LAST_SIGNO;
53 static bool happened[LAST_SIGNO + 1];
/netbsd-current/external/bsd/kyua-testers/dist/
H A Drun_test.c135 for (signo = 1; signo <= LAST_SIGNO; signo++) {
420 ATF_REQUIRE_MSG(LAST_SIGNO > 10, "LAST_SIGNO as detected by configure is "
424 for (signo = 1; signo <= LAST_SIGNO; signo++) {
H A Drun.c284 for (signo = 1; signo <= LAST_SIGNO; ++signo) {

Completed in 105 milliseconds