Searched defs:ioctl (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/features/
H A Dfcntl.c36 #define ioctl ______ioctl macro
58 #undef ioctl macro
/ast/src/cmd/ksh93/include/
H A Dterminal.h73 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty)
75 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
107 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
126 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
195 #define ioctl(a,b,c) sh_ioctl(a,b,c,sizeof(c)) macro
/ast/src/cmd/ksh93/edit/
H A Dedit.c243 ioctl(fd,TIOCLSET,&l_mask);
246 ioctl(fd,TIOCSETC,&l_ttychars);
249 ioctl(fd,TIOCSLTC,&l_chars);
310 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR)
316 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR)
414 if(ioctl(fd,TIOCGETC,&l_ttychars) == SYSERR)
416 if(ioctl(fd,TIOCLGET,&l_mask)==SYSERR)
422 if(ioctl(fd,TIOCLBIS,&mask)==SYSERR)
428 if(ioctl(fd,TIOCSETC,&ttychars) == SYSERR)
1504 if((r=ioctl(f
1826 #undef ioctl macro
[all...]

Completed in 26 milliseconds