Searched refs:LC_TIME (Results 1 - 25 of 85) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/usr.bin/locale/
H A Dlocale.c37 * XXX: implement missing era_* (LC_TIME) keywords (require libc &
92 { "LC_TIME", LC_TIME },
164 { "d_t_fmt", 1, LC_TIME, D_T_FMT, "" },
165 { "d_fmt", 1, LC_TIME, D_FMT, "" },
166 { "t_fmt", 1, LC_TIME, T_FMT, "" },
167 { "am_str", 1, LC_TIME, AM_STR, "" },
168 { "pm_str", 1, LC_TIME, PM_STR, "" },
169 { "t_fmt_ampm", 1, LC_TIME, T_FMT_AMPM, "" },
170 { "day_1", 1, LC_TIME, DAY_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/headers/clocale/
H A Dmacros.cc48 #ifndef LC_TIME
/netbsd-6-1-5-RELEASE/include/
H A Dlocale.h71 #define LC_TIME 5 macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/doc/
H A Dmdate-sh25 LC_TIME=C
26 export LC_TIME
/netbsd-6-1-5-RELEASE/gnu/dist/grep/doc/
H A Dmdate-sh30 LC_TIME=C
31 export LC_TIME
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/config/
H A Dmdate-sh25 LC_TIME=C
26 export LC_TIME
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Dmdate-sh30 LC_TIME=C
31 export LC_TIME
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dsetlocale.c54 #ifdef LC_TIME
55 case LC_TIME:
56 retval = "LC_TIME";
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/doc/
H A Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/doc/
H A Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/build-aux/
H A Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/doc/
H A Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/doc/
H A Dmdate-sh58 LC_TIME=C
59 export LC_TIME
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/doc/
H A Dmdate-sh58 LC_TIME=C
59 export LC_TIME
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/doc/
H A Dmdate-sh58 LC_TIME=C
59 export LC_TIME
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c232 # define HELPER_LOCALE_ARG , _NL_CURRENT_DATA (LC_TIME)
388 struct locale_data *const current = loc->__locales[LC_TIME];
400 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
402 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
404 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABMON_1) + tp->tm_mon))
406 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(MON_1) + tp->tm_mon))
408 ((const CHAR_T *) _NL_CURRENT (LC_TIME, tp->tm_hour > 11 \
730 (const CHAR_T *) _NL_CURRENT (LC_TIME,
733 subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(D_T_FMT));
828 (const CHAR_T *)_NL_CURRENT (LC_TIME, NL
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dstrftime.c498 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
500 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
502 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABMON_1) + tp->tm_mon))
504 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(MON_1) + tp->tm_mon))
506 ((const CHAR_T *) _NL_CURRENT (LC_TIME, tp->tm_hour > 11 \
808 (const CHAR_T *) _NL_CURRENT (LC_TIME,
811 subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(D_T_FMT));
903 (const CHAR_T *)_NL_CURRENT (LC_TIME, NLW(ERA_D_FMT)))
905 subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(D_FMT));
1103 if (*(subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Drcs2log.sh82 LC_TIME=C
83 export LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dnb_lc_time_misc.h88 #define _CATEGORY_ID LC_TIME
89 #define _CATEGORY_NAME "LC_TIME"
H A Dglobal_locale.c151 [(size_t)LC_TIME ] = _C_LOCALE,
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/man/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
174 setlocale LC_TIME, 'C';
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/man/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
174 setlocale LC_TIME, 'C';
/netbsd-6-1-5-RELEASE/share/locale/time/
H A DMakefile8 LOCALEFILE= LC_TIME
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dloslib.c208 LC_NUMERIC, LC_TIME};

Completed in 430 milliseconds

1234