Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/localedata/
H A Dfilewriter.cxx35 strncpy( m_pcFile , pcFile, sizeof(m_pcFile) ); in OFileWriter()
36 m_pcFile[sizeof(m_pcFile)-1] = 0; in OFileWriter()
37 printf("file generated=%s\n", m_pcFile); in OFileWriter()
38 m_f = fopen( m_pcFile , "w" ); in OFileWriter()
H A DLocaleNode.hxx85 char m_pcFile[1024]; member in OFileWriter
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.hxx140 strcpy( m_pcFile , pcFile ) ; in OOutputStream()
148 m_f = fopen( m_pcFile , "w" ) ; in writeBytes()
168 char m_pcFile[256]; member in OOutputStream
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dhelper.hxx146 strcpy( m_pcFile , pcFile ) ; in OOutputStream()
154 m_f = fopen( m_pcFile , "w" ) ; in writeBytes()
174 char m_pcFile[256]; member in OOutputStream
/trunk/main/sax/test/
H A Dsaxdemo.cxx441 OFileWriter( char *pcFile ) { strncpy( m_pcFile , pcFile, 256 - 1 ); m_f = 0; } in OFileWriter()
452 char m_pcFile[256]; member in OFileWriter
461 m_f = fopen( m_pcFile , "w" ); in writeBytes()
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx60 OFileWriter( char *pcFile ) { strncpy( m_pcFile, pcFile, 256 - 1 ); m_f = 0; } in OFileWriter()
71 char m_pcFile[256]; member in sax_test::OFileWriter
80 m_f = fopen( m_pcFile , "w" ); in writeBytes()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx120 OFileWriter( char *pcFile ) { strcpy( m_pcFile , pcFile ); m_f = 0; } in OFileWriter()
147 char m_pcFile[256]; member in OFileWriter
156 m_f = fopen( m_pcFile , "w" ); in writeBytes()

Completed in 40 milliseconds