|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/usr/lib/bcc/include/ |
Upload File : |
#ifndef __TERMIOS_H #define __TERMIOS_H #include <features.h> #include <sys/types.h> #include __SYSINC__(termios.h) extern speed_t cfgetispeed __P ((struct termios *__termios_p)); extern speed_t cfgetospeed __P ((struct termios *__termios_p)); extern int cfsetispeed __P ((struct termios *__termios_p, speed_t __speed)); extern int cfsetospeed __P ((struct termios *__termios_p, speed_t __speed)); extern void cfmakeraw __P ((struct termios *__t)); extern int tcsetattr __P ((int __fd, int __opt, struct termios *__termios_p)); extern int tcgetattr __P ((int __fildes, struct termios *__termios_p)); extern int tcdrain __P ((int __fildes)); extern int tcflow __P ((int __fildes, int __action)); extern int tcflush __P ((int __fildes, int __queue_selector)); extern int tcsendbreak __P ((int __fildes, int __duration)); extern pid_t tcgetpgrp __P ((int __fildes)); extern int tcsetpgrp __P ((int __fildes, pid_t __pgrp_id)); #endif