Home
last modified time | relevance | path

Searched refs:TIOCSETP (Results 1 – 25 of 42) sorted by relevance

12

/original-bsd/usr.bin/lock/
H A Dlock.c115 (void)ioctl(0, TIOCSETP, &ntty);
131 ioctl(0, TIOCSETP, &tty);
187 (void)ioctl(0, TIOCSETP, &tty); in quit()
194 (void)ioctl(0, TIOCSETP, &tty); in bye()
/original-bsd/lib/libtelnet/
H A Dread_password.c75 if (ioctl(0,TIOCSETP,(char *)&tty_state) == -1)
108 if (ioctl(0,TIOCSETP,(char *)&tty_state))
/original-bsd/usr.bin/tip/aculib/
H A Ddf.c61 ioctl(f, TIOCSETP, &buf);
78 ioctl(f, TIOCSETP, &buf);
H A Dt3000.c216 if (ioctl(FD, TIOCSETP, &sb) < 0) { in t3000_connect()
222 TIOCSETP, in t3000_connect()
313 ioctl(fd, TIOCSETP, &sb);
318 ioctl(fd, TIOCSETP, &sb);
H A Dcourier.c202 if (ioctl(FD, TIOCSETP, &sb) < 0) { in cour_connect()
285 ioctl(fd, TIOCSETP, &sb);
290 ioctl(fd, TIOCSETP, &sb);
H A Dv831.c114 ioctl(FD, TIOCSETP, &cntrl); in v831_disconnect()
183 ioctl(AC, TIOCSETP, &cntrl);
/original-bsd/libexec/getty/
H A Dmain.c226 ioctl(0, TIOCSETP, &tmode);
248 ioctl(0, TIOCSETP, &tmode);
276 ioctl(0, TIOCSETP, &tmode);
320 ioctl(0, TIOCSETP, &tmode); in getname()
328 ioctl(0, TIOCSETP, &tmode); in getname()
/original-bsd/lib/libcompat/4.1/
H A Dstty.c22 return(ioctl(fd, TIOCSETP, ap));
/original-bsd/usr.bin/uucp/port/
H A Dioctl.c36 case TIOCSETP:
/original-bsd/games/rogue/
H A Dmachdep.c586 ioctl(0, TIOCSETP, &tty_buf);
589 ioctl(0, TIOCSETP, &tty_buf);
/original-bsd/usr.bin/tip/
H A Dtip.c253 ioctl(0, TIOCSETP, &arg); in raw()
267 ioctl(0, TIOCSETP, (char *)&defarg); in unraw()
489 ioctl(FD, TIOCSETP, (char *)&arg);
H A Dcmds.c247 ioctl(FD, TIOCSETP, &buf); /* wflushtty */
278 ioctl(FD, TIOCSETP, &buf); /* wflushtty */
751 ioctl(FD, TIOCSETP, &rmtty);
752 ioctl(0, TIOCSETP, &arg);
/original-bsd/sbin/slattach/
H A Dslattach.c66 if (ioctl(fd, TIOCSETP, &sgtty) < 0) {
/original-bsd/sys/sys/
H A Dioctl_compat.h64 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */ macro
/original-bsd/old/cu/
H A Dcu.c194 ioctl(ln, TIOCSETP, &stbuf);
218 ioctl(ln, TIOCSETP, &stbuf);
298 ioctl(dh, TIOCSETP, &stbuf);
700 ioctl(0, TIOCSETP, &stbuf); in mode()
/original-bsd/sys/vax/vax/
H A Dsys_machdep.c108 TIOCGETP, TIOCSETP, TIOCSETN, TIOCEXCL, TIOCNXCL,
/original-bsd/usr.bin/uucp/libacu/
H A Dva820.c73 ioctl(va, TIOCSETP, &sg);
H A Drvmacs.c105 ioctl(va, TIOCSETP, &sg);
/original-bsd/usr.bin/uucp/uucico/
H A Dcico.c309 ret = ioctl(Ifn, TIOCSETP, &Savettyb);
322 ret = ioctl(Ifn, TIOCSETP, &Savettyb);
771 (void) ioctl(0, TIOCSETP, &Hupvec);
774 (void) ioctl(0, TIOCSETP, &Savettyb);
H A Dcondevs.c475 if (ioctl(fn, TIOCSETP, &ttbuf) < 0)
484 if (ioctl(fn, TIOCSETP, &ttbuf) < 0)
/original-bsd/sys/kern/
H A Dtty_compat.c80 case TIOCSETP:
99 return (ttioctl(tp, com == TIOCSETP ? TIOCSETAF : TIOCSETA,
/original-bsd/share/doc/psd/21.ipc/
H A Dspell.ok105 TIOCSETP
/original-bsd/games/atc/
H A Dmain.c140 ioctl(fileno(stdin), TIOCSETP, &tty_new);
/original-bsd/usr.sbin/sliplogin/
H A Dsliplogin.c296 if (ioctl(0, TIOCSETP, (caddr_t)&tty) < 0) {
/original-bsd/contrib/xns/examples/gap/
H A Dgap2d.c234 ioctl(t, TIOCSETP, &b);
240 ioctl(pty, TIOCSETP, &b);

12