Searched refs:intcopy (Results 1 – 1 of 1) sorted by relevance
54 static void intcopy(int); /* interrupt routine for file transfers */162 f = signal(SIGINT, intcopy); in transfer()229 signal(SIGPIPE, intcopy); in pipefile()680 intcopy(int signo) in intcopy() function