Searched refs:ngettext (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | gettext.h | 35 # 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 D | libintl.h | 81 extern char *ngettext(const char *, const char *, unsigned long int);
|
| /freebsd/contrib/xz/src/common/ |
| H A D | tuklib_gettext.h | 39 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) macro
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | chpw.c | 438 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 D | gettext.m4 | 31 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 D | howto.rst | 353 counter, ngettext("byte", "bytes", counter), 384 use by calling :manpage:`ngettext(3)`.
|
| H A D | field-modifiers.rst | 289 When used with the gettext modifier, the ngettext(3) function is
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-platform.h | 1099 #define ngettext(m1, m2, n) (((n) == 1) ? m1 : m2) macro
|
| /freebsd/contrib/xz/src/xz/ |
| H A D | list.c | 1203 printf(ngettext("%s file\n", "%s files\n", in print_totals_basic()
|
| /freebsd/contrib/dialog/ |
| H A D | aclocal.m4 | 314 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 D | libc_ubuntu1404_abilist.txt | 2357 fun:ngettext=uninstrumented
|