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