| /src/external/bsd/ntp/dist/sntp/ |
| utilities.c | 146 int hh, mm, lto, isdst; local 157 isdst = ptm->tm_isdst; 159 ptm->tm_isdst = isdst;
|
| /src/external/bsd/ntp/dist/scripts/build/ |
| updateBEDate | 26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|
| /src/external/gpl2/xcvs/dist/lib/ |
| mktime.c | 297 int isdst = tp->tm_isdst; local 409 || (isdst < 0 411 : (isdst != 0) != (tm.tm_isdst != 0)))) 427 if (isdst != tm.tm_isdst && 0 <= isdst && 0 <= tm.tm_isdst) 433 looking for the desired isdst. This should work for all real 466 if (otm.tm_isdst == isdst) 549 printf ("%04d-%02d-%02d %02d:%02d:%02d yday %03d wday %d isdst %d", 654 \t%s YYYY-MM-DD HH:MM:SS [ISDST] # Test given time.\n\
|
| /src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| data.c | 248 int isdst; local 252 isdst = localtime(&t)->tm_isdst; 258 tm.tm_isdst = isdst;
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| log.in | 138 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
|
| /src/external/bsd/cron/dist/ |
| cron.c | 440 static int isdst; local 445 if (initialize || tm.tm_isdst != isdst) { 446 isdst = tm.tm_isdst;
|
| /src/lib/libc/time/ |
| localtime.c | 690 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */ 692 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, 696 s->tt_isdst = isdst; 760 tzgetname(const timezone_t sp, int isdst) 766 if (ttisp->tt_isdst == isdst) 776 tzgetgmtoff(const timezone_t sp, int isdst) 783 if (ttisp->tt_isdst == isdst) { 1220 unsigned char isdst, desigidx; local 1225 isdst = *p++; 1226 if (! (isdst < 2) 1890 register bool isdst; local [all...] |
| zic.c | 2114 getsave(char *field, bool *isdst) 2127 *isdst = dst < 0 ? save != 0 : dst; 3117 bool isdst, zic_t save, bool doquotes) 3134 } else if (isdst) { 3684 bool isdst = startoff != zp->z_stdoff; local 3688 isdst, save, false); 3694 int type = addtype(startoff, startbuf, isdst, 3696 if (defaulttype < 0 && !isdst) 3788 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) 3807 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| texi2html | 1841 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst); 1845 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
|
| /src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| texi2html | 1841 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst); 1845 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
|
| /src/external/gpl3/gdb/dist/readline/readline/doc/ |
| texi2html | 884 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst); 886 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time); 5314 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst); 5318 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/doc/ |
| texi2html | 884 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst); 886 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time); 5314 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst); 5318 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
|
| /src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 2996 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
|
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 2996 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
|