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

1234567

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dlocale.h47 #define LC_TIME 5 macro
/macosx-10.10.1/adv_cmds-158/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.10.1/Heimdal-398.1.2/doc/
H A Dmdate-sh25 LC_TIME=C
26 export LC_TIME
/macosx-10.10.1/cups-408/cups/cups/
H A Dlangprintf.c265 #ifdef LC_TIME
266 const char *lc_time; /* Current LC_TIME value */
267 char new_lc_time[255], /* New LC_TIME value */
269 #endif /* LC_TIME */
277 * to set LC_TIME to the locale name with .UTF-8 on the end (if
283 #ifdef LC_TIME
284 if ((lc_time = setlocale(LC_TIME, NULL)) == NULL)
298 setlocale(LC_TIME, new_lc_time);
299 #endif /* LC_TIME */
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dmdate-sh30 LC_TIME=C
31 export LC_TIME
/macosx-10.10.1/bash-94.1.2/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.10.1/gnutar-453/gnutar/build-aux/
H A Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/macosx-10.10.1/emacs-93/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.10.1/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.10.1/misc_cmds-33/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.10.1/misc_cmds-33/leave/
H A Dleave.c77 if (setlocale(LC_TIME, "") == NULL)
/macosx-10.10.1/cups-408/cups/filter/
H A Dcommon.c57 #ifdef LC_TIME
58 setlocale(LC_TIME, "");
59 #endif /* LC_TIME */
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dast_std.h186 #ifndef LC_TIME
187 #define LC_TIME (-AST_LC_TIME) macro
/macosx-10.10.1/procmail-14/procmail/examples/
H A Dmailstat108 info=`LANG= LC_TIME= $ls -l "$OLDLOGFILE"`
/macosx-10.10.1/emacs-93/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.10.1/remote_cmds-47/rwho.tproj/
H A Drwho.c107 (void) setlocale(LC_TIME, "");
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixTime.c328 setlocale(LC_TIME, "");
/macosx-10.10.1/vim-55/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.10.1/cups-408/cups/cgi-bin/
H A Dtemplate.c198 #ifdef LC_TIME
199 setlocale(LC_TIME, "");
200 #endif /* LC_TIME */
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetlocale.c68 "LC_TIME",
280 case LC_TIME:
/macosx-10.10.1/shell_cmds-179/date/
H A Ddate.c102 (void) setlocale(LC_TIME, "");
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dat.c233 (void) setlocale(LC_TIME, "");
554 (void) setlocale(LC_TIME, "");
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale.c242 enc = __get_locale_env(LC_TIME);
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dlocale.cc168 case LC_TIME:
/macosx-10.10.1/efax-38/efax/
H A Dconfigure70 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
1922 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }

Completed in 232 milliseconds

1234567