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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DTimeValue.inc30 asctime_r(localtime(&ourTime), buffer);
32 ::asctime_r(::localtime(&ourTime), buffer);
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dprivate.h76 #define asctime_r _incompatible_asctime_r macro
162 ** Some time.h implementations don't declare asctime_r.
167 #ifndef asctime_r
168 extern char * asctime_r(struct tm const *, char *);
268 #undef asctime_r macro
270 char *asctime_r(struct tm const *, char *);
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dlocaltime.c1584 return asctime_r(localtime_r(timep, &mytm), buf);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dprivate.h93 #define asctime_r _incompatible_asctime_r macro
181 ** Some time.h implementations don't declare asctime_r.
186 #ifndef asctime_r
187 extern char * asctime_r(struct tm const *, char *);
296 #undef asctime_r macro
298 char *asctime_r(struct tm const *, char *);
H A Dasctime.c82 asctime_r(const struct tm * __restrict timeptr, char * __restrict buf) function
139 return asctime_r(timeptr, buf_asctime);
H A Dlocaltime.c1900 return asctime_r(&tm, buf);
1902 return asctime_r(localtime_r(timep, &tm), buf);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dtime_.h111 # undef asctime_r macro
112 # define asctime_r eschew_asctime_r macro
/macosx-10.9.5/Libc-997.90.3/include/
H A Dtime.h165 char *asctime_r(const struct tm * __restrict, char * __restrict);
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c1227 (void)asctime_r(&curtime, date);
1228 // Trim the new line that asctime_r(3) puts there for some reason.
1323 (void)asctime_r(&curtime, date);

Completed in 268 milliseconds