Searched refs:SIGSYS (Results 1 – 3 of 3) sorted by relevance
128 #ifdef SIGSYS in strsignal()129 case SIGSYS: in strsignal()
114 #ifdef SIGSYS115 { "SYS", SIGSYS },
188 #define SIGSYS 12 /* bad argument to system call */ macro