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

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.h83 #define BAD_TIME ((time_t)~0) macro
86 this duration is returned. Otherwise, the return value is BAD_TIME,
H A Dparse-duration.c79 /* Returns BASE + VAL * SCALE, interpreting BASE = BAD_TIME
80 with errno set as an error situation, and returning BAD_TIME
85 if (base == BAD_TIME)
89 return BAD_TIME;
95 return BAD_TIME;
102 return BAD_TIME;
123 return BAD_TIME;
128 return BAD_TIME;
137 return BAD_TIME;
144 BASE = BAD_TIME wit
[all...]
H A Dtime.c49 if (val == BAD_TIME) {
133 if (od->optArg.argInt != BAD_TIME)

Completed in 87 milliseconds