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

/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c138 #define store_desc(index, string) \ macro
152 store_desc(0, "Signal 0");
155 store_desc(SIGHUP, "Hangup");
158 store_desc(SIGINT, "Interrupt");
161 store_desc(SIGQUIT, "Quit");
164 store_desc(SIGILL, "Illegal instruction");
167 store_desc(SIGTRAP, "Trace/BPT trap");
170 store_desc(SIGIOT, "IOT instruction");
173 store_desc(SIGABRT, "Abort");
176 store_desc(SIGEM
[all...]

Completed in 73 milliseconds