Searched defs:am_pm (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dtm.c82 static const char *am_pm[2] = { variable
346 if (strcasecmp(am_pm[0], bp) == 0) {
350 bp += strlen(am_pm[0]);
354 else if (strcasecmp(am_pm[1], bp) == 0) {
359 bp += strlen(am_pm[1]);

Completed in 6 milliseconds