Searched refs:strpool (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | name.c | 774 struct rk_strpool *strpool = NULL; in hx509_name_expand() local 782 strpool = rk_strpoolprintf(strpool, "%.*s", in hx509_name_expand() 785 if (strpool == NULL) { in hx509_name_expand() 796 rk_strpoolfree(strpool); in hx509_name_expand() 805 rk_strpoolfree(strpool); in hx509_name_expand() 808 strpool = rk_strpoolprintf(strpool, "%s", value); in hx509_name_expand() 809 if (strpool == NULL) { in hx509_name_expand() 817 strpool = rk_strpoolprintf(strpool, "%.*s", in hx509_name_expand() 820 strpool = rk_strpoolprintf(strpool, "%s", p2); in hx509_name_expand() 821 if (strpool == NULL) { in hx509_name_expand() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/lib/libroken/ |
H A D | Makefile | 61 strpool.c \
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | Makefile.in | 214 strpool.c timeval.c tm2time.c unvis.c verify.c vis.c warnerr.c \ 240 libroken_la-strerror_r.lo libroken_la-strpool.lo \ 440 ./$(DEPDIR)/libroken_la-strpool.Plo \ 1035 strpool.c timeval.c tm2time.c unvis.c verify.c vis.c warnerr.c \ 1403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libroken_la-strpool.Plo@am__quote@ # am--include-m… 1772 libroken_la-strpool.lo: strpool.c 1773 …roken_la-strpool.lo -MD -MP -MF $(DEPDIR)/libroken_la-strpool.Tpo -c -o libroken_la-strpool.lo `te… 1774 …stdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libroken_la-strpool.Tpo $(DEPDIR)/libroken_la-strpool.… 1777 …AGS) $(AM_CFLAGS) $(CFLAGS) -c -o libroken_la-strpool.lo `test -f 'strpool.c' || echo '$(srcdir)/'… 2590 -rm -f ./$(DEPDIR)/libroken_la-strpool.Plo [all …]
|
H A D | Makefile.am | 124 strpool.c \
|
H A D | NTMakefile | 101 $(OBJ)\strpool.obj \
|
H A D | ChangeLog | 309 * strpool.c (rk_strpoolprintf): remove debug __printf__, plug memory 369 * Makefile.am (libroken_la_SOURCES): += strpool.c 371 * roken-common.h: add strpool, a printf collector to make it 374 * strpool.c: add strpool, a printf collector to make it eaiser to
|