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

/freebsd-11.0-release/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.c256 pp = asctime_r(tm, buf);
H A Dfile.h580 char *asctime_r(const struct tm *, char *);
H A DMakefile.in216 asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \
492 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asctime_r.Plo@am__quote@
/freebsd-11.0-release/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.c1749 return asctime_r(localtime_r(timep, &mytm), buf);
/freebsd-11.0-release/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-11.0-release/lib/libc/stdtime/
H A DMakefile.inc22 ctime.3 asctime_r.3
/freebsd-11.0-release/include/
H A Dtime.h181 char *asctime_r(const struct tm *, char *);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc870 INTERCEPTOR(char *, asctime_r, __sanitizer_tm *tm, char *result) {
872 COMMON_INTERCEPTOR_ENTER(ctx, asctime_r, tm, result);
876 char *res = REAL(asctime_r)(tm, result);
905 COMMON_INTERCEPT_FUNCTION(asctime_r); \

Completed in 126 milliseconds