Home
last modified time | relevance | path

Searched refs:WINE_ERR (Results 1 – 6 of 6) sorted by relevance

/reactos/base/applications/extrac32/
H A Dextrac32.c47 WINE_ERR("Can't create directory: %s\n", wine_dbgstr_w(dir)); in create_target_directory()
102 WINE_ERR("Could not extract cab file %s\n", wine_dbgstr_w(cabfile)); in extract()
242 WINE_ERR("Command line parsing failed\n"); in wWinMain()
/reactos/base/applications/winhlp32/
H A Dhlpfile.c83 WINE_ERR("Invalid magic in B+ tree: 0x%x\n", magic); in HLPFILE_BPTreeSearch()
137 WINE_ERR("Invalid magic in B+ tree: 0x%x\n", magic); in HLPFILE_BPTreeEnum()
284 WINE_ERR("index in phrases %d/%d\n", idx, hlpfile->num_phrases); in HLPFILE_Uncompress3()
300 WINE_ERR("index in phrases %d/%d\n", idx, hlpfile->num_phrases); in HLPFILE_Uncompress3()
326 if (dst > dst_end) WINE_ERR("buffer overflow (%p > %p)\n", dst, dst_end); in HLPFILE_Uncompress3()
390 WINE_ERR("Page of offset %u not found in file %s\n", in HLPFILE_PageByOffset()
526 WINE_ERR("internal file %s does not fit\n", debugstr_a(name)); in HLPFILE_FindSubFile()
532 WINE_ERR("internal file %s does not fit\n", debugstr_a(name)); in HLPFILE_FindSubFile()
1831 WINE_ERR("buf[0x14] = %x\n", buf[0x14]); in HLPFILE_BrowsePage()
2200 WINE_ERR("corrupted help file: kwbtree present but kwdata absent\n"); in HLPFILE_GetKeywords()
[all …]
H A Dmacro.c501 WINE_ERR("could not find the main window!\n"); in MACRO_HelpOnTop()
/reactos/base/system/msiexec/
H A Dmsiexec.c79 WINE_ERR("GetModuleFileName failed: %ld\n", GetLastError()); in ShowUsage()
85 WINE_ERR("MsiGetFileVersion failed with %ld\n", res); in ShowUsage()
122 WINE_ERR("Out of memory!\n"); in StringListAppend()
614 WINE_ERR("No memory.\n"); in get_path_with_extension()
/reactos/sdk/include/reactos/wine/
H A Ddebug.h371 #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) macro
410 #define ERR WINE_ERR
/reactos/base/services/rpcss/
H A Dirotp.c87WINE_ERR("Invalid grfFlags: 0x%08x\n", grfFlags & ~(ROTFLAGS_REGISTRATIONKEEPSALIVE|ROTFLAGS_ALLOW… in IrotRegister()