Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Dconn.c1092 int t__now; local
1096 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() argument
1152 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() argument
1183 int t__now;
[all …]
/titanic_41/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()