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

  /external/c-ares/
ares_strdup.h 23 extern char *ares_strdup(const char *s1);
ares_strdup.c 19 #include "ares_strdup.h"
22 char *ares_strdup(const char *s1) function
ahost.c 48 # include "ares_strdup.h"
49 # define strdup(ptr) ares_strdup(ptr)
acountry.c 65 # include "ares_strdup.h"
66 # define strdup(ptr) ares_strdup(ptr)
ares_private.h 97 # include "ares_strdup.h"
98 # define strdup(ptr) ares_strdup(ptr)
adig.c 63 # include "ares_strdup.h"
64 # define strdup(ptr) ares_strdup(ptr)

Completed in 125 milliseconds