match_string
ret = match_string (&buf, full_weekdays);
ret = match_string (&buf, abb_weekdays);
ret = match_string (&buf, full_month);
ret = match_string (&buf, abb_month);
ret = match_string (&buf, ampm);