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