OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mabort
usr.bin/ftp/cmds.c
265
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/cmds.c
833
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/cmds.c
941
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/small.c
388
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/small.h
29
void mabort(int);