Searched refs:gettext (Results 1 - 25 of 114) sorted by relevance

12345

/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dintl.c20 #ifndef gettext
27 gettext(0);
/macosx-10.9.5/groff-38/groff/src/include/
H A Dgettext.h1 /* This is a dummy header file to make getopt compile without gettext
4 #define gettext(s) s macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dxalloc-die.c29 #include "gettext.h"
30 #define _(msgid) gettext (msgid)
H A Dxstrtol.h27 # include "gettext.h"
62 error ((Exit_code), 0, gettext ("invalid %s `%s'"), \
69 gettext ("invalid character following %s in `%s'"), \
74 error ((Exit_code), 0, gettext ("%s `%s' too large"), \
H A Dopenat-die.c26 #include "gettext.h"
27 #define _(msgid) gettext (msgid)
H A Dcloseout.c28 #include "gettext.h"
29 #define _(msgid) gettext (msgid)
/macosx-10.9.5/text_cmds-87/sort/
H A Dxalloc-die.c31 #include "gettext.h"
32 #define _(msgid) gettext (msgid)
H A Dcloseout.c30 #include "gettext.h"
31 #define _(msgid) gettext (msgid)
H A Dxmemcoll.c27 #include "gettext.h"
28 #define _(msgid) gettext (msgid)
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashintl.h30 #include "gettext.h"
36 #define _(msgid) gettext(msgid)
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dgettext.c1 /* Implementation of gettext(3) function.
63 weak_alias (__gettext, gettext);
H A Dintl-compat.c1 /* 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
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dgettext.c1 /* Implementation of gettext(3) function.
63 weak_alias (__gettext, gettext);
H A Dintl-compat.c1 /* 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
H A Dlibgnuintl.h25 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 macro
66 necessary, because some systems define gettext/textdomain/... in the C
84 Since Solaris gettext() behaves differently than GNU gettext(), this
87 The redirection happens by default through macros in C, so that &gettext
90 class methods called 'gettext'. */
120 static inline char *gettext (cons function
126 # define gettext macro
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dopintl.h1 /* opintl.h - opcodes specific header for gettext code.
15 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
35 # define gettext(Msgid) (Msgid) macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dlocalize.h27 # define _(s) gettext(s)
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dgettext.h35 # define gettext(Msgid) ((const char *) (Msgid)) macro
51 extraction of messages, but does not call gettext(). The run-time
H A Dxmalloc.c35 # define _(Text) gettext (Text)
62 before exiting when memory is exhausted. Goes through gettext. */
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkuser_locl.h95 #define N_(x,y) gettext(x)
97 #define getarg_i18n gettext
/macosx-10.9.5/vim-53/src/po/
H A DMake_cyg.mak86 # gettext binaries
88 #GETTEXT_PATH = C:/gettext.win32/bin/
89 #GETTEXT_PATH = C:/gettext-0.10.35-w32/win32/Release/
93 # The OLD_PO_FILE_INPUT and OLD_PO_FILE_OUTPUT are for the new GNU gettext
95 # compatible with Solaris (and old gettext implementations) unless these are
96 # set. gettext 0.10.36 will not work!
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dgettext.h33 as well because people using "gettext.h" will not include <libintl.h>,
45 # define gettext(Msgid) ((const char *) (Msgid)) macro
61 extraction of messages, but does not call gettext(). The run-time
/macosx-10.9.5/bash-92/
H A Dlibgnuintl.h25 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 macro
66 necessary, because some systems define gettext/textdomain/... in the C
84 Since Solaris gettext() behaves differently than GNU gettext(), this
87 The redirection happens by default through macros in C, so that &gettext
90 class methods called 'gettext'. */
120 static inline char *gettext (cons function
126 # define gettext macro
[all...]
H A Dlibintl.h25 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 macro
66 necessary, because some systems define gettext/textdomain/... in the C
84 Since Solaris gettext() behaves differently than GNU gettext(), this
87 The redirection happens by default through macros in C, so that &gettext
90 class methods called 'gettext'. */
120 static inline char *gettext (cons function
126 # define gettext macro
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dgettext.h33 as well because people using "gettext.h" will not include <libintl.h>,
55 # define gettext(Msgid) ((const char *) (Msgid)) macro
71 extraction of messages, but does not call gettext(). The run-time

Completed in 181 milliseconds

12345