Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:fd0

796 	int fd0[2];
809 fd0) == -1) {
816 if (slirp_openpty(&fd0[0], &fd0[1]) == -1) {
829 close(fd0[0]);
830 close(fd0[1]);
835 close(fd0[0]);
848 dup2(fd0[1], 0);
849 dup2(fd0[1], 1);
866 close(fd0[1]);
868 so->s=fd0[0];