Home
last modified time | relevance | path

Searched defs:timeptr (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/lib/libc/stdtime/
H A Dasctime.c75 asctime_r(const struct tm * __restrict timeptr, char * __restrict buf) in asctime_r()
125 asctime(const struct tm *timeptr) in asctime()
/dflybsd-src/lib/libc/locale/
H A Dwcsftime.c57 const wchar_t * __restrict format, const struct tm * __restrict timeptr, in wcsftime_l()
119 const wchar_t * __restrict format, const struct tm * __restrict timeptr) in wcsftime()
/dflybsd-src/usr.sbin/zic/
H A Dzdump.c572 dumptime(const struct tm *timeptr) in dumptime()
/dflybsd-src/usr.bin/pr/
H A Dpr.c1257 struct tm *timeptr = NULL; in nxtfile() local