HomeSort by: relevance | last modified time | path
    Searched defs:localsub (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
localtime.c 1679 ** is to not call it, so we drop its guts into "localsub", which can be
1693 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, function in typeref:struct:tm *
1732 result = localsub(sp, &newt, setname, tmp);
1799 return localsub(sp, timep, 0, tmp);
1813 tmp = localsub(__lclptr, timep, setname, tmp);
1835 ** gmtsub is to gmtime as localsub is to localtime.
2510 return time1(tmp, localsub, sp, setname);

Completed in 12 milliseconds