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

1 2 3 4 5

  /src/external/gpl2/gettext/dist/gettext-runtime/man/
ngettext.x 2 ngettext \- translate message and choose plural form
Makefile.am 27 man_aux = gettext.x ngettext.x envsubst.x
31 man_MAN1GEN = gettext.1 ngettext.1
32 man_MAN1IN = gettext.1.in ngettext.1.in
35 man_MAN3 = gettext.3 ngettext.3 \
37 man_MAN3IN = gettext.3.in ngettext.3.in \
42 man_HTMLGEN = gettext.1.html ngettext.1.html
43 man_HTMLIN = gettext.1.html.in ngettext.1.html.in
46 gettext.3.html ngettext.3.html \
83 ngettext.1: ngettext.1.in Makefil
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/doc/
Makefile.am 25 EXTRA_DIST += rt-gettext.texi rt-ngettext.texi rt-envsubst.texi
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-sh-1 316 ngettext depth_0_none_0_semi ;
317 ngettext depth_0_none_1_semi \;
318 ngettext depth_0_none_2_semi \\;
319 ngettext "depth_0_dquote_0_semi ;"
320 ngettext "depth_0_dquote_1_semi \;"
321 ngettext "depth_0_dquote_2_semi \\;"
322 ngettext 'depth_0_squote_0_semi ;'
323 ngettext 'depth_0_squote_1_semi \;'
324 ngettext 'depth_0_squote_2_semi \\;'
326 echo `ngettext depth_1_0_none_0_semi ;
    [all...]
plural-1-prg.c 42 printf (ngettext ("a piece of cake", "%d pieces of cake", n), n);
xgettext-java-4 14 test.ngettext(test, "test 1", "plural test");
21 ${XGETTEXT} --omit-header --no-location --keyword=ngettext:2,3 -d xg-j-4 xg-j-4.java
xgettext-java-3 14 test.ngettext("test 1", "plural test");
  /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/gpl2/gettext/dist/gettext-runtime/src/
Makefile.am 26 bin_PROGRAMS = gettext ngettext envsubst
37 ngettext_SOURCES = ngettext.c
gettext.sh.in 96 ngettext "$1" "$2" "$3" | (export PATH `envsubst --variables "$1 $2"`; envsubst "$1 $2")
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
ngettext.c 1 /* Implementation of ngettext(3) function.
46 # define NGETTEXT __ngettext
49 # define NGETTEXT libintl_ngettext
57 NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n)
64 weak_alias (__ngettext, ngettext);
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/
ngettext.c 1 /* $NetBSD: ngettext.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
3 /* Implementation of ngettext(3) function.
48 # define NGETTEXT __ngettext
51 # define NGETTEXT ngettext__
59 NGETTEXT (msgid1, msgid2, n)
69 weak_alias (__ngettext, ngettext);
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/
ngettext.c 1 /* $NetBSD: ngettext.c,v 1.1.1.1 2016/01/14 00:11:28 christos Exp $ */
3 /* Implementation of ngettext(3) function.
48 # define NGETTEXT __ngettext
51 # define NGETTEXT libintl_ngettext
59 NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n)
66 weak_alias (__ngettext, ngettext);
  /src/external/gpl3/gcc.old/dist/intl/
ngettext.c 1 /* Implementation of ngettext(3) function.
46 # define NGETTEXT __ngettext
49 # define NGETTEXT libintl_ngettext
57 NGETTEXT (msgid1, msgid2, n)
67 weak_alias (__ngettext, ngettext);
  /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/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/lib/libintl/
Makefile 16 gettext.3 ngettext.3 gettext.3 dngettext.3 \
  /src/external/bsd/flex/dist/src/
gettext.h 40 # define ngettext(Msgid1, Msgid2, N) \ macro
  /src/external/cddl/osnet/dist/head/
libintl.h 89 extern char *ngettext(const char *, const char *, unsigned long int);
  /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

Completed in 48 milliseconds

1 2 3 4 5