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

12

/macosx-10.9.5/bash-92/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.9.5/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.9.5/gnudiff-19/diffutils/lib/
H A Dgettext.h38 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dgettext.h48 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dgettext.h58 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dgettext.h57 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.9.5/bash-92/
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.9.5/gnutar-452/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.9.5/gnutar-452/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.9.5/libiconv-41/libiconv/srclib/
H A Dgettext.h58 # define ngettext(Msgid1, Msgid2, N) \ macro
/macosx-10.9.5/nano-11/src/
H A Dnano.h85 #define P_(singular, plural, number) ngettext(singular, plural, number)
/macosx-10.9.5/bash-92/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.9.5/vim-53/runtime/syntax/
H A Dphp.vim175 syn keyword phpFunctions bind_textdomain_codeset bindtextdomain dcgettext dcngettext dgettext dngettext gettext ngettext textdomain contained
/macosx-10.9.5/libiconv-41/libiconv/
H A Dconfigure22728 return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
23380 return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias ("")
23448 return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias ("")
[all...]

Completed in 325 milliseconds

12