Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/tools/makelst/
Dmakelst.c56 void file_write( char* c_str, FILE* Fp);
207 void file_write( char* c_str, FILE* Fp) in file_write() argument
209 fwrite( c_str, 1, strlen( c_str), Fp); in file_write()
Delf_loader.c39 extern void file_write( char* c_str, FILE* Fp);
/TwlSDK-5.4/build/tools/stripdebug/
Dstripdebug.c43 void file_write( char* c_str, FILE* Fp);
219 void file_write( char* c_str, FILE* Fp) in file_write() argument
221 fwrite( c_str, 1, strlen( c_str), Fp); in file_write()