Searched defs:isdst (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tminit.c | 124 * isdst will point to non-zero if DST is in effect 129 tzwest(time_t* clock, int* isdst) argument 167 *isdst = tp->tm_isdst; 213 int isdst; local 262 n = tzwest(&now, &isdst); 272 if ((m = tzwest(&now, &isdst)) != n) 274 if (!isdst) 276 isdst = n; 278 m = isdst;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | util.c | 3695 Perl_my_strftime(pTHX_ char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst) argument 3712 mytm.tm_isdst = isdst;
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 2268 int isdst; local 2297 isdst = 0; 2324 if (isdst != 0 && zone->tt_ttisstd == 0) 2336 isdst = next_isdst;
|
Completed in 29 milliseconds