Searched refs:term_ioctl (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | term.c | 167 term_ioctl(struct tcb *tcp, const unsigned int code, const long arg) in term_ioctl() function
|
D | ioctl.c | 238 return term_ioctl(tcp, code, arg); in ioctl_decode()
|
D | defs.h | 644 extern int term_ioctl(struct tcb *, const unsigned int, long);
|
D | ChangeLog-CVS | 608 * term.c (term_ioctl): Decode indirect parameter as int, not long. 2169 * term.c (term_ioctl) [TIOCMGET]: Likewise. 5059 * term.c (term_ioctl): Use _VMIN, if present, for TC{G,S}ETA*. 5484 * term.c (term_ioctl): Force [c_[iocl]flags members to long before
|