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 124 #ifndef DE_CONST
125 #define DE_CONST(c,v) v = ((c) ? \
833 DE_CONST(buf, tmp);
    [all...]

Completed in 36 milliseconds