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

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c89 static time_t absolute_max_time; variable
320 t = absolute_max_time;
345 absolute_max_time = LONG_MAX;
353 absolute_max_time = (time_t)FLT_MAX;
356 absolute_max_time = (time_t)DBL_MAX;
374 absolute_max_time = -(hibit + 1);
380 absolute_max_time = absolute_min_time - 1;
399 if (t > absolute_max_time - seconds) {
400 t = absolute_max_time;

Completed in 56 milliseconds