| /src/lib/libc/time/ |
| Makefile.inc | 36 tzset.3 daylight.3 \
|
| private.h | 780 # undef daylight macro 781 # define daylight tz_daylight macro 871 extern int daylight;
|
| tzselect.ksh | 481 'with no daylight saving time.'
|
| localtime.c | 58 __weak_alias(daylight,_daylight) 473 ** in which Daylight Saving Time is never observed. 681 int daylight = 0; variable 835 If STDDST_MASK & 2 we need info about a daylight saving time. 861 daylight = (unsigned int)stddst_mask >> 1 ^ 1; 1932 ** If daylight saving time is in 1935 ** the daylight saving time offset to 3293 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;
|
| /src/lib/libc/compat/include/ |
| time.h | 56 extern int daylight;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| time.d | 562 int daylight; 571 extern __gshared int daylight; 580 extern __gshared int daylight; 608 extern __gshared int daylight; 616 extern __gshared int daylight; 623 extern __gshared int daylight; 631 extern __gshared int daylight;
|
| /src/include/ |
| time.h | 84 int tm_isdst; /* Daylight Saving Time flag */ 126 extern int daylight;
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| platform.h | 154 uint8_t daylight; member in struct:xenpf_efi_time
|
| /src/external/gpl2/gmake/dist/ |
| arscan.c | 85 val = decc$fix_time (&mhd->mhd$l_datim) + timezone - daylight*3600;
|
| /src/lib/libc/include/ |
| namespace.h | 41 #define daylight _daylight macro
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| timezone.d | 53 // Please subscribe to Microsoft Daylight Saving Time & Time Zone Blog 114 Daylight Time). Regardless, it is not the same as name. 123 Whether this time zone has Daylight Savings Time at any point in time. 361 "Pacific Daylight Time", dur!"hours"(-8), dur!"hours"(1)), 363 "Eastern Daylight Time", dur!"hours"(-5), dur!"hours"(1)), 365 //"Pacific SA Daylight Time", dur!"hours"(-4), dur!"hours"(1), false), 367 "GMT Daylight Time", dur!"hours"(0), dur!"hours"(1)), 369 "Romance Daylight Time", dur!"hours"(1), dur!"hours"(1)), 371 "Cen. Australia Daylight Time", 375 "Greenwich Daylight Time", dur!"hours"(0), dur!"hours"(0)) [all...] |
| /src/external/bsd/file/dist/ |
| configure | 14102 ac_fn_check_decl "$LINENO" "daylight" "ac_cv_have_decl_daylight" "#include <time.h> 14113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for daylight" >&5 14114 printf %s "checking for daylight... " >&6; } 14127 extern int daylight; 14129 daylight = atoi("1");
|
| /src/external/bsd/ntp/dist/sntp/ |
| configure | 26638 tm.tm_isdst = 1; /* flag for daylight savings time */
|