Home
last modified time | relevance | path

Searched refs:ngettext (Results 1 – 11 of 11) 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/xz/src/common/
H A Dtuklib_gettext.h39 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) macro
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dchpw.c438 k5_buf_add_fmt(&buf, ngettext("The password must contain at least %d " in decode_ad_policy_info()
447 k5_buf_add_fmt(&buf, ngettext("The password must be different from " in decode_ad_policy_info()
459 k5_buf_add_fmt(&buf, ngettext("The password can only be changed once " in decode_ad_policy_info()
/freebsd/sys/contrib/openzfs/config/
H A Dgettext.m431 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
32 dnl implementations (in libc or libintl) without the ngettext() function
65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
113 *" need-ngettext "*) gt_api_version=2 ;;
150 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/crypto/krb5/src/include/
H A Dk5-platform.h1099 #define ngettext(m1, m2, n) (((n) == 1) ? m1 : m2) macro
/freebsd/contrib/xz/src/xz/
H A Dlist.c1203 printf(ngettext("%s file\n", "%s files\n", in print_totals_basic()
/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