Searched refs:abday (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dstrptime.c56 static const char *abday[7] = { variable
178 len = strlen(abday[i]);
179 if (strncasecmp(abday[i], bp, len) == 0)
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrptime.c180 len = strlen(_ctloc(abday[i]));
181 if (strncasecmp(_ctloc(abday[i]), bp, len) == 0)
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dstrftime.c63 const char *abday[7]; member in struct:__anon12788
200 if (!_add(_CurrentTimeLocale->abday[t->tm_wday]))
/macosx-10.10/adv_cmds-158/localedef/
H A Dlocaledef.pl754 $cmd =~ s/^ab_day$/abday/;
759 } elsif($cmd =~ m/abday|day|mon|abmon|am_pm|alt_digits/) {
1022 my %array_cnt = (abmon => 12, mon => 12, abday => 7, day => 7, alt_month => 12, am_pm => 2);
1026 foreach my $s (qw(abmon mon abday day t_fmt d_fmt d_t_fmt am_pm d_t_fmt mon md_order t_fmt_ampm)) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dfdcc.vim33 syn keyword fdccKeywordTime copy abday day abmon mon d_t_fmt d_fmt t_fmt am_pm t_fmt_ampm date_fmt era_d_fmt first_weekday first_workday week cal_direction time_zone era alt_digits era_d_t_fmt

Completed in 213 milliseconds