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

  /src/external/gpl2/xcvs/dist/lib/
getdate.c 3294 long int abs_time_zone = time_zone < 0 ? - time_zone : time_zone;
3295 long int abs_time_zone_hour = abs_time_zone / 60;
3296 int abs_time_zone_min = abs_time_zone % 60;
3291 long int abs_time_zone = time_zone < 0 ? - time_zone : time_zone; local
getdate.c 3294 long int abs_time_zone = time_zone < 0 ? - time_zone : time_zone;
3295 long int abs_time_zone_hour = abs_time_zone / 60;
3296 int abs_time_zone_min = abs_time_zone % 60;
3291 long int abs_time_zone = time_zone < 0 ? - time_zone : time_zone; local

Completed in 42 milliseconds