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

1234567

/macosx-10.9.5/Libc-997.90.3/include/
H A Dlocale.h47 #define LC_TIME 5 macro
/macosx-10.9.5/adv_cmds-153/locale/
H A Dlocale.cc17 #define LC_SPECIAL (LC_COLLATE+LC_CTYPE+LC_MESSAGES+LC_MONETARY+LC_NUMERIC+LC_TIME)
66 case LC_TIME:
67 category = "LC_TIME";
145 "LC_NUMERIC", "LC_TIME" };
187 "LC_NUMERIC", "LC_TIME" };
281 add_kw(new lia_keyword(LC_TIME, "ab_day", abdays, LAST(abdays)));
282 add_kw(new lia_keyword(LC_TIME, "abday", abdays, LAST(abdays)));
285 add_kw(new lia_keyword(LC_TIME, "day", days, LAST(days)));
288 add_kw(new lia_keyword(LC_TIME, "abmon", abmons, LAST(abmons)));
291 add_kw(new lia_keyword(LC_TIME, "mo
[all...]
/macosx-10.9.5/Heimdal-323.92.1/doc/
H A Dmdate-sh25 LC_TIME=C
26 export LC_TIME
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dlangprintf.c276 #ifdef LC_TIME
277 const char *lc_time; /* Current LC_TIME value */
278 char new_lc_time[255], /* New LC_TIME value */
280 #endif /* LC_TIME */
288 * to set LC_TIME to the locale name with .UTF-8 on the end (if
294 #ifdef LC_TIME
295 if ((lc_time = setlocale(LC_TIME, NULL)) == NULL)
309 setlocale(LC_TIME, new_lc_time);
310 #endif /* LC_TIME */
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dmdate-sh30 LC_TIME=C
31 export LC_TIME
/macosx-10.9.5/bash-92/bash-3.2/
H A Dlocale.c75 LC_TIME if they are not specified in the environment, but LC_ALL is. This
111 # if defined (LC_TIME)
112 val = get_string_value ("LC_TIME");
114 setlocale (LC_TIME, lc_all);
115 # endif /* LC_TIME */
221 else if (var[3] == 'T' && var[4] == 'I') /* LC_TIME */
223 # if defined (LC_TIME)
225 return (setlocale (LC_TIME, get_locale_var ("LC_TIME")) != 0);
226 # endif /* LC_TIME */
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/macosx-10.9.5/emacs-92/emacs/src/
H A Dstrftime.c340 # define HELPER_LOCALE_ARG , _NL_CURRENT_DATA (LC_TIME)
537 struct locale_data *const current = loc->__locales[LC_TIME];
549 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
551 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
553 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABMON_1) + tp->tm_mon))
555 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(MON_1) + tp->tm_mon))
557 ((const CHAR_T *) _NL_CURRENT (LC_TIME, tp->tm_hour > 11 \
865 (const CHAR_T *) _NL_CURRENT (LC_TIME,
868 subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(D_T_FMT));
967 (const CHAR_T *)_NL_CURRENT (LC_TIME, NL
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dstrftime.c496 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
498 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
500 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABMON_1) + tp->tm_mon))
502 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(MON_1) + tp->tm_mon))
504 ((const CHAR_T *) _NL_CURRENT (LC_TIME, tp->tm_hour > 11 \
806 (const CHAR_T *) _NL_CURRENT (LC_TIME,
809 subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(D_T_FMT));
901 (const CHAR_T *)_NL_CURRENT (LC_TIME, NLW(ERA_D_FMT)))
903 subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(D_FMT));
1101 if (*(subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME,
[all...]
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dday.c168 lbufp = setlocale(LC_TIME, NULL);
171 (void) setlocale(LC_TIME, "C");
173 (void) setlocale(LC_TIME, (oldl != NULL ? oldl : ""));
/macosx-10.9.5/misc_cmds-32/leave/
H A Dleave.c77 if (setlocale(LC_TIME, "") == NULL)
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dcommon.c68 #ifdef LC_TIME
69 setlocale(LC_TIME, "");
70 #endif /* LC_TIME */
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dast_std.h185 #ifndef LC_TIME
186 #define LC_TIME (-AST_LC_TIME) macro
/macosx-10.9.5/procmail-14/procmail/examples/
H A Dmailstat108 info=`LANG= LC_TIME= $ls -l "$OLDLOGFILE"`
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Drcs2log90 LC_TIME=C
91 export LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME
/macosx-10.9.5/remote_cmds-41.90.1/rwho.tproj/
H A Drwho.c106 (void) setlocale(LC_TIME, "");
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixTime.c328 setlocale(LC_TIME, "");
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfdcc.vim52 syn region fdccBlank matchgroup=fdccLCTime start=/^LC_TIME$/ end=/^END LC_TIME$/ contains=fdccKeywordTime,fdccString,fdccComment,fdccNumber
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dtemplate.c209 #ifdef LC_TIME
210 setlocale(LC_TIME, "");
211 #endif /* LC_TIME */
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dsetlocale.c68 "LC_TIME",
280 case LC_TIME:
/macosx-10.9.5/shell_cmds-175/date/
H A Ddate.c102 (void) setlocale(LC_TIME, "");
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dat.c233 (void) setlocale(LC_TIME, "");
554 (void) setlocale(LC_TIME, "");
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dat.c233 (void) setlocale(LC_TIME, "");
554 (void) setlocale(LC_TIME, "");
/macosx-10.9.5/Libc-997.90.3/locale/
H A Dxlocale.c242 enc = __get_locale_env(LC_TIME);
/macosx-10.9.5/libstdcxx-60/src/
H A Dlocale.cc168 case LC_TIME:

Completed in 294 milliseconds

1234567