Home
last modified time | relevance | path

Searched refs:DE_CONST (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/resolv/
Dherror.c79 #ifndef DE_CONST
80 #define DE_CONST(c,v) v = ((c) ? \ macro
103 DE_CONST(s, t); in herror()
107 DE_CONST(": ", t); in herror()
112 DE_CONST(hstrerror(h_errno), t); in herror()
116 DE_CONST("\n", t); in herror()
Dres_send.c125 #ifndef DE_CONST
126 #define DE_CONST(c,v) v = ((c) ? \ macro
833 DE_CONST(buf, tmp); in send_vc()