OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:badcanotime
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/date/
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
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
...]
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
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
...]
Completed in 26 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026