Searched refs:localsub (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/lib/libc/time/ |
| D | localtime.c | 142 static struct tm * localsub(const time_t * timep, long offset, 1213 localsub(const time_t *timep, long offset, struct tm *tmp) in localsub() function 1251 result = localsub(&newt, offset, tmp); in localsub() 1311 p_tm = localsub(timep, 0L, p_tm); in localtime_r() 1769 ((funcp == localsub) ? lclptr : gmtptr); in time2sub() 1860 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr); in time1() 1901 ret = time1(tmp, localsub, 0L); in mktime()
|