Searched defs:is_exception (Results 1 – 3 of 3) sorted by relevance
128 static int is_exception(const char *msg) in is_exception() function
185 int is_exception = ((year % 100 == 0) && !(year % 400 == 0)); in is_exception_century() local