Searched refs:time2sub (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/lib/libc/time/ |
| D | localtime.c | 172 static time_t time2sub(struct tm *tmp, struct tm *(*funcp) (const time_t *, long, struct tm *), lon… 1399 time2sub(tmp, funcp, offset, okayp, do_norm_secs) in time2sub() function 1592 t = time2sub(tmp, funcp, offset, okayp, FALSE); 1593 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE);
|