KDEsu
client.cpp File Reference
#include "client.h"
#include <config.h>
#include <config-kdesu.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <pwd.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/stat.h>
#include <QtCore/QBool>
#include <QtCore/QFile>
#include <QtCore/QRegExp>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <ktoolinvocation.h>
#include <kde_file.h>
Include dependency graph for client.cpp:
Go to the source code of this file.
Namespaces | |
KDESu | |
Macros | |
#define | SUN_LEN(ptr) |
Functions | |
static QString | KDESu::findDaemon () |
int | kdesuDebugArea () |
Macro Definition Documentation
#define SUN_LEN | ( | ptr | ) |
Value:
((socklen_t) (((struct sockaddr_un *) 0)->sun_path) \
+ strlen ((ptr)->sun_path))
Definition at line 52 of file client.cpp.
Function Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.