#include <ctype.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <sys/uio.h>
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "XrdSys/XrdSysPlatform.hh"
Include dependency graph for XrdSysError.cc:
Defines | |
#define | Set_IOV_Item(x, y) |
#define | Set_IOV_Buff(x) |
Variables | |
const char * | XrdSysErrorCVSID = "$Id$" |
|
Value: {iov[iovpnt].iov_base = (caddr_t)x;\ iov[iovpnt++].iov_len = strlen(x);} |
|
Value: {iov[iovpnt].iov_base = (caddr_t)x;\ iov[iovpnt++].iov_len = y;} |
|
|