Searched refs:TCSETAW (Results 1 – 10 of 10) sorted by relevance
25 #define TCSETAW 0x5407 macro
16 #define TCSETAW 0x5403 macro
722 #ifdef TCSETAW723 {"TCSETAW", TCSETAW},
186 case TCSETAW: in term_ioctl()
178 TCSETAW = (TIOC|10) variable
111 if (ioctl(slavefd, TCSETAW, &termio) != 0) { in test1()
702 unsigned IOCTL_TCSETAW = TCSETAW;
336 _(TCSETAW, READ, struct_termio_sz);
483 #define mksh_tcset(fd,st) ioctl((fd), TCSETAW, (st))