Searched refs:intcopy (Results 1 – 1 of 1) sorted by relevance
47 void intcopy(void); /* interrupt routine for file transfers */151 f = signal(SIGINT, (sig_handler_t)intcopy); in transfer()228 (void) signal(SIGPIPE, (sig_handler_t)intcopy); in pipefile()305 ointr = signal(SIGINT, (sig_handler_t)intcopy); in transmit()690 intcopy(void) in intcopy() function