Home
last modified time | relevance | path

Searched refs:t__now (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c1081 int t__now; local
1127 while (checkdate(s, tp, t__now) == 0) {
1138 checkdate(s, tp, t__now) in checkdate() argument
1141 int t__now;
1154 return(checktime(s, t__now));
1157 return(checktime(s, t__now));
1161 return(checktime(s, t__now));
1170 checktime(s, t__now) in checktime() argument
1172 int t__now;
1187 if (t__low <= t__now && t__now <= t__high)
[all …]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c834 int t__now; in ifdate() local
840 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()