Home
last modified time | relevance | path

Searched refs:C_sXML_END (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/xml2cmp/source/support/
H A Dsyshelp.cxx161 const char C_sXML_END[] = "\\*.xml"; variable
176 char * sFilter = new char[ strlen(i_sSrcDirectory) + sizeof C_sXML_END ]; in GatherFileNames()
183 strcat(sFilter,C_sXML_END); // STRCAT SAFE HERE in GatherFileNames()