KDECore
kcrash.cpp File Reference
#include "config.h"#include <string.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <time.h>#include "kcrash.h"#include <sys/types.h>#include <sys/time.h>#include <sys/resource.h>#include <sys/wait.h>#include <sys/un.h>#include <sys/socket.h>#include <errno.h>#include <qwindowdefs.h>#include <kglobal.h>#include <kinstance.h>#include <kaboutdata.h>#include <kdebug.h>#include <kapplication.h>#include <dcopclient.h>#include <../kinit/klauncher_cmds.h>
Include dependency graph for kcrash.cpp:

Go to the source code of this file.
Defines | |
| #define | MAX_SOCK_FILE 255 |
Functions | |
| static char * | getDisplay () |
| static int | openSocket () |
| static int | read_socket (int sock, char *buffer, int len) |
| static int | write_socket (int sock, char *buffer, int len) |
Variables | |
| char ** | environ |
Define Documentation
| #define MAX_SOCK_FILE 255 |
Function Documentation
| static char* getDisplay | ( | ) | [static] |
Definition at line 344 of file kcrash.cpp.
| static int openSocket | ( | ) | [static] |
| static int read_socket | ( | int | sock, | |
| char * | buffer, | |||
| int | len | |||
| ) | [static] |
Definition at line 409 of file kcrash.cpp.
| static int write_socket | ( | int | sock, | |
| char * | buffer, | |||
| int | len | |||
| ) | [static] |
Definition at line 385 of file kcrash.cpp.
Variable Documentation
| char** environ |
KDE 3.5 API Reference