Searched refs:ioctl_t (Results 1 - 14 of 14) sorted by last modified time

/freebsd-9.3-release/lib/libedit/
H A Dread.c162 if (ioctl(fd, FIONBIO, (ioctl_t) & zero) == -1)
193 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
457 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
H A Dsys.h65 typedef void *ioctl_t; typedef
H A Dterm.c987 if (ioctl(el->el_infd, TIOCGWINSZ, (ioctl_t) & ws) != -1) {
998 if (ioctl(el->el_infd, TIOCGSIZE, (ioctl_t) & ts) != -1) {
/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c3392 (void) ioctl(SHIN, TIOCSTI, (ioctl_t) &buf[i]);
3568 if (ioctl(SHIN, TIOCSTAT, (ioctl_t) &c) < 0)
H A Ded.init.c627 (void) ioctl(SHIN, FIONREAD, (ioctl_t) &chrs);
H A Ded.inputl.c128 (void) ioctl(SHIN, FIONREAD, (ioctl_t) & chrs);
H A Ded.screen.c1536 if (ioctl(SHIN, TIOCGWINSZ, (ioctl_t) &ws) != -1) {
1550 if (ioctl(SHIN, TIOCGSIZE, (ioctl_t) &ts) != -1) {
H A Ded.term.c701 RETRY(ioctl(fd, TCGETA, (ioctl_t) &td->d_t));
704 RETRY(ioctl(fd, TIOCGETP, (ioctl_t) &td->d_t));
707 RETRY(ioctl(fd, TIOCGETC, (ioctl_t) &td->d_tc));
710 RETRY(ioctl(fd, TIOCGPAGE, (ioctl_t) &td->d_pc));
713 RETRY(ioctl(fd, TIOCLGET, (ioctl_t) &td->d_lb));
719 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc));
732 RETRY(ioctl(fd, TCSETAW, (ioctl_t) &td->d_t));
735 RETRY(ioctl(fd, TIOCSETN, (ioctl_t) &td->d_t));
738 RETRY(ioctl(fd, TIOCSETC, (ioctl_t) &td->d_tc));
741 RETRY(ioctl(fd, TIOCSPAGE, (ioctl_t)
[all...]
H A Dsh.c468 (void) ioctl (SHIN, TIOCSPGRP, (ioctl_t) &shpgrp);
H A Dsh.file.c101 (void) ioctl(SHIN, TCGETA, (ioctl_t) &tchars);
132 (void) ioctl(SHIN, on, (ioctl_t) &tchars);
139 (void) ioctl(SHIN, TIOCGETC, (ioctl_t) & tchars);
141 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars);
146 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty);
149 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty);
154 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars);
182 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty_normal);
190 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty);
196 (void) ioctl(SHOUT, TCSETAW, (ioctl_t)
[all...]
H A Dsh.lex.c1439 if (ioctl(SHIN, TCGETA, (ioctl_t) & tty) == 0 &&
1442 if (ioctl(SHIN, TIOCGETP, (ioctl_t) & tty) == 0 &&
H A Dsh.print.c252 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 &&
H A Dsh.types.h377 typedef char * ioctl_t; /* Third arg of ioctl */ typedef
394 typedef void * ioctl_t; /* Third arg of ioctl */ typedef
H A Dtc.disc.c75 if (ioctl(f, TCGETA, (ioctl_t) & termiob) == 0) {
84 if (ioctl(f, TCSETA, (ioctl_t) & termiob) != 0)
104 if (ioctl(f, TCGETA, (ioctl_t) & termiob) == 0) {
109 if (ioctl(f, TIOCGLTC, (ioctl_t) & ltcbuf) != 0)
118 if (ioctl(f, TIOCSLTC, (ioctl_t) & ltcbuf) != 0)
122 if (ioctl(f, TCSETAF, (ioctl_t) & termiob) != 0)
138 if (ioctl(f, TXGETLD, (ioctl_t) & tx) == 0) {
140 if (ioctl(f, TXADDCD, (ioctl_t) strPOSIX) == 0) {
152 if (ioctl(f, TIOCGETD, (ioctl_t) & oldisc) == 0) {
156 if (ioctl(f, TIOCSETD, (ioctl_t)
[all...]

Completed in 109 milliseconds