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

/dovecot/src/lib-mail/
H A Dmessage-date.c22 static const char *month_names[] = { variable
157 if (i_memcasecmp(month_names[i], value, 3) == 0) {
278 month_names[tm->tm_mon],
/dovecot/src/lib-imap/
H A Dimap-date.c10 static const char *month_names[] = { variable
61 if (strncasecmp(month_names[i], str, 3) == 0) {
169 memcpy(buf+3, month_names[tm->tm_mon], 3);
/dovecot/src/lib-http/
H A Dhttp-date.c71 static const char *month_names[] = { variable
172 if (strcmp(month_names[i], str_c(month)) == 0) {
475 month_names[tm->tm_mon],

Completed in 17 milliseconds