• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

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)

Definition at line 104 of file kpty.cpp.

#define _tcsetattr ( fd,
ttmode   )     ioctl(fd, TCSETS, (char *)ttmode)

Definition at line 114 of file kpty.cpp.

#define BASE_CHOWN   "kgrantpty"

Definition at line 161 of file kpty.cpp.

#define CERASE   0x7f

Definition at line 137 of file kpty.cpp.

#define CINTR   0x03

Definition at line 131 of file kpty.cpp.

#define CQUIT   0x1c

Definition at line 134 of file kpty.cpp.

#define TTY_GROUP   "tty"

Definition at line 140 of file kpty.cpp.

KDECore

Skip menu "KDECore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal