OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
catchquit
sbin/fsck_ext2fs/extern.h
76
void catchquit(int);
sbin/fsck_ext2fs/main.c
166
(void)signal(SIGQUIT, catchquit);
sbin/fsck_ffs/extern.h
75
void catchquit(int);
sbin/fsck_ffs/main.c
180
(void)signal(SIGQUIT, catchquit);