Searched refs:m_pcFile (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/i18npool/source/localedata/ |
H A D | filewriter.cxx | 35 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 D | LocaleNode.hxx | 85 char m_pcFile[1024]; member in OFileWriter
|
/aoo42x/main/xmlsecurity/tools/standalone/mscsfit/ |
H A D | helper.hxx | 140 strcpy( m_pcFile , pcFile ) ; in OOutputStream() 148 m_f = fopen( m_pcFile , "w" ) ; in writeBytes() 168 char m_pcFile[256]; member in OOutputStream
|
/aoo42x/main/xmlsecurity/tools/standalone/csfit/ |
H A D | helper.hxx | 146 strcpy( m_pcFile , pcFile ) ; in OOutputStream() 154 m_f = fopen( m_pcFile , "w" ) ; in writeBytes() 174 char m_pcFile[256]; member in OOutputStream
|
/aoo42x/main/sax/test/ |
H A D | saxdemo.cxx | 441 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()
|
/aoo42x/main/sax/test/sax/ |
H A D | testwriter.cxx | 60 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()
|
/aoo42x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 120 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 33 milliseconds