Searched refs:month_names (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ntp-88/sntp/
H A Dutilities.c150 static const char *month_names[] = { local
164 month_names[tm_ptr->tm_mon],
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFTPDirectoryParser.cpp118 static const char *month_names = "JanFebMarAprMayJunJulAugSepOctNovDec"; local
564 if (tbuf[0] == month_names[pos+0] &&
565 tbuf[1] == month_names[pos+1] &&
566 tbuf[2] == month_names[pos+2])
1141 if (p[0] == month_names[i+0] &&
1142 p[1] == month_names[i+1] &&
1143 p[2] == month_names[i+2])
1392 if (tbuf[0] == month_names[pos+0] &&
1393 tbuf[1] == month_names[pos+1] &&
1394 tbuf[2] == month_names[po
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_strptime.c17 static const char *month_names[] = { variable
222 for (i = 0; i < (int)sizeof_array(month_names); i++) {
223 size_t l = strlen(month_names[i]);
224 if (strncasecmp(month_names[i], &str[si], l) == 0) {
/macosx-10.9.5/gpatch-3/patch/
H A Dpartime.c103 static struct name_val const month_names[] = variable
733 if (! TM_DEFINED (t->tm.tm_mon = lookup (s, month_names)))
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DBase.pm226 month_names => sub { $_[0]->month_format_wide() },
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.04/lib/DateTime/Format/
H A DStrptime.pm402 foreach my $month (@{$self->{_locale}->month_names}) {

Completed in 136 milliseconds