add_error         110 date/lib/parse_date.c #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->time->have_time = 1; s->time->h = 0; s->time->i = 0; s->time->s = 0; s->time->f = 0; } }
add_error         112 date/lib/parse_date.c #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->time->have_date = 1; } }
add_error         117 date/lib/parse_date.c #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, "Double timezone specification") : add_warning(s, "Double timezone specification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->time->have_zone++; } }
add_error        1039 date/lib/parse_date.c 			add_error(s, "The timezone could not be found in the database");
add_error        1355 date/lib/parse_date.c 		add_error(s, "Unexpected character");
add_error        4485 date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        9799 date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        12060 date/lib/parse_date.c 			add_error(s, "The timezone could not be found in the database");
add_error        13435 date/lib/parse_date.c 					add_error(s, "The timezone could not be found in the database");
add_error        15666 date/lib/parse_date.c 				add_error(s, "Double time specification");
add_error        15776 date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        24699 date/lib/parse_date.c 		add_error(&in, "Empty string");
add_error         362 date/lib/parse_iso_intervals.c 		add_error(s, "Unexpected character");
add_error         395 date/lib/parse_iso_intervals.c 				add_error(s, "Missing expected time part");
add_error         414 date/lib/parse_iso_intervals.c 					add_error(s, "Undefined period specifier");
add_error        1067 date/lib/parse_iso_intervals.c 		add_error(&in, "Empty string");