Searched refs:LC_MESSAGES (Results 1 - 25 of 246) sorted by relevance

12345678910

/macosx-10.10.1/ncurses-44/ncurses/man/
H A DMKterminfo.sh47 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dlocale.h48 #define LC_MESSAGES 6 macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Ddgettext.c47 LC_MESSAGES locale. */
53 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
H A Ddngettext.c47 LC_MESSAGES locale and skip message according to the plural form. */
55 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
H A Dgettext.c52 LC_MESSAGES locale. If not found, returns MSGID itself (the default
58 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
H A Dngettext.c54 LC_MESSAGES locale. If not found, returns MSGID itself (the default
62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Ddgettext.c48 LC_MESSAGES locale. */
54 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
H A Ddngettext.c48 LC_MESSAGES locale and skip message according to the plural form. */
56 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
H A Dgettext.c52 LC_MESSAGES locale. If not found, returns MSGID itself (the default
58 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
H A Dngettext.c54 LC_MESSAGES locale. If not found, returns MSGID itself (the default
62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
H A Dlibgnuintl.h24 /* The LC_MESSAGES locale category is the category used by the functions
29 LC_MESSAGES. To avoid a redefinition warning, don't define LC_MESSAGES
31 #if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun))
32 # define LC_MESSAGES 1729 macro
116 LC_MESSAGES locale. If not found, returns MSGID itself (the default
133 LC_MESSAGES locale. */
/macosx-10.10.1/libiconv-42/libiconv/po/
H A DMakefile.msvc.sh49 -mkdir \$(localedir)\\${lang}\\LC_MESSAGES
50 \$(INSTALL_DATA) ${lang}.gmo \$(localedir)\\${lang}\\LC_MESSAGES\\${domain}.mo
65 -mkdir \$(localedir)\\${lang}\\LC_MESSAGES
76 \$(RM) \$(localedir)\\${lang}\\LC_MESSAGES\\${domain}.mo
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A DMKtermsort.sh41 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dhelp.rb17 lc = IRB.conf[:LC_MESSAGES]
H A Dinput-method.rb52 @stdin = IO.open(STDIN.to_i, :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
53 @stdout = IO.open(STDOUT.to_i, 'w', :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
142 @stdin = IO.open(STDIN.to_i, :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
143 @stdout = IO.open(STDOUT.to_i, 'w', :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrerror.c116 p = setlocale(LC_MESSAGES, NiL);
117 setlocale(LC_MESSAGES, "C");
119 setlocale(LC_MESSAGES, p);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgettext.h104 pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
107 pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
110 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
115 npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
118 npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
121 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
180 dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES)
182 dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES)
225 dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
227 dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
[all...]
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dgettext.h87 pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
89 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
93 npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
95 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
149 dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES)
151 dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES)
194 dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
196 dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dcatopen.c84 sfprintf(sfstderr, "AHA#%d:%s %s LC_MESSAGES=%s:%s\n", __LINE__, __FILE__, name, _ast_setlocale(LC_MESSAGES, 0), setlocale(LC_MESSAGES, 0));
86 if ((s = mcfind(NiL, name, LC_MESSAGES, flag, path, sizeof(path))) && (ip = sfopen(NiL, s, "r")))
97 if (strcmp(setlocale(LC_MESSAGES, NiL), "debug"))
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dlocale.c74 /* Set default values for LC_CTYPE, LC_COLLATE, LC_MESSAGES, LC_NUMERIC and
99 # if defined (LC_MESSAGES)
100 val = get_string_value ("LC_MESSAGES");
102 setlocale (LC_MESSAGES, lc_all);
103 # endif /* LC_MESSAGES */
207 else if (var[3] == 'M' && var[4] == 'E') /* LC_MESSAGES */
209 # if defined (LC_MESSAGES)
211 return (setlocale (LC_MESSAGES, get_locale_var ("LC_MESSAGES")) != 0);
212 # endif /* LC_MESSAGES */
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Drestricted.sh44 LC_MESSAGES=C rksh -c "$@" 2> out > /dev/null
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dlistused.sh43 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/
H A Dvcs_info54 local -x usercontext vcs rrn quiltmode LC_MESSAGES
59 LC_MESSAGES=C
/macosx-10.10.1/bash-94.1.2/
H A Dlibgnuintl.h24 /* The LC_MESSAGES locale category is the category used by the functions
29 LC_MESSAGES. To avoid a redefinition warning, don't define LC_MESSAGES
31 #if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun))
32 # define LC_MESSAGES 1729 macro
116 LC_MESSAGES locale. If not found, returns MSGID itself (the default
133 LC_MESSAGES locale. */
H A Dlibintl.h24 /* The LC_MESSAGES locale category is the category used by the functions
29 LC_MESSAGES. To avoid a redefinition warning, don't define LC_MESSAGES
31 #if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun))
32 # define LC_MESSAGES 1729 macro
116 LC_MESSAGES locale. If not found, returns MSGID itself (the default
133 LC_MESSAGES locale. */

Completed in 155 milliseconds

12345678910