/reactos/sdk/lib/rtl/ |
H A D | debug.c | 52 vDbgPrintExWithPrefixInternal(IN PCCH Prefix, in vDbgPrintExWithPrefixInternal() 55 IN PCCH Format, in vDbgPrintExWithPrefixInternal() 167 vDbgPrintExWithPrefix(IN PCCH Prefix, in vDbgPrintExWithPrefix() 170 IN PCCH Format, in vDbgPrintExWithPrefix() 189 IN PCCH Format, in vDbgPrintEx() 206 DbgPrint(PCCH Format, in DbgPrint() 231 IN PCCH Format, in DbgPrintEx() 254 DbgPrintReturnControlC(PCCH Format, in DbgPrintReturnControlC() 277 DbgPrompt(IN PCCH Prompt, in DbgPrompt() 381 DbgCommandString(IN PCCH Name, in DbgCommandString() [all …]
|
H A D | wine_debug.c | 7 NTSTATUS NTAPI vDbgPrintExWithPrefix(PCCH, ULONG, ULONG, PCCH, va_list);
|
/reactos/sdk/include/xdk/ |
H A D | kdfuncs.h | 9 _In_z_ PCCH Prompt, 28 _In_z_ _Printf_format_string_ PCCH Format, 51 _In_z_ PCCH Format, 58 _In_z_ PCCH Prefix, 61 _In_z_ PCCH Format,
|
/reactos/boot/freeldr/freeldr/include/ |
H A D | peloader.h | 48 IN PCCH BaseDllName, 49 IN PCCH FullDllName, 61 IN PCCH DirectoryPath,
|
H A D | freeldr.h | 131 VOID __cdecl BootMain(IN PCCH CmdLine);
|
/reactos/base/setup/usetup/ |
H A D | usetup.h | 127 PopupError(IN PCCH Text, 128 IN PCCH Status,
|
/reactos/ntoskrnl/kd/ |
H A D | kdio.c | 157 _In_ PCCH String, in KdpPrintToLogFile() 366 _In_ PCCH String, in KdpSerialPrint() 369 PCCH pch = String; in KdpSerialPrint() 464 _In_ PCCH String, in KdpScreenPrint() 467 PCCH pch = String; in KdpScreenPrint() 548 _In_ PCCH String, in KdIoPrintString()
|
H A D | kd.h | 16 _In_ PCCH String,
|
/reactos/sdk/lib/conutils/ |
H A D | outstream.c | 255 while (len > 0 && *(PCCH)p != '\n') in ConWrite() 258 p = (LPCVOID)((PCCH)p + 1); in ConWrite() 263 dwNumBytes = ((PCCH)p - (PCCH)szStr) * sizeof(CHAR); in ConWrite() 270 if (len > 0 && *(PCCH)p == '\n') in ConWrite() 272 if (p == (LPCVOID)szStr || (p > (LPCVOID)szStr && *((PCCH)p - 1) != '\r')) in ConWrite() 278 p = (LPCVOID)((PCCH)p + 1); in ConWrite()
|
/reactos/boot/rtl/ |
H A D | nlsboot.c | 66 _In_ PCCH MbString, in RtlMultiByteToUnicodeN() 95 _In_ PCCH MbString, in RtlMultiByteToUnicodeSize() 286 _In_ PCCH OemString, in RtlOemToUnicodeN()
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_debug.h | 27 ULONG __cdecl DbgP(IN PCCH fmt, ...); 28 ULONG __cdecl print_error(IN PCCH fmt, ...);
|
/reactos/dll/win32/ntmarta/ |
H A D | ntmarta.h | 18 ULONG DbgPrint(PCCH Format,...);
|
/reactos/boot/freeldr/freeldr/include/arch/uefi/ |
H A D | uefildr.h | 36 VOID __cdecl BootMain(IN PCCH CmdLine);
|
/reactos/boot/freeldr/freeldr/lib/ |
H A D | peloader.c | 132 IN PCCH DirectoryPath, 393 IN PCCH DirectoryPath, in PeLdrpLoadAndScanReferencedDll() 632 IN PCCH DirectoryPath, in PeLdrScanImportDescriptorTable() 708 IN PCCH BaseDllName, in PeLdrAllocateDataTableEntry() 709 IN PCCH FullDllName, in PeLdrAllocateDataTableEntry()
|
/reactos/boot/freeldr/freeldr/ntldr/ |
H A D | ntldropts.h | 18 IN PCCH OptionName,
|
/reactos/boot/freeldr/freeldr/ |
H A D | freeldr.c | 33 VOID __cdecl BootMain(IN PCCH CmdLine) in BootMain()
|
/reactos/subsystems/mvdm/vdmdbg/ |
H A D | vdmdbg.h | 8 ULONG DbgPrint(PCCH Format,...);
|
/reactos/win32ss/drivers/font/ftfd/ |
H A D | rosglue.c | 22 DbgPrint(IN PCCH Format, IN ...) in DbgPrint()
|
H A D | ftfd.h | 56 DbgPrint(IN PCCH Format, IN ...);
|
/reactos/dll/shellext/deskadp/ |
H A D | deskadp.h | 60 ULONG __cdecl DbgPrint(PCCH Format,...);
|
/reactos/base/setup/lib/utils/ |
H A D | inicache.c | 125 _snwprintf(NameU, NameLength, L"%.*S", NameLength, (PCCH)Name); in IniCacheAddKeyAorW() 152 _snwprintf(DataU, DataLength, L"%.*S", DataLength, (PCCH)Data); in IniCacheAddKeyAorW() 190 _snwprintf(DataU, DataLength, L"%.*S", DataLength, (PCCH)Data); in IniCacheAddKeyAorW() 257 _snwprintf(NameU, NameLength, L"%.*S", NameLength, (PCCH)Name); in IniCacheAddSectionAorW()
|
/reactos/dll/shellext/deskmon/ |
H A D | deskmon.h | 80 ULONG __cdecl DbgPrint(PCCH Format,...);
|
/reactos/drivers/bus/pcix/pci/ |
H A D | id.c | 123 IN PCCH Format, in PciIdPrintf() 160 IN PCCH Format, in PciIdPrintfAppend()
|
/reactos/modules/rosapps/applications/devutils/shimtest_ros/ |
H A D | shimtest_ros.c | 14 NTSYSAPI ULONG NTAPI vDbgPrintEx(_In_ ULONG ComponentId, _In_ ULONG Level, _In_z_ PCCH Format, _In_…
|
/reactos/drivers/network/dd/netkvm/Common/ |
H A D | ParaNdis-Debug.c | 68 __in PCCH Format, 75 __in PCCH Format, in DummyPrintProcedure()
|