Home
last modified time | relevance | path

Searched refs:tm2time (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtm2time.c49 tm2time (struct tm tm, int local) in tm2time() function
H A Dversion-script.map188 tm2time;
H A DMakefile.in214 strpool.c timeval.c tm2time.c unvis.c verify.c vis.c warnerr.c \
241 libroken_la-timeval.lo libroken_la-tm2time.lo \
442 ./$(DEPDIR)/libroken_la-tm2time.Plo \
1035 strpool.c timeval.c tm2time.c unvis.c verify.c vis.c warnerr.c \
1405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libroken_la-tm2time.Plo@am__quote@ # am--include-m…
1786 libroken_la-tm2time.lo: tm2time.c
1787 …roken_la-tm2time.lo -MD -MP -MF $(DEPDIR)/libroken_la-tm2time.Tpo -c -o libroken_la-tm2time.lo `te…
1788 …stdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libroken_la-tm2time.Tpo $(DEPDIR)/libroken_la-tm2time.…
1791 …AGS) $(AM_CFLAGS) $(CFLAGS) -c -o libroken_la-tm2time.lo `test -f 'tm2time.c' || echo '$(srcdir)/'…
2592 -rm -f ./$(DEPDIR)/libroken_la-tm2time.Plo
[all …]
H A DMakefile.am126 tm2time.c \
H A DNTMakefile111 $(OBJ)\tm2time.obj \
H A Droken.h.in820 ROKEN_LIB_FUNCTION time_t ROKEN_LIB_CALL tm2time (struct tm, int);
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dmaketime.h40 time_t tm2time __MAKETIME_P((struct tm *, int));
H A Dmaketime.c195 tm2time(tm, localzone) in tm2time() function
307 r = tm2time(&tm, localzone);
H A Drcstime.c158 time_t u = tm2time(&t, 0), d;
/netbsd-src/crypto/external/bsd/heimdal/lib/libroken/
H A DMakefile65 tm2time.c \
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Droken.h195 ROKEN_LIB_FUNCTION time_t ROKEN_LIB_CALL tm2time (struct tm, int);
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dutil.c285 *t = tm2time (tm, 0); in str2time_t()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c903 t = tm2time (tm, 0); in pcert_verify()