Searched refs:t__now (Results 1 – 2 of 2) sorted by relevance
1092 int t__now; local1096 t__now = tp->tm_hour * 100 + tp->tm_min; /* "navy" time */1138 while (checkdate(s, tp, t__now) == 0) {1149 checkdate(s, tp, t__now) in checkdate() argument1152 int t__now;1165 return(checktime(s, t__now));1168 return(checktime(s, t__now));1172 return(checktime(s, t__now));1181 checktime(s, t__now) in checktime() argument1183 int t__now;[all …]
834 int t__now; in ifdate() local840 t__now = tp->tm_hour * 100 + tp->tm_min; /* "navy" time */ in ifdate()882 if (t__low <= t__now && t__now <= t__high) in ifdate()884 } else if (t__low <= t__now || t__now <= t__high) in ifdate()