date.c | 76 __dead static void badcanotime(const char *, const char *, size_t); 223 badcanotime(const char *msg, const char *val, size_t where) function in typeref:typename:void 399 badcanotime("Unexpected dot", p, t - p); 402 badcanotime("Expected digit", p, t - p); 410 badcanotime("Unexpected digit after seconds field", 413 badcanotime("Expected digit in seconds field", 419 badcanotime("Seconds out of range", p, strlen(p) - 1); 431 badcanotime("Year before 1900", op, p - op + 1); 448 badcanotime("Month out of range", op, p - op - 1); 462 badcanotime("Day out of range (max 31)" [all...] |