Lines Matching refs:tm
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
447 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
462 struct tm *restrict __result)
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
465 struct tm *restrict __result));
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
469 struct tm *restrict __result)
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
473 struct tm *restrict __result));
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
484 struct tm *restrict __result)
486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
487 struct tm *restrict __result));
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
491 struct tm *restrict __result)
494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
495 struct tm *restrict __result));
509 struct tm *restrict __tm)
514 struct tm *restrict __tm));
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));