Searched refs:strpool (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | name.c | 758 struct rk_strpool *strpool = NULL; in hx509_name_expand() local 766 strpool = rk_strpoolprintf(strpool, "%.*s", in hx509_name_expand() 769 if (strpool == NULL) { in hx509_name_expand() 780 rk_strpoolfree(strpool); in hx509_name_expand() 789 rk_strpoolfree(strpool); in hx509_name_expand() 792 strpool = rk_strpoolprintf(strpool, "%s", value); in hx509_name_expand() 793 if (strpool == NULL) { in hx509_name_expand() 801 strpool = rk_strpoolprintf(strpool, "%.*s", in hx509_name_expand() 804 strpool = rk_strpoolprintf(strpool, "%s", p2); in hx509_name_expand() 805 if (strpool == NULL) { in hx509_name_expand() [all …]
|
/freebsd/kerberos5/lib/libroken/ |
H A D | Makefile | 68 strpool.c \
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | Makefile.am | 112 strpool.c \
|
H A D | Makefile.in | 167 strcollect.c strerror_r.c strpool.c timeval.c tm2time.c \ 193 libroken_la-strerror_r.lo libroken_la-strpool.lo \ 597 strcollect.c strerror_r.c strpool.c timeval.c tm2time.c \ 913 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libroken_la-strpool.Plo@am__quote@ 1254 libroken_la-strpool.lo: strpool.c 1255 …roken_la-strpool.lo -MD -MP -MF $(DEPDIR)/libroken_la-strpool.Tpo -c -o libroken_la-strpool.lo `te… 1256 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libroken_la-strpool.Tpo $(DEPDIR)/libroken_la-strpool.Plo 1259 …AGS) $(AM_CFLAGS) $(CFLAGS) -c -o libroken_la-strpool.lo `test -f 'strpool.c' || echo '$(srcdir)/'…
|
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
|