Searched refs:scd (Results 1 – 1 of 1) sorted by relevance
711 long scd, hrs, min; in REQUESTDONE_FUNC() local727 scd = abs(tm.tm_gmtoff); in REQUESTDONE_FUNC()728 hrs = scd / 3600; in REQUESTDONE_FUNC()729 min = (scd % 3600) / 60; in REQUESTDONE_FUNC()