Searched refs:ares_getopt (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.Watcom | 108 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…
|
D | Makefile.dj | 50 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)
|
D | Makefile.m32 | 42 %.exe: %.o ares_getopt.o $(LIB) 70 $(RM) ares_getopt.o $(OBJLIB) $(LIB) adig.exe ahost.exe acountry.exe
|
D | ares_getopt.h | 34 int ares_getopt(int nargc, char * const nargv[], const char *ostr);
|
D | ares_getopt.c | 66 ares_getopt(int nargc, char * const nargv[], const char *ostr) in ares_getopt() function
|
D | Makefile.inc | 244 SAMPLESOURCES = ares_getopt.c \ 248 SAMPLEHEADERS = ares_getopt.h \
|
D | ahost.c | 79 while ((c = ares_getopt(argc,argv,"dt:hs:")) != -1) in main()
|
D | acountry.c | 115 while ((ch = ares_getopt(argc, argv, "dvh?")) != -1) in main()
|
D | adig.c | 208 while ((c = ares_getopt(argc, argv, "df:s:c:t:T:U:")) != -1) in main()
|
D | CHANGES.0 | 775 - Yang Tse: Provide ares_getopt() command-line parser function as a source
|
/external/grpc-grpc/third_party/cares/ |
D | cares.BUILD | 85 "ares_getopt.c", 125 "ares_getopt.h",
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/ |
D | cares.BUILD | 142 "ares_getopt.c", 184 "ares_getopt.h",
|
/external/grpc-grpc/ |
D | grpc.gemspec | 1231 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/ |
D | grpc.gemspec | 1923 s.files += %w( third_party/cares/cares/ares_getopt.c ) 1924 s.files += %w( third_party/cares/cares/ares_getopt.h )
|