Home
last modified time | relevance | path

Searched refs:gmtime_emulation_type (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c11539 static int gmtime_emulation_type; variable
11561 ((gmtime_emulation_type || my_time(NULL)), \
11562 (gmtime_emulation_type == 1 ? toutc_dst(secs) : \
11574 ((gmtime_emulation_type || my_time(NULL)), \
11575 (gmtime_emulation_type == 1 ? toloc_dst(secs) : \
11595 if (gmtime_emulation_type == 0) {
11600 gmtime_emulation_type++;
11604 gmtime_emulation_type++;
11606 gmtime_emulation_type++;
11647 if (*timep == 0) gmtime_emulation_type = 0; /* possibly reset TZ */
[all …]