Searched refs:ioctl_t (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
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...]
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.types.h377 typedef char * ioctl_t; /* Third arg of ioctl */ typedef
394 typedef void * ioctl_t; /* Third arg of ioctl */ typedef
H A Ded.term.c700 RETRY(ioctl(fd, TCGETA, (ioctl_t) &td->d_t));
703 RETRY(ioctl(fd, TIOCGETP, (ioctl_t) &td->d_t));
706 RETRY(ioctl(fd, TIOCGETC, (ioctl_t) &td->d_tc));
709 RETRY(ioctl(fd, TIOCGPAGE, (ioctl_t) &td->d_pc));
712 RETRY(ioctl(fd, TIOCLGET, (ioctl_t) &td->d_lb));
718 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc));
731 RETRY(ioctl(fd, TCSETAW, (ioctl_t) &td->d_t));
734 RETRY(ioctl(fd, TIOCSETN, (ioctl_t) &td->d_t));
737 RETRY(ioctl(fd, TIOCSETC, (ioctl_t) &td->d_tc));
740 RETRY(ioctl(fd, TIOCSPAGE, (ioctl_t)
[all...]
H A Dsh.print.c246 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 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 Dsh.lex.c1433 if (ioctl(SHIN, TCGETA, (ioctl_t) & tty) == 0 &&
1436 if (ioctl(SHIN, TIOCGETP, (ioctl_t) & tty) == 0 &&
H A Ded.chared.c3393 (void) ioctl(SHIN, TIOCSTI, (ioctl_t) &buf[i]);
3569 if (ioctl(SHIN, TIOCSTAT, (ioctl_t) &c) < 0)
H A Ded.screen.c1536 if (ioctl(SHIN, TIOCGWINSZ, (ioctl_t) &ws) != -1) {
1550 if (ioctl(SHIN, TIOCGSIZE, (ioctl_t) &ts) != -1) {
H A Dsh.c384 (void) ioctl (SHIN, TIOCSPGRP, (ioctl_t) &shpgrp);
/macosx-10.10/libedit-40/src/
H A Dsys.h89 typedef void *ioctl_t; typedef
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsys.h80 typedef void *ioctl_t; typedef
H A Dread.c158 if (ioctl(fd, FIONBIO, (ioctl_t) & zero) == -1)
189 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
421 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
H A Dterm.c970 if (ioctl(el->el_infd, TIOCGWINSZ, (ioctl_t) & ws) != -1) {
981 if (ioctl(el->el_infd, TIOCGSIZE, (ioctl_t) & ts) != -1) {
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsys.h93 typedef void *ioctl_t; typedef
H A Dread.c165 if (ioctl(fd, FIONBIO, (ioctl_t) & zero) == -1)
199 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
515 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
H A Dterm.c1024 if (ioctl(el->el_infd, TIOCGWINSZ, (ioctl_t) & ws) != -1) {
1035 if (ioctl(el->el_infd, TIOCGSIZE, (ioctl_t) & ts) != -1) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dsocket.h91 # define ioctl_t u_long macro
158 #ifndef ioctl_t
159 # define ioctl_t int macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Dsockbuf.c352 ioctl_t status = nb ? 1 : 0;

Completed in 727 milliseconds