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

/illumos-gate/usr/src/cmd/format/
H A Dmisc.h143 void cmdabort(int sig);
H A Dcheckdev.c259 cmdabort(SIGINT);
635 cmdabort(SIGINT);
838 cmdabort(SIGINT);
H A Dmisc.c195 cmdabort(sig) function
431 cmdabort(SIGINT);
H A Dmain.c148 act.sa_handler = cmdabort;
H A Dio.c777 cmdabort(SIGINT);
1709 cmdabort(SIGINT);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c80 static void cmdabort(int sig);
431 cmdabort(int sig) function
466 oldintr = signal(SIGINT, cmdabort);
526 oldintr = signal(SIGINT, cmdabort);
700 if (abrtflag && oldintr != cmdabort && oldintr != SIG_IGN)

Completed in 85 milliseconds