Home
last modified time | relevance | path

Searched defs:asctime_r (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tzcode/
H A Dasctime.c62 # define asctime_r static_asctime_r macro
68 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r() function
H A Dprivate.h181 # define asctime_r _incompatible_asctime_r macro
717 # define asctime_r tz_asctime_r macro
/freebsd/contrib/file/src/
H A Dasctime_r.c12 asctime_r(const struct tm *t, char *dst) in asctime_r() function