OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_trace
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/
dbutil.h
43
#ifdef
DEBUG_TRACE
46
extern int
debug_trace
;
dropbearconvert.c
65
#ifdef
DEBUG_TRACE
67
debug_trace
= 1;
svr-session.c
176
/* if we are using
DEBUG_TRACE
, we want to print to stderr even if
178
#ifdef
DEBUG_TRACE
179
havetrace =
debug_trace
;
dbutil.c
69
#ifdef
DEBUG_TRACE
70
int
debug_trace
= 0;
variable
139
#ifdef
DEBUG_TRACE
144
if (!
debug_trace
) {
154
#endif /*
DEBUG_TRACE
*/
480
#ifdef
DEBUG_TRACE
cli-runopts.c
66
#ifdef
DEBUG_TRACE
201
#ifdef
DEBUG_TRACE
203
debug_trace
= 1;
dropbearkey.c
79
#ifdef
DEBUG_TRACE
133
#ifdef
DEBUG_TRACE
135
debug_trace
= 1;
svr-runopts.c
83
#ifdef
DEBUG_TRACE
219
#ifdef
DEBUG_TRACE
221
debug_trace
= 1;
Completed in 365 milliseconds