HomeSort by: relevance | last modified time | path
    Searched defs:gettext (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/gpl2/groff/dist/src/include/
gettext.h 1 /* $NetBSD: gettext.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
3 /* This is a dummy header file to make getopt compile without gettext
6 #define gettext(s) s macro
  /src/external/cddl/osnet/dist/head/
libintl.h 35 #define gettext(...) (__VA_ARGS__) macro
77 extern char *gettext(const char *);
  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
support.h 25 * Standard gettext macros.
38 # define gettext(String) (String) macro
  /src/external/bsd/tre/dist/lib/
regerror.c 28 #define gettext(s) s macro
63 err = gettext(tre_error_messages[errcode]);
65 err = gettext("Unknown error");
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
intl-compat.c 1 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
28 /* This file redirects the gettext functions (without prefix) to those
31 of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which
38 #undef gettext macro
63 gettext (const char *msgid) function
  /src/external/gpl2/grep/dist/intl/
intl-compat.c 3 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
31 /* This file redirects the gettext functions (without prefix or suffix) to
32 those defined in the included GNU gettext library (with "__" suffix).
33 It is compiled into libintl when the included GNU gettext library is
34 configured --with-included-gettext.
37 the system libintl library contain gettext/textdomain/... functions.
41 # define gettext gettext__
56 1. those systems defining gettext/textdomain/... in the C library
60 2. those systems defining gettext/textdomain/... in a standalon
74 #undef gettext macro
86 gettext (msgid) function
    [all...]
libgnuintl.h 27 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
37 implementation of gettext. */
40 /* Resolve a platform specific conflict on DJGPP. GNU gettext takes
43 # undef gettext macro
44 # define gettext gettext macro
64 extern char *gettext _INTL_PARAMS ((const char *__msgid));
78 /* Similar to `gettext' but select the plural form corresponding to the
120 # define gettext(msgid) \ macro
  /src/external/gpl2/texinfo/dist/intl/
intl-compat.c 3 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
30 /* This file redirects the gettext functions (without prefix) to those
33 of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which
40 #undef gettext macro
63 gettext (const char *msgid) function
  /src/external/gpl3/binutils/dist/opcodes/
opintl.h 1 /* opintl.h - opcodes specific header for gettext code.
25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
39 # undef gettext macro
40 # define gettext(Msgid) dgettext (PACKAGE, Msgid) macro
43 # define _(String) gettext (String)
50 # define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/binutils.old/dist/opcodes/
opintl.h 1 /* opintl.h - opcodes specific header for gettext code.
25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
39 # undef gettext macro
40 # define gettext(Msgid) dgettext (PACKAGE, Msgid) macro
43 # define _(String) gettext (String)
50 # define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/gcc.old/dist/intl/
intl-compat.c 1 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
28 /* This file redirects the gettext functions (without prefix) to those
31 of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which
38 #undef gettext macro
61 gettext (msgid) function
  /src/external/gpl3/gdb.old/dist/opcodes/
opintl.h 1 /* opintl.h - opcodes specific header for gettext code.
25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
39 # undef gettext macro
40 # define gettext(Msgid) dgettext (PACKAGE, Msgid) macro
43 # define _(String) gettext (String)
50 # define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/gdb/dist/opcodes/
opintl.h 1 /* opintl.h - opcodes specific header for gettext code.
25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
39 # undef gettext macro
40 # define gettext(Msgid) dgettext (PACKAGE, Msgid) macro
43 # define _(String) gettext (String)
50 # define gettext(Msgid) (Msgid) macro
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/
GettextResource.java 1 /* GNU gettext for Java
20 package gnu.gettext;
28 * Using the GNU gettext approach, compiled message catalogs are normal
33 * GNU gettext approach are:
36 * In the GNU gettext approach, the keys are the English/ASCII version
43 * GNU gettext approach, the translation files are called
51 * In the GNU gettext approach, the <CODE>gettext</CODE> function
55 * plural handling. In the GNU gettext approach, we have the
59 * To compile GNU gettext message catalogs into Java ResourceBundle classes
75 public static String gettext (ResourceBundle catalog, String msgid) { method in class:GettextResource
    [all...]
  /src/external/bsd/flex/dist/src/
gettext.h 1 /* $NetBSD: gettext.h,v 1.2 2016/01/09 17:38:57 christos Exp $ */
37 # define gettext(Msgid) ((const char *) (Msgid)) macro
53 extraction of messages, but does not call gettext(). The run-time
  /src/external/gpl2/diffutils/dist/lib/
gettext.h 1 /* $NetBSD: gettext.h,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
37 # define gettext(Msgid) ((const char *) (Msgid)) macro
53 extraction of messages, but does not call gettext(). The run-time
  /src/external/gpl2/gmake/dist/
gettext.h 34 # define gettext(Msgid) ((const char *) (Msgid)) macro
50 extraction of messages, but does not call gettext(). The run-time
  /src/external/gpl2/texinfo/dist/lib/
gettext.h 1 /* $NetBSD: gettext.h,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
34 as well because people using "gettext.h" will not include <libintl.h>,
46 # define gettext(Msgid) ((const char *) (Msgid)) macro
62 extraction of messages, but does not call gettext(). The run-time
  /src/external/gpl2/xcvs/dist/lib/
gettext.h 32 as well because people using "gettext.h" will not include <libintl.h>,
54 # define gettext(Msgid) ((const char *) (Msgid)) macro
70 extraction of messages, but does not call gettext(). The run-time
  /src/external/gpl3/binutils/dist/bfd/hosts/
alphavms.h 56 #define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/binutils/dist/gas/
asintl.h 1 /* asintl.h - gas-specific header for gettext code.
36 # define _(String) gettext (String)
43 # define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/binutils/dist/libctf/
ctf-intl.h 1 /* ctf-intl.h - libctf specific header for gettext code.
28 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
42 # undef gettext macro
43 # define gettext(Msgid) dgettext (PACKAGE, Msgid) macro
46 # define _(String) gettext (String)
53 # define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
alphavms.h 56 #define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/binutils.old/dist/gas/
asintl.h 1 /* asintl.h - gas-specific header for gettext code.
36 # define _(String) gettext (String)
43 # define gettext(Msgid) (Msgid) macro
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-intl.h 1 /* ctf-intl.h - libctf specific header for gettext code.
28 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
42 # undef gettext macro
43 # define gettext(Msgid) dgettext (PACKAGE, Msgid) macro
46 # define _(String) gettext (String)
53 # define gettext(Msgid) (Msgid) macro

Completed in 122 milliseconds

1 2 3