Searched refs:intcopy (Results 1 – 1 of 1) sorted by relevance
37 void intcopy(void); /* interrupt routine for file transfers */141 f = signal(SIGINT, (sig_handler_t)intcopy); in transfer()218 (void) signal(SIGPIPE, (sig_handler_t)intcopy); in pipefile()295 ointr = signal(SIGINT, (sig_handler_t)intcopy); in transmit()680 intcopy(void) in intcopy() function