Searched refs:asctime_r (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dasctime_r.c1 /* $File: asctime_r.c,v 1.1 2012/05/15 17:14:36 christos Exp $ */
5 FILE_RCSID("@(#)$File: asctime_r.c,v 1.1 2012/05/15 17:14:36 christos Exp $")
10 /* asctime_r is not thread-safe anyway */
12 asctime_r(const struct tm *t, char *dst) function
H A Dprint.c266 pp = asctime_r(tm, buf);
H A DMakefile.in169 am__depfiles_remade = $(DEPDIR)/asctime_r.Plo $(DEPDIR)/asprintf.Plo \
234 asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \
511 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asctime_r.Plo@am__quote@ # am--include-marker
738 -rm -f $(DEPDIR)/asctime_r.Plo
818 -rm -f $(DEPDIR)/asctime_r.Plo
H A Dfile.h615 char *asctime_r(const struct tm *, char *);
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dprivate.h93 #define asctime_r _incompatible_asctime_r macro
187 ** Some time.h implementations don't declare asctime_r.
192 #ifndef asctime_r
193 extern char * asctime_r(struct tm const *, char *);
297 #undef asctime_r macro
299 char *asctime_r(struct tm const *, char *);
H A Dasctime.c82 asctime_r(timeptr, buf) function
144 return asctime_r(timeptr, buf_asctime);
H A Dlocaltime.c1736 return asctime_r(localtime_r(timep, &mytm), buf);
/freebsd-13-stable/lib/libc/stdtime/
H A DMakefile.inc21 ctime.3 asctime_r.3
/freebsd-13-stable/contrib/tzcode/zic/
H A Dprivate.h139 ** Some time.h implementations don't declare asctime_r.
143 #ifndef asctime_r
144 extern char * asctime_r(struct tm const *, char *);
/freebsd-13-stable/include/
H A Dtime.h187 char *asctime_r(const struct tm *, char *);

Completed in 86 milliseconds