Lines Matching full:localtime
38 the static buffer that localtime uses for its return value. The
46 #undef localtime
47 extern struct tm *localtime (time_t const *);
52 /* This is a wrapper for localtime. It is used only on systems for which
53 gettimeofday clobbers the static buffer used for localtime's result.
56 localtime uses for its result. */
61 struct tm *tm = localtime (timep);
69 /* Same as above, since gmtime and localtime use the same buffer. */
89 the static buffer used for localtime's result. */
93 /* Save and restore the contents of the buffer used for localtime's
111 /* Save and restore the contents of the buffer used for localtime's