Searched refs:bDebug (Results 1 – 3 of 3) sorted by relevance
/reactos/base/services/nfsd/ |
H A D | service.c | 37 BOOL bDebug = FALSE; variable 88 bDebug = TRUE; in main() 248 if ( !bDebug ) // when debugging we don't report to the SCM in ReportStatusToSCMgr() 295 if ( !bDebug ) in AddToMessageLog()
|
/reactos/dll/directx/wine/dxdiagn/ |
H A D | provider.c | 698 static const WCHAR bDebug[] = {'b','D','e','b','u','g',0}; in build_systeminfo_tree() local 757 hr = add_bool_property(node, bDebug, FALSE); in build_systeminfo_tree() 1516 static const WCHAR bDebug[] = {'b','D','e','b','u','g',0}; in fill_file_description() local 1604 …hr = add_bool_property(node, bDebug, ((pFileInfo->dwFileFlags & pFileInfo->dwFileFlagsMask) & VS_F… in fill_file_description()
|
/reactos/modules/rostests/winetests/dxdiagn/ |
H A D | container.c | 840 static const WCHAR bDebug[] = {'b','D','e','b','u','g',0}; in test_DxDiag_SystemInfo() local 876 {bDebug, VT_BOOL}, in test_DxDiag_SystemInfo()
|