Go to the documentation of this file.
30 #define XrdSutMAXBUF 4096
31 #define XrdSutMAXPPT 512
32 #define XrdSutMAXBUCKS 10
33 #define XrdSutMAXINT64LEN 25
34 #define XrdSutPRINTLEN 100
79 #define sutTRACE_ALL 0x0007
80 #define sutTRACE_Dump 0x0004
81 #define sutTRACE_Debug 0x0002
82 #define sutTRACE_Notify 0x0001
104 volatile void *
XrdSutMemSet(
volatile void *dst,
int c,
int len);
112 #ifdef USE_EXTERNAL_GETPASS
140 int XrdSutToHex(
const char *in,
int lin,
char *out);
174 const char *ho,
const char *vo,
const char *gr,
const char *us);
189 int XrdSutMkdir(
const char *dir,
unsigned int mode = 0777,
190 const char *opt =
"-p");