Home
last modified time | relevance | path

Searched refs:range_test (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/hp300/hp300/
H A Dclock.c356 range_test(hour, 0, 23);
357 range_test(day, 1, 31);
358 range_test(month, 1, 12);
359 range_test(year, STARTOFTIME, 2000);
H A Dclockreg.h95 #define range_test(n, l, h) if ((n) < (l) || (n) > (h)) return(0) macro
/original-bsd/sys/luna68k/luna68k/
H A Dclock.c253 range_test(hour, 0, 23);
254 range_test(day, 1, 31);
255 range_test(month, 1, 12);
H A Dclockreg.h47 #define range_test(n, l, h) if ((n) < (l) || (n) > (h)) return(0) macro