|
Classes |
struct | myOpts |
Defines |
#define | H(x) fprintf(stderr,x); fprintf(stderr, "\n"); |
#define | I(x) fprintf(stderr, "\n"); H(x) |
#define | insx(a, b) sprintf(errbuff,a,b) |
#define | insy(a, b, c) sprintf(errbuff,a,b,c) |
Typedefs |
typedef unsigned char | uchar |
Functions |
int | getbintix (uchar *buff, int blen) |
void | getargs (int argc, char **argv) |
int | unhex (uchar *ibuff, uchar *obuff, int blen) |
int | cvtx (uchar idig, uchar *odig) |
void | getline (uchar *buff, int blen) |
char * | Ereason () |
int | emsg (int rc, char *msg) |
void | help (int rc) |
void | xerr (int x) |
int | main (int argc, char **argv) |
Variables |
const char * | XrdSectestServerCVSID = "$Id$" |
myOpts | opts |
char | errbuff [256] |
char | hexbuff [256] |