Home
last modified time | relevance | path

Searched refs:parse_reply (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A DNTMakefile196 $(OBJ)\parse_reply-test.exe \
215 $(OBJ)\parse_reply-test.obj: parse_reply-test.c
221 $(OBJ)\parse_reply-test.exe: $(OBJ)\parse_reply-test.obj $(OBJ)\resolve_test.obj $(LIBROKEN)
282 # -parse_reply-test.exe
H A Dparse_reply-test.c48 parse_reply(const unsigned char *, size_t);
121 parse_reply (buf, t->buf_len); in main()
H A DMakefile.am36 parse_reply-test \
51 parse_reply_test_SOURCES = parse_reply-test.c resolve.c
H A DMakefile.in106 parse_bytes-test$(EXEEXT) parse_reply-test$(EXEEXT) \
291 parse_reply_test-parse_reply-test.$(OBJEXT) \
454 ./$(DEPDIR)/parse_reply_test-parse_reply-test.Po \
1007 parse_reply_test_SOURCES = parse_reply-test.c resolve.c
1228 parse_reply-test$(EXEEXT): $(parse_reply_test_OBJECTS) $(parse_reply_test_DEPENDENCIES) $(EXTRA_par…
1229 @rm -f parse_reply-test$(EXEEXT)
1418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_reply_test-parse_reply-test.Po@am__quote@ # …
1884 parse_reply_test-parse_reply-test.o: parse_reply-test.c
1885parse_reply-test.o -MD -MP -MF $(DEPDIR)/parse_reply_test-parse_reply-test.Tpo -c -o parse_reply_t…
1886 …$(AM_V_at)$(am__mv) $(DEPDIR)/parse_reply_test-parse_reply-test.Tpo $(DEPDIR)/parse_reply_test-par…
[all …]
H A DChangeLog414 * parse_reply-test.c: avoid signedness warnings
840 * parse_reply-test.c: make this build and return 77 if there is no
843 * Makefile.am (parse_reply-test): add
844 * parse_reply-test.c: add a test case for parse_reply reading past
846 * resolve.c (parse_reply): update the arguments to more reasonable
847 types. allow parse_reply-test to call it
856 * resolve.c (parse_reply): verify the lengths (both external and
859 parse_reply
1872 * resolve.c (parse_reply): error check malloc properly
H A Dresolve.c410 parse_reply(const unsigned char *data, size_t len) in parse_reply() function
592 r = parse_reply(reply, len); in dns_lookup_int()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A DChangeLog563 parse_reply-test)