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

1 2

  /src/external/public-domain/xz/dist/src/common/
tuklib_gettext.h 39 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) macro
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
intl-compat.c 41 #undef ngettext macro
87 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) function
  /src/external/gpl2/grep/dist/intl/
intl-compat.c 44 # define ngettext ngettext__
77 #undef ngettext macro
113 ngettext (msgid1, msgid2, n) function
libgnuintl.h 80 extern char *ngettext _INTL_PARAMS ((const char *__msgid1,
126 # define ngettext(msgid1, msgid2, n) \ macro
  /src/external/gpl2/texinfo/dist/intl/
intl-compat.c 43 #undef ngettext macro
87 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) function
  /src/external/gpl3/binutils/dist/opcodes/
opintl.h 25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
41 # undef ngettext macro
42 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
53 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/binutils.old/dist/opcodes/
opintl.h 25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
41 # undef ngettext macro
42 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
53 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/gcc.old/dist/intl/
intl-compat.c 41 #undef ngettext macro
91 ngettext (msgid1, msgid2, n) function
  /src/external/gpl3/gdb.old/dist/opcodes/
opintl.h 25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
41 # undef ngettext macro
42 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
53 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/gdb/dist/opcodes/
opintl.h 25 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
41 # undef ngettext macro
42 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
53 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/bsd/flex/dist/src/
gettext.h 40 # define ngettext(Msgid1, Msgid2, N) \ macro
  /src/external/gpl2/diffutils/dist/lib/
gettext.h 40 # define ngettext(Msgid1, Msgid2, N) \ macro
  /src/external/gpl2/gmake/dist/
gettext.h 37 # define ngettext(Msgid1, Msgid2, N) \ macro
  /src/external/gpl2/texinfo/dist/lib/
gettext.h 49 # define ngettext(Msgid1, Msgid2, N) \ macro
  /src/external/gpl2/xcvs/dist/lib/
gettext.h 57 # define ngettext(Msgid1, Msgid2, N) \ macro
  /src/external/gpl3/binutils/dist/bfd/hosts/
alphavms.h 59 #define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/binutils/dist/gas/
asintl.h 46 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/binutils/dist/libctf/
ctf-intl.h 28 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
44 # undef ngettext macro
45 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
56 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
alphavms.h 59 #define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/binutils.old/dist/gas/
asintl.h 46 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-intl.h 28 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
44 # undef ngettext macro
45 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
56 # define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/gcc/dist/gcc/
intl.h 41 # define ngettext(singular,plural,n) fake_ngettext (singular, plural, n) macro
  /src/external/gpl3/gcc.old/dist/gcc/
intl.h 41 # define ngettext(singular,plural,n) fake_ngettext (singular, plural, n) macro
  /src/external/gpl3/gdb.old/dist/bfd/hosts/
alphavms.h 59 #define ngettext(Msgid1, Msgid2, n) \ macro
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-intl.h 28 /* Note the redefinition of gettext and ngettext here to use PACKAGE.
44 # undef ngettext macro
45 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
56 # define ngettext(Msgid1, Msgid2, n) \ macro

Completed in 35 milliseconds

1 2