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

1 2 3 4 5 6

  /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
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 *);
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
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");
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
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
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
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
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
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
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
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

Completed in 43 milliseconds

1 2 3 4 5 6