Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c871 int t__low, t__high; in ifdate() local
876 if ((sscanf(s, "%d-%d", &t__low, &t__high) < 2) || in ifdate()
877 (t__low == t__high)) in ifdate()
881 if (t__low < t__high) { 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()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c1174 int t__low, t__high; local
1179 if ((sscanf(s, "%d-%d", &t__low, &t__high) < 2))
1182 if (t__low == t__high)
1186 if (t__low < t__high) {
1187 if (t__low <= t__now && t__now <= t__high)
1190 if (t__low <= t__now || t__now <= t__high)