/src/lib/libc/time/ |
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/include/ |
namespace.h | 515 #define localtime_rz _localtime_rz macro
|