| /src/lib/libc/locale/ |
| nl_langinfo.c | 46 [ D_T_FMT ] = LC_TIME, 47 [ D_FMT ] = LC_TIME, 48 [ T_FMT ] = LC_TIME, 49 [ T_FMT_AMPM ] = LC_TIME, 50 [ AM_STR ] = LC_TIME, 51 [ PM_STR ] = LC_TIME, 52 [ DAY_1 ] = LC_TIME, 53 [ DAY_2 ] = LC_TIME, 54 [ DAY_3 ] = LC_TIME, 55 [ DAY_4 ] = LC_TIME, [all...] |
| global_locale.c | 157 [LC_TIME ] = _lc_C_locale_name, 171 [LC_TIME] = (_locale_part_t) 185 [LC_TIME ] = _lc_C_locale_name, 199 [LC_TIME] = (_locale_part_t)
|
| nb_lc_time_misc.h | 52 #define _CATEGORY_ID LC_TIME 53 #define _CATEGORY_NAME "LC_TIME"
|
| /src/share/locale/time/ |
| Makefile | 10 LOCALEFILE= LC_TIME
|
| /src/usr.bin/locale/ |
| locale.c | 37 * 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_1, "" } [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| locale.d | 67 enum LC_TIME = 2; 102 enum LC_TIME = 5; 117 enum LC_TIME = 5; 134 enum LC_TIME = 5; 151 enum LC_TIME = 5; 168 enum LC_TIME = 5; 185 enum LC_TIME = 5; 198 LC_TIME = 2, 228 enum LC_TIME = 2; 245 enum LC_TIME = 2 [all...] |
| /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/ |
| __nop_locale_mgmt.h | 39 #define LC_TIME_MASK (1 << LC_TIME)
|
| /src/include/ |
| locale.h | 73 #define LC_TIME 5 102 #define LC_TIME_MASK ((int)(1 << LC_TIME))
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| locale.d | 84 LC_TIME = 5, 167 LC_TIME = 2, 192 LC_TIME_MASK = (1 << LC_TIME), 260 LC_TIME = 2, 272 LC_TIME_MASK = (1 << LC_TIME), 339 LC_TIME = 5, 351 LC_TIME_MASK = (1 << LC_TIME), 411 LC_TIME = 2, 423 LC_TIME_MASK = (1 << LC_TIME),
|
| /src/crypto/external/bsd/heimdal/dist/doc/ |
| mdate-sh | 25 LC_TIME=C 26 export LC_TIME
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
| locale_mgmt_zos.h | 29 #define LC_TIME_MASK _CATMASK(LC_TIME) 39 std::string lc_time; member in struct:locale_struct
|
| /src/external/gpl2/diffutils/dist/config/ |
| mdate-sh | 30 LC_TIME=C 31 export LC_TIME
|
| /src/external/gpl2/grep/dist/doc/ |
| mdate-sh | 30 LC_TIME=C 31 export LC_TIME
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| setlocale.c | 54 #ifdef LC_TIME 55 case LC_TIME: 56 retval = "LC_TIME";
|
| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_option_t.c | 74 setlocale(LC_TIME, "");
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| mdate-sh | 59 LC_TIME=C 60 export LC_TIME
|
| /src/external/gpl2/gmake/dist/config/ |
| mdate-sh | 59 LC_TIME=C 60 export LC_TIME
|
| /src/external/gpl2/texinfo/dist/doc/ |
| mdate-sh | 58 LC_TIME=C 59 export LC_TIME
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| mdate-sh | 58 LC_TIME=C 59 export LC_TIME
|
| /src/external/gpl2/xcvs/dist/doc/ |
| mdate-sh | 59 LC_TIME=C 60 export LC_TIME
|
| /src/external/apache2/llvm/dist/libcxx/src/support/ibm/ |
| xlocale_zos.cpp | 58 newloc->lc_time = locale; 87 setlocale(LC_TIME, newloc->lc_time.c_str()) == NULL) || 119 previous_loc->lc_time = tokenized[LC_TIME]; 127 previous_loc->lc_time = current_loc_name;
|
| /src/external/bsd/am-utils/dist/doc/ |
| mdate-sh | 74 LC_TIME=C 75 export LC_TIME
|
| /src/external/bsd/flex/dist/build-aux/ |
| mdate-sh | 74 LC_TIME=C 75 export LC_TIME
|
| /src/external/gpl3/autoconf/dist/build-aux/ |
| mdate-sh | 74 LC_TIME=C 75 export LC_TIME
|
| /src/external/gpl3/binutils/dist/gprofng/doc/ |
| mdate-sh | 74 LC_TIME=C 75 export LC_TIME
|