Home
last modified time | relevance | path

Searched refs:ares_getopt (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.Watcom108 adig.exe: $(OBJ_BASE)\demos\adig.obj $(OBJ_BASE)\demos\ares_getopt.obj $(LIBNAME).lib
109 …$(LD) name $^@ system nt $(LFLAGS) file { $(OBJ_BASE)\demos\ares_getopt.obj $[@ } library $]@, ws2…
111 ahost.exe: $(OBJ_BASE)\demos\ahost.obj $(OBJ_BASE)\demos\ares_getopt.obj $(LIBNAME).lib
112 …$(LD) name $^@ system nt $(LFLAGS) file { $(OBJ_BASE)\demos\ares_getopt.obj $[@ } library $]@, ws2…
114 acountry.exe: $(OBJ_BASE)\demos\acountry.obj $(OBJ_BASE)\demos\ares_getopt.obj $(LIBNAME).lib
115 …$(LD) name $^@ system nt $(LFLAGS) file { $(OBJ_BASE)\demos\ares_getopt.obj $[@ } library $]@, ws2…
DMakefile.dj50 ahost.exe: ahost.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
53 adig.exe: adig.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
56 acountry.exe: acountry.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
DMakefile.m3242 %.exe: %.o ares_getopt.o $(LIB)
70 $(RM) ares_getopt.o $(OBJLIB) $(LIB) adig.exe ahost.exe acountry.exe
Dares_getopt.h34 int ares_getopt(int nargc, char * const nargv[], const char *ostr);
Dares_getopt.c66 ares_getopt(int nargc, char * const nargv[], const char *ostr) in ares_getopt() function
DMakefile.inc244 SAMPLESOURCES = ares_getopt.c \
248 SAMPLEHEADERS = ares_getopt.h \
Dahost.c79 while ((c = ares_getopt(argc,argv,"dt:hs:")) != -1) in main()
Dacountry.c115 while ((ch = ares_getopt(argc, argv, "dvh?")) != -1) in main()
Dadig.c208 while ((c = ares_getopt(argc, argv, "df:s:c:t:T:U:")) != -1) in main()
DCHANGES.0775 - Yang Tse: Provide ares_getopt() command-line parser function as a source
/external/grpc-grpc/third_party/cares/
Dcares.BUILD85 "ares_getopt.c",
125 "ares_getopt.h",
/external/rust/crates/grpcio-sys/grpc/third_party/cares/
Dcares.BUILD142 "ares_getopt.c",
184 "ares_getopt.h",
/external/grpc-grpc/
Dgrpc.gemspec1231 s.files += %w( third_party/cares/cares/ares_getopt.h )
1270 s.files += %w( third_party/cares/cares/ares_getopt.c )
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.gemspec1923 s.files += %w( third_party/cares/cares/ares_getopt.c )
1924 s.files += %w( third_party/cares/cares/ares_getopt.h )