KPty
kpty.cpp File Reference
#include "kpty_p.h"#include <config.h>#include <sys/types.h>#include <sys/ioctl.h>#include <sys/time.h>#include <sys/resource.h>#include <sys/stat.h>#include <sys/param.h>#include <errno.h>#include <fcntl.h>#include <time.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <grp.h>#include <utmp.h>#include <termios.h>#include <kdebug.h>#include <kstandarddirs.h>#include <kde_file.h>#include <QtCore/Q_PID>
Include dependency graph for kpty.cpp:

Go to the source code of this file.
Macros | |
| #define | _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) |
| #define | _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) |
| #define | PATH_MAX 1024 |
| #define | TTY_GROUP "tty" |
Macro Definition Documentation
| #define _tcgetattr | ( | fd, | |
| ttmode | |||
| ) | ioctl(fd, TCGETS, (char *)ttmode) |
| #define _tcsetattr | ( | fd, | |
| ttmode | |||
| ) | ioctl(fd, TCSETS, (char *)ttmode) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference