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

12345678

/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/man/
H A Dngettext.x2 ngettext \- translate message and choose plural form
H A DMakefile.am27 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
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/doc/
H A DMakefile.am25 EXTRA_DIST += rt-gettext.texi rt-ngettext.texi rt-envsubst.texi
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-sh-1316 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_sem
[all...]
H A Dplural-1-prg.c42 printf (ngettext ("a piece of cake", "%d pieces of cake", n), n);
H A Dxgettext-java-414 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
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dopintl.h25 /* 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
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dopintl.h25 /* 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
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dopintl.h25 /* 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
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dopintl.h25 /* 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
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/src/
H A DMakefile.am26 bin_PROGRAMS = gettext ngettext envsubst
37 ngettext_SOURCES = ngettext.c
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
64 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dngettext.c1 /* $NetBSD: ngettext.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
3 /* Implementation of ngettext(3) function.
69 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dngettext.c1 /* $NetBSD: ngettext.c,v 1.1.1.1 2016/01/14 00:11:28 christos Exp $ */
3 /* Implementation of ngettext(3) function.
66 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
67 weak_alias (__ngettext, ngettext);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-intl.h28 /* 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
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-intl.h28 /* 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
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-intl.h28 /* 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
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-intl.h28 /* 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
/netbsd-current/external/gpl2/gmake/dist/
H A Dgettext.h37 # define ngettext(Msgid1, Msgid2, N) \ macro

Completed in 286 milliseconds

12345678