Lines Matching full:localtime
8 static char elsieid[] = "@(#)localtime.c 8.9";
214 ** ctime, gmtime, localtime] return values in one of two static
1222 ** The easy way to behave "as if no library function calls" localtime
1324 localtime(timep)
1332 ** Re-entrant version of localtime.
1344 ** gmtsub is to gmtime as localsub is to localtime.
1572 ** asctime(localtime(timer))
1574 return asctime(localtime(timep));