Searched refs:SIGNAME (Results 1 – 1 of 1) sorted by relevance
73 const char *SIGNAME[64]; local76 SIGNAME[0] = "Unknown signal";78 SIGNAME[SIGABRT] = "Abort";81 SIGNAME[SIGALRM] = "Alarm";84 SIGNAME[SIGBUS] = "BUS: Bus Error, possibly illegal memory access";87 SIGNAME[SIGCHLD] = "CHLD";90 SIGNAME[SIGCONT] = "CONT";93 SIGNAME[SIGFPE] = "FPE: Floating Point Exception,probably divide by zero";96 …SIGNAME[SIGHUP] = "Hang up: Some other process (or the batch system) has told this process to end";99 SIGNAME[SIGILL] = "Illegal instruction: Likely due to memory corruption";[all …]