Lines Matching refs:tz
31 char *tz = NULL;62 tz = getenv("TZ");63 if (tz != NULL) {64 tz = OPENSSL_strdup(tz);65 if (tz == NULL) {70 setenv("TZ", "UTC", 1);74 if (tz != NULL) {75 setenv("TZ", tz, 1);76 OPENSSL_free(tz);78 unsetenv("TZ");
Indexes created Thu Aug 13 00:25:44 UTC 2026