Searched refs:ngettext (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
H A Dintl-compat.c41 #undef ngettext macro
91 ngettext (msgid1, msgid2, n) function
H A Dlibgnuintl.h.in175 static inline char *ngettext (const char *__msgid1, const char *__msgid2,
182 # define ngettext libintl_ngettext
184 extern char *ngettext _INTL_PARAMS ((const char *__msgid1,
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
H A Dintl-compat.c41 #undef ngettext macro
91 ngettext (msgid1, msgid2, n) function
H A Dlibgnuintl.h175 static inline char *ngettext (const char *__msgid1, const char *__msgid2, function
182 # define ngettext libintl_ngettext macro
184 extern char *ngettext _INTL_PARAMS ((const char *__msgid1,
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dgettext.h38 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dgettext.h48 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dgettext.h58 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dgettext.h57 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.10.1/bash-94.1.2/
H A Dlibgnuintl.h175 static inline char *ngettext (const char *__msgid1, const char *__msgid2, function
182 # define ngettext libintl_ngettext macro
184 extern char *ngettext _INTL_PARAMS ((const char *__msgid1,
H A Dlibintl.h175 static inline char *ngettext (const char *__msgid1, const char *__msgid2, function
182 # define ngettext libintl_ngettext macro
184 extern char *ngettext _INTL_PARAMS ((const char *__msgid1,
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgettext.h28 the gettext() and ngettext() macros. This is an alternative to calling
34 # undef ngettext macro
35 # define ngettext(Msgid1, Msgid2, N) \ macro
70 # define ngettext(Msgid1, Msgid2, N) \ macro
75 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
H A Dpaxerror.c179 ngettext ("%s: Read error at byte %s, while reading %lu byte",
192 ngettext ("%s: Warning: Read error at byte %s, while reading %lu byte",
211 ngettext ("%s: Read error at byte %s, while reading %lu byte",
349 ngettext ("%s: Wrote only %lu of %lu byte",
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dupdate.c86 ngettext ("%s: File shrank by %s byte",
H A Dcompare.c96 ngettext ("Could only read %lu of %lu byte",
597 ngettext ("VERIFY FAILURE: %d invalid header detected",
H A Dbuffer.c742 ngettext ("Unaligned block (%lu byte) in archive",
762 ngettext ("Record size = %lu block",
H A Dtar.c2170 ngettext ("%s: Volume label is too long (limit is %lu byte)",
H A Dcreate.c1089 ngettext ("%s: File shrank by %s byte; padding with zeros",
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Ddoctools.js124 // gettext and ngettext don't access this so that the functions
133 ngettext : function(singular, plural, n) {
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dgettext.h58 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.10.1/nano-12/src/
H A Dnano.h85 #define P_(singular, plural, number) ngettext(singular, plural, number)
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DMANIFEST267 lib/intl/ngettext.c f
H A Dconfigure8878 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
9324 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias (0)
9379 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias (0)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dphp.vim175 syn keyword phpFunctions bind_textdomain_codeset bindtextdomain dcgettext dcngettext dgettext dngettext gettext ngettext textdomain contained

Completed in 189 milliseconds

12