MCPcopy Create free account
hub / github.com/NullArray/WinKernel-Resources / Padding

Function Padding

Drivers/Driver-SRC/setup/devcon/devcon.cpp:80–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void Padding(_In_ int pad)
81/*++
82
83Routine Description:
84
85 Insert padding into line before text
86
87Arguments:
88
89 pad - number of padding tabs to insert
90
91Return Value:
92
93 none
94
95--*/
96{
97 int c;
98
99 for(c=0;c<pad;c++) {
100 _fputts(TEXT(" "), stdout);
101 }
102}
103
104
105void Usage(_In_ LPCTSTR BaseName)

Callers 11

DumpDeviceDescrFunction · 0.85
DumpDeviceClassFunction · 0.85
DumpDeviceStatusFunction · 0.85
DumpDeviceResourcesFunction · 0.85
DumpDeviceDriverFilesFunction · 0.85
DumpArrayFunction · 0.85
DumpDeviceHwIdsFunction · 0.85
DumpDeviceDriverNodesFunction · 0.85
DumpDeviceStackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected