HomeSort by: relevance | last modified time | path
    Searched refs:localtime_rz (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/compat/time/
compat_localtime.c 20 __weak_alias(localtime_rz,_localtime_rz)
39 __warn_references(localtime_rz,
40 "warning: reference to compatibility localtime_rz();"
  /src/lib/libc/time/
Makefile.inc 19 ctime.3 localtime_rz.3 \
asctime.c 168 struct tm *tmp = localtime_rz(sp, timep, &mytm);
zdump.c 193 faster localtime_rz or localtime_r if available. */
218 # undef localtime_rz
219 # define localtime_rz zdump_localtime_rz macro
221 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) function in typeref:struct:tm *
337 localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp);
341 #define my_localtime_rz localtime_rz
346 tmp = localtime_rz(tz, tp, tmp);
628 struct tm *newtmp = localtime_rz(tz, &newt, &newtm);
635 newtmp = localtime_rz(tz, &newt, &newtm);
1227 ** The packaged localtime_rz and gmtime_r never put out-of-rang
    [all...]
private.h 205 #define localtime_rz sys_localtime_rz macro
216 #undef localtime_rz
695 # undef localtime_rz
696 # define localtime_rz tz_localtime_rz macro
884 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
localtime.c 1666 ** ctime_rz would share. Callers can instead use localtime_rz + strftime.
1670 ** Callers can instead use localtime_rz + strftime.
1796 localtime_rz(struct state *__restrict sp, time_t const *__restrict timep, function in typeref:struct:tm *
1883 Callers can instead use localtime_rz with a fixed-offset zone. */
  /src/lib/libc/compat/include/
time.h 97 struct tm *localtime_rz(const timezone_t, const int32_t * __restrict,
  /src/include/
time.h 221 struct tm *localtime_rz(timezone_t __restrict, const time_t * __restrict,
  /src/lib/libc/include/
namespace.h 515 #define localtime_rz _localtime_rz macro

Completed in 19 milliseconds