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

123

/external/dnsmasq/bld/
H A Dinstall-mo4 $2 -m 755 -d $1/${f%.mo}/LC_MESSAGES
5 $2 -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
6 echo installing $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
/external/e2fsprogs/intl/
H A Ddgettext.c48 LC_MESSAGES locale. */
52 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
H A Ddngettext.c48 LC_MESSAGES locale and skip message according to the plural form. */
53 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
H A Dgettext.c52 LC_MESSAGES locale. If not found, returns MSGID itself (the default
57 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
H A Dngettext.c54 LC_MESSAGES locale. If not found, returns MSGID itself (the default
59 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
H A Dlibgettext.h66 # define LC_MESSAGES (-1) macro
92 LC_MESSAGES locale. If not found, returns MSGID itself (the default
98 LC_MESSAGES locale. */
135 dcgettext (Domainname, Msgid, 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
106 LC_MESSAGES locale. If not found, returns MSGID itself (the default
123 LC_MESSAGES locale. */
H A Dlibgnuintl.h.in24 /* 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
106 LC_MESSAGES locale. If not found, returns MSGID itself (the default
123 LC_MESSAGES locale. */
H A Ddcigettext.c273 LC_MESSAGES). */
466 CATEGORY is not LC_MESSAGES this might not make much sense but the
474 category = LC_MESSAGES;
1102 #ifdef LC_MESSAGES
1103 case LC_MESSAGES:
1104 retval = "LC_MESSAGES";
/external/e2fsprogs/misc/
H A Duuidgen.c44 setlocale(LC_MESSAGES, "");
H A Dmklost+found.c40 setlocale(LC_MESSAGES, "");
H A Dpartinfo.c33 setlocale(LC_MESSAGES, "");
H A Dfindsuper.c128 setlocale(LC_MESSAGES, "");
H A Dlsattr.c165 setlocale(LC_MESSAGES, "");
H A Dchattr.c299 setlocale(LC_MESSAGES, "");
H A De2initrd_helper.c301 setlocale(LC_MESSAGES, "");
H A De2undo.c134 setlocale(LC_MESSAGES, "");
/external/e2fsprogs/tests/
H A Dtest_config5 unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
/external/e2fsprogs/lib/ss/
H A Dmk_cmds.sh.in13 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/external/elfutils/host-darwin-fixup/
H A DAndroidFixup.h28 #include <locale.h> //LC_MESSAGES
57 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
/external/e2fsprogs/lib/et/
H A Dcompile_et.sh.in22 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/external/elfutils/libelf-po/
H A DMakefile80 # This is the list of locale categories, beyond LC_MESSAGES, for which the
144 dir=$(localedir)/$$lang/LC_MESSAGES; \
171 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
172 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
173 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
196 dir=$(localedir)/$$lang/LC_MESSAGES; \
242 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
/external/bluetooth/glib/
H A Dglib-zip.in34 zip -r $ZIP share/locale/*/LC_MESSAGES/glib20.mo
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec107 /usr/share/locale/*/LC_MESSAGES/*
/external/e2fsprogs/resize/
H A Dmain.c179 setlocale(LC_MESSAGES, "");

Completed in 239 milliseconds

123