Go to the documentation of this file.
35 #include "XrdSys/XrdWin32.hh"
47 int NameOK(
const char *pd,
const int pl);
49 {
return NameOK(pd, strlen(pd));}
86 {
int nlen = strlen(name);
89 while(p) {
if (p->
NameOK(name, nlen))
break;
114 void Replace(
const char *name,
int nval);
122 other.
Zorch(savenext);