Go to the documentation of this file.
18 #include "XrdSys/XrdWin32.hh"
30 int NameOK(
const char *pd,
const int pl);
32 {
return NameOK(pd, strlen(pd));}
69 {
int nlen = strlen(name);
72 while(p) {
if (p->
NameOK(name, nlen))
break;
97 void Replace(
const char *name,
int nval);
105 other.
Zorch(savenext);