| /xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/ |
| H A D | t_options.h | 32 * gettext(). xgettext can be used to extract translatable 34 * with GNU gettext. gen_xmlpool.py takes this template and fills in 56 DRI_CONF_DESC(en,gettext("Debugging")) 60 DRI_CONF_DESC(en,gettext("Enable flushing batchbuffer after each draw call")) \ 65 DRI_CONF_DESC(en,gettext("Enable flushing GPU caches with each draw call")) \ 70 DRI_CONF_DESC(en,gettext("Disable throttling on first batch after flush")) \ 75 DRI_CONF_DESC(en,gettext("Force GLSL extension default behavior to 'warn'")) \ 80 DRI_CONF_DESC(en,gettext("Disable dual source blending")) \ 85 DRI_CONF_DESC(en,gettext("Identify dual color blending sources by location rather than index")) \ 90 DRI_CONF_DESC(en,gettext("Disabl [all...] |
| H A D | gen_xmlpool.py | 12 import gettext 21 gettext_method = 'gettext' 50 # Expand escape sequences in C strings (needed for gettext lookup) 112 # DESC, DESC_BEGIN format: \1 \2=<lang> \3 \4=gettext(" \5=<text> \6=") \7 113 # ENUM format: \1 \2=gettext(" \3=<text> \4=") \5 147 reDESC = re.compile(r'(\s*DRI_CONF_DESC\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$') 148 reDESC_BEGIN = re.compile(r'(\s*DRI_CONF_DESC_BEGIN\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$') 149 reENUM = re.compile(r'(\s*DRI_CONF_ENUM\s*\([^,]+,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$') 163 translations = [("en", gettext.NullTranslations())] 168 trans = gettext [all...] |
| /xsrc/external/mit/fontconfig/dist/its/ |
| H A D | Makefile.am | 29 gettextitsdir = $(datadir)/gettext/its
|
| H A D | Makefile.in | 119 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gettext.m4 \ 387 gettextitsdir = $(datadir)/gettext/its
|
| /xsrc/external/mit/libXpm/dist/cxpm/ |
| H A D | cxpm.c | 44 #define gettext(a) (a) macro 105 error = gettext("Cannot open file"); 110 error = gettext("Invalid XPM file"); 116 error = gettext("Not enough memory"); 121 error = gettext("Failed to parse color"); 128 fprintf(stderr, gettext("Xpm Error: %s.\n"), error); 132 fprintf(stderr, gettext("Error found line %d near character %d\n"), 157 fprintf(stderr, gettext("Usage: %s [filename]\n"), argv[0]);
|
| /xsrc/external/mit/xhost/dist/ |
| H A D | xhost.c | 124 # include <libintl.h> /* gettext(), textdomain(), etc. */ 126 # define gettext(a) (a) macro 205 fprintf(stderr, gettext("usage: %s [[+-]hostname ...]\n"), argv[0]); 211 gettext("%s: unable to open display \"%s\"\n"), 223 printf (gettext("access control enabled, only authorized clients can connect\n")); 225 printf (gettext("access control disabled, clients can connect from any host\n")); 254 printf(gettext("<unknown family type %d>:"), list[i].family); 259 printf (gettext("<unknown address in family %d>"), 263 printf(gettext("\t(no nameserver response within %d seconds)\n"), 280 printf (gettext("acces [all...] |
| H A D | configure.ac | 49 AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) 64 [Define to 1 if you want to use the gettext() function.])
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | gettext.m4 | 0 # gettext.m4 serial 68 (gettext-0.19.8) 9 dnl License but which still want to provide support for the GNU gettext 11 dnl Please note that the actual code of the GNU gettext library is covered 13 dnl gettext package is covered by the GNU General Public License. 20 dnl Macro to add for using GNU gettext. 32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 45 dnl 2) GNU gettext ha [all...] |
| H A D | nls.m4 | 1 # nls.m4 serial 5 (gettext-0.18) 10 dnl License but which still want to provide support for the GNU gettext 12 dnl Please note that the actual code of the GNU gettext library is covered 14 dnl gettext package is covered by the GNU General Public License.
|
| H A D | intlmacosx.m4 | 1 # intlmacosx.m4 serial 5 (gettext-0.18.2) 9 dnl License but which still want to provide support for the GNU gettext 11 dnl Please note that the actual code of the GNU gettext library is covered 13 dnl gettext package is covered by the GNU General Public License.
|
| H A D | progtest.m4 | 1 # progtest.m4 serial 7 (gettext-0.18.2) 9 dnl License but which still want to provide support for the GNU gettext 11 dnl Please note that the actual code of the GNU gettext library is covered 13 dnl gettext package is covered by the GNU General Public License.
|
| H A D | po.m4 | 1 # po.m4 serial 24 (gettext-0.19) 9 dnl License but which still want to provide support for the GNU gettext 11 dnl Please note that the actual code of the GNU gettext library is covered 13 dnl gettext package is covered by the GNU General Public License. 31 dnl Release version of the gettext macros. This is used to ensure that 32 dnl the gettext macros and po/Makefile.in.in are in sync.
|
| H A D | iconv.m4 | 1 # iconv.m4 serial 19 (gettext-0.18.2)
|
| H A D | lib-prefix.m4 | 1 # lib-prefix.m4 serial 7 (gettext-0.18)
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | xfd.c | 50 # define gettext(a) (a) macro 139 fprintf (stderr, gettext("usage: %s [-options ...] "), ProgramName); 141 fprintf (stderr, gettext("font\n\n")); 143 fprintf (stderr, gettext(" %s [-options ...] "), ProgramName); 145 fprintf (stderr, gettext("font\n\n")); 147 fprintf (stderr, gettext("where options include:\n")); 149 fprintf (stderr, gettext("display X server to contact\n")); 151 fprintf (stderr, gettext("geometry size and location of window\n")); 153 fprintf (stderr, gettext("color color for ImageText boxes\n")); 155 fprintf (stderr, gettext("numbe [all...] |
| H A D | configure.ac | 41 AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) 56 [Define to 1 if you want to use the gettext() function.])
|
| /xsrc/external/mit/xload/dist/ |
| H A D | xload.c | 82 # define gettext(a) (a) macro 145 fprintf (stderr, gettext("usage: %s [-options ...]\n\n%s\n"), 146 ProgramName, gettext( 203 fprintf(stderr, gettext("%s: setgid failed: %s\n"), 208 fprintf(stderr, gettext("%s: setuid failed: %s\n"), 229 fputs(gettext("Unknown argument(s):"), stderr);
|
| H A D | configure.ac | 49 AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) 64 [Define to 1 if you want to use the gettext() function.])
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| H A D | sxpm.c | 57 #define gettext(a) (a) macro 181 fprintf(stderr, gettext("Sxpm Error... [ Undefined DISPLAY ]\n")); 488 fprintf(stderr, gettext("Xpm extension : %s\n"), 579 fprintf(stderr, gettext("\nUsage: %s [options...]\n"), command[0]); 580 fprintf(stderr, gettext("Where options are:\n\ 630 warning = gettext("Could not parse or alloc requested color"); 635 error = gettext("Cannot open file"); 640 error = gettext("Invalid XPM file"); 646 error = gettext("Not enough memory"); 651 error = gettext("Faile [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/fedora/ |
| H A D | x86_build.sh | 27 gettext \
|
| /xsrc/external/mit/libXpm/dist/ |
| H A D | configure.ac | 33 AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) 48 [Define to 1 if you want to use the gettext() function.])
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | configure.ac | 51 AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) 66 [Define to 1 if you want to use the gettext() function.])
|
| H A D | xfontsel.c | 87 # include <libintl.h> /* gettext(), textdomain(), etc. */ 89 # define gettext(a) (a) macro 193 gettext( 339 fputs(gettext("Unknown argument(s):"), stderr); 357 XtWarning(gettext("app-defaults file not properly installed.")); 361 gettext("XFontSel app-defaults file not properly installed;\\n" 605 gettext("internal error; pattern didn't match first font" )); 1142 strcpy( label, gettext("1 name matches") ); 1144 snprintf( label, sizeof(label), gettext("%d names match"), matchingFontCount); 1146 strcpy( label, gettext("n [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | Android.mk | 70 # Generate options.h from gettext translations.
|
| /xsrc/external/mit/xkeyboard-config/dist/geometry/digital_vndr/ |
| H A D | Makefile.in | 93 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
|