Lines Matching refs:tot
3585 long tot;3615 tot = atol(s);3616 if ((0 == tot) && (EINVAL == errno))3618 if (((LONG_MAX == tot) || (LONG_MIN == tot)) && (EINVAL == errno))3621 tot = tot * m;3622 t = (time_t)tot;3725 long tot;3746 tot = atol(param->ns_pc); /* check overflow */3747 if (tot >= 0)