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

  /external/c-ares/
ares_getopt.h 34 int ares_getopt(int nargc, char * const nargv[], const char *ostr);
ares_getopt.c 49 #include "ares_getopt.h"
62 * ares_getopt --
66 ares_getopt(int nargc, char * const nargv[], const char *ostr) function
ahost.c 43 #include "ares_getopt.h"
87 while ((c = ares_getopt(argc,argv,"dt:h")) != -1)
acountry.c 59 #include "ares_getopt.h"
126 while ((ch = ares_getopt(argc, argv, "dvh?")) != -1)
adig.c 59 #include "ares_getopt.h"
224 while ((c = ares_getopt(argc, argv, "df:s:c:t:T:U:")) != -1)

Completed in 154 milliseconds