HomeSort by: relevance | last modified time | path
    Searched defs:daylight (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/time/
private.h 746 # undef daylight
747 # define daylight tz_daylight macro
819 extern int daylight;
localtime.c 35 __weak_alias(daylight,_daylight)
166 ** in which Daylight Saving Time is never observed.
352 int daylight = 0; variable in typeref:typename:int
505 If STDDST_MASK & 2 we need info about a daylight saving time.
532 daylight = (unsigned int)stddst_mask >> 1 ^ 1;
1475 ** If daylight saving time is in
1478 ** the daylight saving time offset to
2730 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
platform.h 154 uint8_t daylight; member in struct:xenpf_efi_time
  /src/lib/libc/include/
namespace.h 41 #define daylight _daylight macro

Completed in 17 milliseconds