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

/illumos-gate/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)
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)
1183 int t__now;
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c834 int t__now; local
840 t__now = tp->tm_hour * 100 + tp->tm_min; /* "navy" time */
882 if (t__low <= t__now && t__now <= t__high)
884 } else if (t__low <= t__now || t__now <= t__high)

Completed in 73 milliseconds