Searched refs:DAY_1 (Results 1 – 13 of 13) sorted by relevance
/openbsd/lib/libc/locale/ |
H A D | nl_langinfo.c | 37 case DAY_1: in nl_langinfo() 44 s = _CurrentTimeLocale->day[item - DAY_1]; in nl_langinfo()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perl_langinfo.h | 50 #ifndef DAY_1 51 # define DAY_1 -8 macro
|
H A D | locale.c | 7339 case DAY_1: retval = "Sunday"; break; in S_emulate_langinfo() 7353 case DAY_1: in S_emulate_langinfo() 7915 DAY_1, DAY_2, DAY_3, DAY_4, DAY_5, DAY_6, DAY_7, in S_maybe_override_codeset() 7953 assert(trials[1] == DAY_1); /* Make sure only a single non-time entry */ in S_maybe_override_codeset()
|
/openbsd/include/ |
H A D | langinfo.h | 21 #define DAY_1 6 /* Name of the first day of the week */ macro
|
/openbsd/gnu/usr.bin/perl/ext/I18N-Langinfo/ |
H A D | Makefile.PL | 22 DAY_1 DAY_2 DAY_3 DAY_4 DAY_5 DAY_6 DAY_7 D_FMT D_T_FMT ERA
|
/openbsd/gnu/usr.bin/perl/ext/I18N-Langinfo/t/ |
H A D | Langinfo.t | 40 $want{DAY_1} = qr/ ^ Sunday $ /x;
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5027010 | 25 DAY_1 # Z added by devel/scanprov
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | time_members.cc | 139 _M_day1 = __nl_langinfo_l(DAY_1, __cloc); in _M_initialize_timepunct()
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | locale.t | 120 DAY_1 => 'Sunday',
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | time_members.cc | 147 _M_data->_M_day1 = __nl_langinfo_l(DAY_1, __cloc); in _M_initialize_timepunct()
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | locale_threads.t | 1049 DAY_1 DAY_2 DAY_3 DAY_4 DAY_5 DAY_6 DAY_7 1061 DAY_1,DAY_2,DAY_3,DAY_4,DAY_5,DAY_6,DAY_7,
|
H A D | locale.t | 75 DAY_1
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perllocale.pod | 1126 See also L<I18N::Langinfo> and C<ABDAY_1>..C<ABDAY_7>, C<DAY_1>..C<DAY_7>,
|