Searched refs:init_buf (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | format_msg.c | 148 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string_wide() 155 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string_wide() 165 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string_wide() 176 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string_wide() 188 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string_wide() 198 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string_wide() 485 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string() 495 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string() 506 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string() 517 memcpy(out, init_buf, sizeof(init_buf)); in test_message_from_string() [all …]
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | xmlstorage.h | 531 FILE_FILEBUF* init_buf(LPCTSTR path, std::ios_base::openmode mode) in init_buf() function 562 : super(init_buf(path, std::ios::in)) in tifstream() 575 : super(init_buf(path, std::ios::out)) in tofstream()
|