TIME_T_MIN         30 lib/util/time.c #ifndef TIME_T_MIN
TIME_T_MIN        604 lib/util/time.c 	if (TIME_T_MIN > tv->tv_sec || tv->tv_sec > TIME_T_MAX) {
TIME_T_MIN        677 lib/util/time.c 	if (d <= (int64_t)TIME_T_MIN) {
TIME_T_MIN        678 lib/util/time.c 		ret.tv_sec = TIME_T_MIN;
TIME_T_MIN         31 source3/lib/time.c #ifndef TIME_T_MIN
TIME_T_MIN         36 source3/lib/time.c #define TIME_T_MAX (~ (time_t) 0 - TIME_T_MIN)
TIME_T_MIN        884 source3/lib/time.c 	if (!(TIME_T_MIN <= ((time_t)d) && ((time_t)d) <= TIME_T_MAX)) {