File: signalent.h

package info (click to toggle)
cde 0.1%2Bgit9-g551e54d-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,340 kB
  • ctags: 10,812
  • sloc: ansic: 75,881; sh: 4,282; python: 1,006; perl: 438; makefile: 297; lisp: 44; java: 5
file content (36 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
	"SIG_0",	/* 0 */
	"SIGHUP",	/* 1 */
	"SIGINT",	/* 2 */
	"SIGQUIT",	/* 3 */
	"SIGILL",	/* 4 */
	"SIGTRAP",	/* 5 */
	"SIGABRT",	/* 6 */
	"SIGEMT",	/* 7 */
	"SIGFPE",	/* 8 */
	"SIGKILL",	/* 9 */
	"SIGBUS",	/* 10 */
	"SIGSEGV",	/* 11 */
	"SIGSYS",	/* 12 */
	"SIGPIPE",	/* 13 */
	"SIGALRM",	/* 14 */
	"SIGTERM",	/* 15 */
	"SIGUSR1",	/* 16 */
	"SIGUSR2",	/* 17 */
	"SIGCHLD",	/* 18 */
	"SIGPWR",	/* 19 */
	"SIGWINCH",	/* 20 */
	"SIGURG",	/* 21 */
	"SIGPOLL",	/* 22 */
	"SIGSTOP",	/* 23 */
	"SIGTSTP",	/* 24 */
	"SIGCONT",	/* 25 */
	"SIGTTIN",	/* 26 */
	"SIGTTOU",	/* 27 */
	"SIGVTALRM",	/* 28 */
	"SIGPROF",	/* 29 */
	"SIGXCPU",	/* 30 */
	"SIGXFSZ",	/* 31 */
	"SIGWAITING",	/* 32 */
	"SIGLWP",	/* 33 */
	"SIGFREEZE",	/* 34 */
	"SIGTHAW",	/* 35 */