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

/netbsd-current/usr.bin/ftp/
H A Dextern.h149 void lostpeer(int);
H A Dmain.c555 (void)xsignal(SIGPIPE, lostpeer);
604 (void)xsignal(SIGPIPE, lostpeer);
760 (void)xsignal(SIGPIPE, lostpeer);
H A Dftp.c437 * in lostpeer()
450 lostpeer(0);
530 lostpeer(0);
2006 lostpeer(0);
2033 lostpeer(0);
2087 * aborts abort_remote(). lostpeer() is called because if the user is
2102 lostpeer(signo);
2116 lostpeer(0);
2135 lostpeer(0);
H A Dutil.c330 lostpeer(int signo) function
361 errx(1, "lostpeer due to signal %d", signo);
H A Dfetch.c2384 (void)xsignal(SIGPIPE, lostpeer);
/netbsd-current/usr.bin/rlogin/
H A Drlogin.c112 __dead static void lostpeer(int);
247 sa.sa_handler = lostpeer;
741 lostpeer(int signo) function

Completed in 100 milliseconds