Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/reg/
H A Dexport.c22 static void write_file(HANDLE hFile, const WCHAR *str) in write_file() function
90 write_file(hFile, buf); in export_value_name()
97 write_file(hFile, default_name); in export_value_name()
130 write_file(hFile, hex); in export_hex_data_type()
136 write_file(hFile, buf); in export_hex_data_type()
167 write_file(hFile, *buf); in export_hex_data()
168 write_file(hFile, L"\\\r\n "); in export_hex_data()
179 write_file(hFile, newline); in export_newline()
211 write_file(hFile, buf); in export_data()
224 write_file(hFile, buf); in export_key_name()
[all …]
/reactos/drivers/filesystems/btrfs/
H A Dworker-thread.c73 Status = write_file(Vcb, Irp, true, true); in do_write_job()
H A Dbtrfs_drv.h1344 NTSTATUS write_file(device_extension* Vcb, PIRP Irp, bool wait, bool deferred_write) __attribute__(…
H A Dwrite.c4591 NTSTATUS write_file(device_extension* Vcb, PIRP Irp, bool wait, bool deferred_write) { in write_file() function
4746 Status = write_file(Vcb, Irp, wait, false); in _Function_class_()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dfavorites.cpp461 xbel.write_file(path); in write()
/reactos/modules/rostests/winetests/msi/
H A Dpatch.c187 static void write_file( const char *filename, const char *data, DWORD data_size ) in write_file() function
257 write_file( table->filename, table->data, (table->size - 1) * sizeof(char) ); in create_database_suminfo()
H A Ddb.c2184 static void write_file(const CHAR *filename, const char *data, int data_size) in write_file() function
2198 write_file("temp_file", table_data, (lstrlenA(table_data) - 1) * sizeof(char)); in add_table_to_db()
2479 write_file("bin_import.idt", bin_import_dat, in test_binary_import()
2791 write_file("testdata.bin", "naengmyon", 9); in generate_transform()
3116 write_file("testdata.bin", "lamyon", 6); in test_try_transform()
6419 write_file("import.idt", import_dat, (sizeof(import_dat) - 1) * sizeof(char)); in test_quotes()
8567 write_file( "temp_file", control_table, sizeof(control_table) ); in test_embedded_nulls()
8595 write_file( "temp_file", control_table2, sizeof(control_table2) ); in test_embedded_nulls()
H A Dautomation.c199 static void write_file(const CHAR *filename, const char *data, int data_size) in write_file() function
255 write_file(table->filename, table->data, (table->size - 1) * sizeof(char)); in create_database_suminfo()
H A Dinstall.c2525 static void write_file(const CHAR *filename, const char *data, int data_size) in write_file() function
2653 write_file(table->filename, table->data, (table->size - 1) * sizeof(char)); in create_database_wordcount()
/reactos/modules/rostests/winetests/regedit/
H A Dregedit.c51 static BOOL write_file(const void *str, DWORD size) in write_file() function
88 ret = write_file(wstr, size); in import_reg()
92 ret = write_file(contents, lenA); in import_reg()
/reactos/modules/rostests/winetests/reg/
H A Dimport.c54 static BOOL write_file(const char *fname, const void *str, DWORD size) in write_file() function
87 ret = write_file(fname, wstr, size); in write_reg_file()
91 ret = write_file(fname, contents, lenA); in write_reg_file()
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.cpp114 _cfg.write_file(_cfg_path); in write_persistent()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h2820 bool write_file(LPCTSTR path, WRITE_MODE mode=FORMAT_SMART) const