HomeSort by relevance Sort by last modified time
    Searched refs:DE_CONST (Results 1 - 2 of 2) sorted by null

  /bionic/libc/netbsd/resolv/
herror.c 79 #ifndef DE_CONST
80 #define DE_CONST(c,v) v = ((c) ? \
103 DE_CONST(s, t);
107 DE_CONST(": ", t);
112 DE_CONST(hstrerror(h_errno), t);
116 DE_CONST("\n", t);
res_send.c 120 #ifndef DE_CONST
121 #define DE_CONST(c,v) v = ((c) ? \
753 DE_CONST(buf, tmp);

Completed in 270 milliseconds