KDECore
kpty.cpp File Reference
#include <config.h>
#include "kpty.h"
#include "kprocess.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 <kdebug.h>
#include <kstandarddirs.h>
Include dependency graph for kpty.cpp:
Go to the source code of this file.
Defines | |
#define | _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) |
#define | _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) |
#define | BASE_CHOWN "kgrantpty" |
#define | CERASE 0x7f |
#define | CINTR 0x03 |
#define | CQUIT 0x1c |
#define | TTY_GROUP "tty" |
Define Documentation
#define _tcgetattr | ( | fd, | |||
ttmode | ) | ioctl(fd, TCGETS, (char *)ttmode) |
#define _tcsetattr | ( | fd, | |||
ttmode | ) | ioctl(fd, TCSETS, (char *)ttmode) |