Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/roken/
HDstrptime.c189 set_week_number_sun (struct tm *timeptr, int wnum) in set_week_number_sun()
205 set_week_number_mon (struct tm *timeptr, int wnum) in set_week_number_mon()
221 set_week_number_mon4 (struct tm *timeptr, int wnum) in set_week_number_mon4()
241 strptime (const char *buf, const char *format, struct tm *timeptr) in strptime()
/freebsd-head/lib/libc/locale/
HDwcsftime.c56 const wchar_t * __restrict format, const struct tm * __restrict timeptr, in wcsftime_l()
118 const wchar_t * __restrict format, const struct tm * __restrict timeptr) in wcsftime()
/freebsd-head/contrib/tzcode/
HDasctime.c78 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r()
128 asctime(register const struct tm *timeptr) in asctime()
HDzdump.c1228 dumptime(register const struct tm *timeptr) in dumptime()
/freebsd-head/contrib/tcpdump/
HDutil-print.c425 const struct tm *timeptr) in nd_format_time()
/freebsd-head/usr.bin/pr/
HDpr.c1287 struct tm *timeptr = NULL; in nxtfile() local