Searched refs:Ifn (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | uucico.c | 126 Ifn = Ofn = -1; /* must be set before signal handlers */ 299 if ( (*Setup)( Role, &Ifn, &Ofn ) ) { 308 fixline(Ifn, 0, D_ACU); 331 ret = imsg(msg, Ifn); 466 ttyn = ttyname(Ifn); 469 if ( fstat(Ifn,&ttysbuf) == 0 ) 513 if (Ifn != -1 && Role == MASTER) { 516 (void) close(Ifn); 517 Ifn = Ofn = -1; 552 Ofn = Ifn = conn(Rmtname); [all …]
|
H A D | fio.c | 124 if (ioctl(Ifn, TCGETA, &ttbuf) >= 0) { in fturnon() 127 ioctl(Ifn, TCGETA, &ttbuf); in fturnon() 131 ret = ioctl(Ifn, TCSETA, &ttbuf); in fturnon() 136 if (ioctl(Ifn, TIOCGETP, &ttbuf) >= 0) { in fturnon() 140 ret = ioctl(Ifn, TIOCSETP, &ttbuf); in fturnon() 159 (void) ioctl(Ifn, TCSETA, &ttbuf); in fturnoff() 161 (void) ioctl(Ifn, TIOCSETP, &ttbuf); in fturnoff()
|
H A D | line.c | 269 if ((istermios = (*Ioctl)(Ifn, TCGETS, &tbufs)) < 0) { 270 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) { 324 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0) 328 if ((*Ioctl)(Ifn, TCSETSW, &tbufs) != 0) 347 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0) 352 if ((*Ioctl)(Ifn, TCSETSW, &tbufs) != 0)
|
H A D | shio.c | 67 (void) close(Ifn); /* close connection fd's */
|
H A D | uucpdefs.c | 41 GLOBAL int Ifn, Ofn; variable
|
H A D | gio.c | 74 Pk = pkopen(Ifn, Ofn); in gturnon()
|
H A D | cntrl.c | 886 ret = (*Rddata)(Ifn, fp); in cntrl() 1053 ret = (*Rddata)(Ifn, fp); in cntrl() 1346 if ((*Rdmsg)(msg, Ifn) != 0) {
|
H A D | uucp.h | 508 EXTERN int Ifn, Ofn; variable
|
H A D | uux.c | 137 Ifn = 0;
|
H A D | uuxqt.c | 104 Ifn = 0;
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | uucp.h | 445 EXTERN int Ifn, Ofn; variable
|