Searched refs:date_formats (Results 1 – 1 of 1) sorted by relevance
164 static char *date_formats[] = { variable179 for(i = 0; date_formats[i] != NULL; i++) { in isdate()180 if (cmatch(date, date_formats[i])) in isdate()