/external/openssh/ |
log.c | 161 do_log(SYSLOG_LEVEL_ERROR, fmt, args); 172 do_log(SYSLOG_LEVEL_FATAL, fmt, args); 187 do_log(SYSLOG_LEVEL_INFO, fmt, args); 199 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); 211 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); 221 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); 231 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); 347 do_log(level, fmt, args); 352 do_log(LogLevel level, const char *fmt, va_list args) function
|
fatal.c | 42 do_log(SYSLOG_LEVEL_FATAL, fmt, args);
|
log.h | 73 void do_log(LogLevel, const char *, va_list);
|
ssh-keyscan.c | 592 do_log(SYSLOG_LEVEL_FATAL, fmt, args);
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 82 private static final boolean DO_LOG = false; 173 if (DO_LOG) { 551 if (DO_LOG) { 586 if (DO_LOG) { 599 if (DO_LOG) { 677 if (DO_LOG && false) { 690 if (DO_LOG) { [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 71 private static final boolean DO_LOG = false; 227 if (DO_LOG) { 724 if (DO_LOG) { 763 if (DO_LOG) { 782 if (DO_LOG) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
errors.c | 1006 GLboolean do_output, do_log; local 1009 do_log = should_log(ctx, GL_DEBUG_SOURCE_API_ARB, GL_DEBUG_TYPE_ERROR_ARB, 1012 if (do_output || do_log) { 1041 if (do_log) {
|
/external/mesa3d/src/mesa/main/ |
errors.c | 1006 GLboolean do_output, do_log; local 1009 do_log = should_log(ctx, GL_DEBUG_SOURCE_API_ARB, GL_DEBUG_TYPE_ERROR_ARB, 1012 if (do_output || do_log) { 1041 if (do_log) {
|
/external/qemu/ |
qemu-monitor.hx | 166 { "log", "s", do_log,
|
monitor.c | 518 static void do_log(Monitor *mon, const char *items) function [all...] |