Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/time/
H A Dasctime.c62 asctime3(const struct tm *timeptr, char *buf, int bufsize) in asctime3()
115 asctime_r(const struct tm *timeptr, char *buf) in asctime_r()
130 asctime(const struct tm *timeptr) in asctime()
/openbsd-src/usr.sbin/zdump/
H A Dzdump.c409 dumptime(const struct tm *timeptr) in dumptime()
/openbsd-src/usr.bin/pr/
H A Dpr.c1445 struct tm *timeptr = NULL; in nxtfile() local