Searched refs:tzname (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl_haiku.h8 return tzname[tm->tm_isdst != 0];
/haiku/src/system/libroot/posix/locale/
H A DLocaleDataBridge.cpp139 addrOfTZName = tzname;
146 strlcpy(localTZName0, tzname[0], sizeof(localTZName0));
147 strlcpy(localTZName1, tzname[1], sizeof(localTZName1));
/haiku/headers/posix/
H A Dtime.h72 extern char *tzname[2];
/haiku/src/system/libroot/posix/time/
H A Dlocaltime.cpp28 char* tzname[2] = { variable
/haiku/src/bin/unzip/
H A Dtimezone.c46 char *tzname[2]; variable
492 tzname[0] = statism.chars + statism.ttis[dstfirst].tt_abbrind;
493 tzname[1] = statism.chars + statism.ttis[!dstfirst].tt_abbrind;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1427 #define tzname fssh_tzname macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c84 int tzname; variable
H A Dlibroot_stubs_legacy.c112 int tzname; variable

Completed in 155 milliseconds