HomeSort by: relevance | last modified time | path
    Searched defs:abortxfer (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
ftp.c 575 abortxfer(int notused __unused) function in typeref:typename:__dead void
592 errx(1, "abortxfer: unknown direction `%s'", direction);
741 oldintr = xsignal(SIGINT, abortxfer);
981 oldintr = xsignal(SIGINT, abortxfer);
ftp.c 575 abortxfer(int notused __unused) function in typeref:typename:__dead void
592 errx(1, "abortxfer: unknown direction `%s'", direction);
741 oldintr = xsignal(SIGINT, abortxfer);
981 oldintr = xsignal(SIGINT, abortxfer);

Completed in 24 milliseconds