xrootd
Defines | Functions | Variables

xrm.cc File Reference

#include "XrdClient/XrdClientUrlInfo.hh"
#include "XrdSys/XrdSysPthread.hh"
#include "XrdClient/XrdClient.hh"
#include "XrdClient/XrdClientDebug.hh"
#include "XrdClient/XrdClientEnv.hh"
#include "XrdClient/XrdClientAdmin.hh"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdarg.h>
Include dependency graph for xrm.cc:

Defines

#define COUT(s)
#define CERR(s)
#define XRDRM_VERSION   "(C) 2004 SLAC INFN xrdrm 0.1"

Functions

void cout_print (const char *format,...)
void cerr_print (const char *format,...)
void print_summary (const char *del)
void PrintUsage ()
int main (int argc, char **argv)

Variables

bool summary = false
char * authz = 0
char authzfilename [4096] = ""
struct timeval abs_start_time
struct timeval abs_stop_time
struct timezone tz

Define Documentation

#define CERR (   s)
Value:
do { \
  cerr_print s;      \
} while (0)

Referenced by main().

#define COUT (   s)
Value:
do { \
  cout_print s;      \
} while (0)

Referenced by print_summary().

#define XRDRM_VERSION   "(C) 2004 SLAC INFN xrdrm 0.1"

Referenced by main().


Function Documentation

void cerr_print ( const char *  format,
  ... 
)
void cout_print ( const char *  format,
  ... 
)
int main ( int  argc,
char **  argv 
)
void print_summary ( const char *  del)
void PrintUsage ( )

Variable Documentation

struct timeval abs_start_time
struct timeval abs_stop_time
char* authz = 0
char authzfilename[4096] = ""

Referenced by main().

bool summary = false
struct timezone tz