Home | History | Annotate | Download | only in openssh

Lines Matching refs:dup

660 	if ((fdout = dup(ptyfd)) < 0) {
661 error("%s: dup #1: %s", __func__, strerror(errno));
667 if ((ptymaster = dup(ptyfd)) < 0) {
668 error("%s: dup #2: %s", __func__, strerror(errno));