Home | Sort by: relevance | last modified time | path |
/src/lib/libc/time/ | |
localtime.c | 489 int this_bit = 1 << ttisp->tt_isdst; local in function:may_update_tzname_etc 490 if (stddst_mask & this_bit) { 493 return stddst_mask & ~this_bit; |
localtime.c | 489 int this_bit = 1 << ttisp->tt_isdst; local in function:may_update_tzname_etc 490 if (stddst_mask & this_bit) { 493 return stddst_mask & ~this_bit; |