Home
last modified time | relevance | path

Searched refs:DEBUG_REPORT (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/omi/omi/
H A Dmir.c281 if (cc->debug & DEBUG_REPORT) in tonne()
308 if (allowreport && cc->debug & DEBUG_REPORT) in tonne()
352 if (cc->debug & DEBUG_REPORT) in mkdir_parents()
427 if (cc->debug & DEBUG_REPORT) in check_mkdir()
812 if (cc->debug & DEBUG_REPORT) in check_symlink()
821 if (cc->debug & DEBUG_REPORT) in check_symlink()
921 if (cc->debug & DEBUG_REPORT) in check_retrieve()
956 if (cc->debug & DEBUG_REPORT) in check_retrieve()
983 if (cc->debug & DEBUG_REPORT) in check_retrieve()
1003 if (cc->debug & DEBUG_REPORT) in check_retrieve()
[all …]
H A Domi.h74 #define DEBUG_REPORT 0x0000400 // report on mirroring macro
H A Domi.c41 DEBUG_REPORT | DEBUG_STATS | DEBUG_PROGRESS, // debug flags
140 {"report", DEBUG_REPORT, "Standard mirror report"},
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/portability/
H A Ddebug.hpp56 #define DEBUG_REPORT(str) IF_DEBUG(stlplus_debug_trace.report(__LINE__,str)) macro
70 #define DEBUG_REPORT(str) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/
H A DModuleResolver.java96 boolean DEBUG_REPORT = false; field in ModuleResolver
115 DEBUG_REPORT = debugAll || options.getBooleanOption(OPTION_REPORT, false); in setDebugOptions()
1012 if (DEBUG_REPORT) { in resolve()