localtime_r        67 lib/mktime-internal.h # define __localtime_r localtime_r
localtime_r       296 lib/time.in.h  _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
localtime_r       299 lib/time.in.h  _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
localtime_r       303 lib/time.in.h  _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
localtime_r       307 lib/time.in.h  _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
localtime_r       311 lib/time.in.h  _GL_CXXALIASWARN (localtime_r);
localtime_r       338 lib/time.in.h  _GL_WARN_ON_USE (localtime_r, "localtime_r is unportable - "
localtime_r       275 lib/time_rz.c            bool abbr_saved = localtime_r (t, tm) && save_abbr (tz, tm);
localtime_r       356 nt/inc/ms-w32.h extern struct tm *localtime_r (time_t const * restrict, struct tm * restrict);