Lines Matching refs:gettext
25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
36 implementation of gettext. */
44 /* Resolve a platform specific conflict on DJGPP. GNU gettext takes
47 # undef gettext
56 necessary, because some systems define gettext/textdomain/... in the C
74 Since Solaris gettext() behaves differently than GNU gettext(), this
77 The redirection happens by default through macros in C, so that &gettext
80 class methods called 'gettext'. */
110 static inline char *gettext (const char *__msgid) function
116 # define gettext libintl_gettext
118 extern char *gettext (const char *__msgid)
158 /* Similar to `gettext' but select the plural form corresponding to the
278 in source files that #include <libintl.h> or #include "gettext.h".
280 or gettext() but for which the format string could be the return value
281 of _() or gettext() need to add this #include. Oh well. */