HomeSort by: relevance | last modified time | path
    Searched refs:gettext (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
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("Disable backslash-based line continuations in GLSL source"))
    [all...]
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.GNUTranslations(f
    [all...]
  /xsrc/external/mit/libXpm/dist/cxpm/
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/
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("access control enabled, only authorized clients can connect\n"))
    [all...]
configure 12147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gettext" >&5
12148 printf %s "checking for library containing gettext... " >&6; }
12160 char gettext ();
12164 return gettext ();
  /xsrc/external/mit/xfd/dist/
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("number first character to show\n"))
    [all...]
configure 11117 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gettext" >&5
11118 printf %s "checking for library containing gettext... " >&6; }
11130 char gettext ();
11134 return gettext ();
  /xsrc/external/mit/xload/dist/
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);
  /xsrc/external/mit/libXpm/dist/sxpm/
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("Failed to parse or alloc some color")
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/fedora/
x86_build.sh 27 gettext \
  /xsrc/external/mit/xfontsel/dist/
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("no names match") )
    [all...]
configure 11673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gettext" >&5
11674 printf %s "checking for library containing gettext... " >&6; }
11692 char gettext (void);
11696 return gettext ();
  /xsrc/external/mit/MesaLib.old/dist/src/util/
Android.mk 70 # Generate options.h from gettext translations.
  /xsrc/external/mit/fontconfig/dist/
configure 15893 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
15894 printf %s "checking for GNU gettext in libc... " >&6; }
15917 return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
16665 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
16666 printf %s "checking for GNU gettext in libintl... " >&6; }
16697 return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
16735 return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
16761 && test "$PACKAGE" != gettext-runtime \
16762 && test "$PACKAGE" != gettext-tools; }; then
16795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&
    [all...]
  /xsrc/external/mit/libXpm/dist/
configure 19436 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gettext" >&5
19437 printf %s "checking for library containing gettext... " >&6; }
19449 char gettext ();
19453 return gettext ();

Completed in 34 milliseconds