Lines Matching refs:tot
3561 long tot;3591 tot = atol(s);3592 if ((0 == tot) && (EINVAL == errno))3594 if (((LONG_MAX == tot) || (LONG_MIN == tot)) && (EINVAL == errno))3597 tot = tot * m;3598 t = (time_t)tot;3701 long tot;3722 tot = atol(param->ns_pc); /* check overflow */3723 if (tot >= 0)