Home
last modified time | relevance | path

Searched refs:time2sub (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libc/time/
H A Dlocaltime.c160 static time_t time2sub(struct tm *tmp,
1636 time2sub(struct tm *tmp, struct tm *(*funcp)(const time_t *, long, struct tm *), in time2sub() function
1816 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2()
1817 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); in time2()