Lines Matching full:localtime
227 ** ctime, gmtime, localtime] return values in one of two static
1275 ** The easy way to behave "as if no library function calls" localtime
1364 localtime(const time_t * const timep)
1370 ** Re-entrant version of localtime.
1387 ** gmtsub is to gmtime as localsub is to localtime.
1597 ** asctime(localtime(timer))
1599 return asctime(localtime(timep));