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

/bionic/libc/tzcode/
H A Dstrptime.c51 const char *am_pm[2]; member in struct:__anon679
309 len = strlen(_ctloc(am_pm[0]));
310 if (strncasecmp(_ctloc(am_pm[0]), (const char*)bp, len) == 0) {
320 len = strlen(_ctloc(am_pm[1]));
321 if (strncasecmp(_ctloc(am_pm[1]), (const char*)bp, len) == 0) {

Completed in 64 milliseconds