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

  /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;

Completed in 60 milliseconds