#include <stdlib.h>#include <unistd.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <time.h>#include <fcntl.h>#include <errno.h>#include <XrdOuc/XrdOucString.hh>#include <XrdSut/XrdSutRndm.hh>#include <XrdSut/XrdSutTrace.hh>Go to the source code of this file.
Variables | |
| const char * | XrdSutRndmCVSID = "$Id: XrdSutRndm.cc 30949 2009-11-02 16:37:58Z ganis $" |
| static kXR_int32 | XrdSutCharMsk [4][4] |
kXR_int32 XrdSutCharMsk[4][4] [static] |
Initial value:
{ {0x0, 0xffffff08, 0xafffffff, 0x2ffffffe},
{0x0, 0x3ff0000, 0x7fffffe, 0x7fffffe},
{0x0, 0x3ff0000, 0x7e, 0x7e},
{0x0, 0x3ffc000, 0x7fffffe, 0x7fffffe} }
Definition at line 29 of file XrdSutRndm.cc.
| const char* XrdSutRndmCVSID = "$Id: XrdSutRndm.cc 30949 2009-11-02 16:37:58Z ganis $" |
Definition at line 3 of file XrdSutRndm.cc.
1.5.1