Home
last modified time | relevance | path

Searched refs:ngettext (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dgettext.h35 # undef ngettext
36 # define ngettext(Msgid1, Msgid2, N) \ macro
74 # undef ngettext
75 # define ngettext(Msgid1, Msgid2, N) \ macro
81 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
/freebsd/cddl/contrib/opensolaris/head/
H A Dlibintl.h81 extern char *ngettext(const char *, const char *, unsigned long int);
/freebsd/contrib/diff/lib/
H A Dgettext.h47 # define ngettext(Msgid1, Msgid2, N) \ macro
/freebsd/sys/contrib/openzfs/config/
H A Dgettext.m430 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
31 dnl implementations (in libc or libintl) without the ngettext() function
64 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
112 *" need-ngettext "*) gt_api_version=2 ;;
149 gt_expression_test_code=' + * ngettext ("", "", 0)'
/freebsd/contrib/libxo/doc/
H A Dhowto.rst353 counter, ngettext("byte", "bytes", counter),
384 use by calling :manpage:`ngettext(3)`.
H A Dfield-modifiers.rst289 When used with the gettext modifier, the ngettext(3) function is
/freebsd/contrib/dialog/
H A Daclocal.m4314 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
315 dnl implementations (in libc or libintl) without the ngettext() function
7109 ifelse([$1], need-ngettext, [ + (int) ngettext ("", "", 0)], [])
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2357 fun:ngettext=uninstrumented
/freebsd/contrib/diff/
H A DChangeLog697 intl/ngettext.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c,