OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dprint
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/dns/resolv/
res_debug.h
24
# define
Dprint
(cond, args) /*empty*/
29
# define
Dprint
(cond, args) if (cond) {fprintf args;} else {}
res_send.c
543
Dprint
(((statp->options & RES_DEBUG) &&
592
Dprint
((statp->options & RES_DEBUG) ||
875
Dprint
(statp->options & RES_DEBUG,
886
Dprint
(statp->options & RES_DEBUG,
1117
Dprint
(statp->options & RES_DEBUG,
1148
Dprint
(statp->options & RES_DEBUG, (stdout, ";; timeout\n"));
1171
Dprint
(statp->options & RES_DEBUG,
[
all
...]
Completed in 365 milliseconds