#include "RConfigure.h"
#include <ROOT/RConfig.hxx>
#include <ROOT/FoundationUtils.hxx>
#include "TUnixSystem.h"
#include "TROOT.h"
#include "TError.h"
#include "TOrdCollection.h"
#include "TRegexp.h"
#include "TPRegexp.h"
#include "TException.h"
#include "Demangle.h"
#include "TEnv.h"
#include "Getline.h"
#include "TInterpreter.h"
#include "TApplication.h"
#include "TObjString.h"
#include "Riostream.h"
#include "TVirtualMutex.h"
#include "ThreadLocalStorage.h"
#include "TObjArray.h"
#include <map>
#include <algorithm>
#include <atomic>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <sys/statfs.h>
#include <utime.h>
#include <syslog.h>
#include <sys/stat.h>
#include <setjmp.h>
#include <signal.h>
#include <sys/param.h>
#include <pwd.h>
#include <grp.h>
#include <errno.h>
#include <sys/resource.h>
#include <sys/wait.h>
#include <time.h>
#include <sys/time.h>
#include <sys/file.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netdb.h>
#include <fcntl.h>
#include <utmp.h>
Macros | |
#define | HOWMANY(x, y) (((x)+((y)-1))/(y)) |
#define | REAL_DIR_ENTRY(dp) (dp->d_ino != 0) |
#define | STRUCT_UTMP struct utmp |
#define | UTMP_FILE "/etc/utmp" |
Functions | |
static const char * | DynamicPath (const char *newpath=0, Bool_t reset=kFALSE) |
Get shared library search path. Static utility function. More... | |
static const char * | GetExePath () |
static void | SigHandler (ESignals sig) |
Unix signal handler. More... | |
static void | sighandler (int sig) |
Call the signal handler associated with the signal. More... | |
Variables | |
static struct Signalmap_t | gSignalMap [kMAXSIGNALS] |
const Int_t | kFDSETSIZE = 256 |
const Int_t | kNFDBITS = (sizeof(Long_t) * 8) |
const char * | kProtocolName = "tcp" |
const char * | kServerPath = "/tmp" |
const char * | kShellMeta = "~*[]{}?$" |
#define REAL_DIR_ENTRY | ( | dp | ) | (dp->d_ino != 0) |
Definition at line 3982 of file TUnixSystem.cxx.
#define STRUCT_UTMP struct utmp |
Definition at line 171 of file TUnixSystem.cxx.
#define UTMP_FILE "/etc/utmp" |
Definition at line 181 of file TUnixSystem.cxx.
Get shared library search path. Static utility function.
Definition at line 4575 of file TUnixSystem.cxx.
|
static |
Definition at line 409 of file TUnixSystem.cxx.
Unix signal handler.
Definition at line 401 of file TUnixSystem.cxx.
Call the signal handler associated with the signal.
Definition at line 3613 of file TUnixSystem.cxx.
|
static |
const Int_t kFDSETSIZE = 256 |
Definition at line 358 of file TUnixSystem.cxx.
Definition at line 354 of file TUnixSystem.cxx.
const char* kProtocolName = "tcp" |
Definition at line 347 of file TUnixSystem.cxx.
const char* kServerPath = "/tmp" |
Definition at line 346 of file TUnixSystem.cxx.
const char* kShellMeta = "~*[]{}?$" |
Definition at line 1698 of file TUnixSystem.cxx.