Home
last modified time | relevance | path

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

12

/dragonfly/contrib/binutils-2.34/opcodes/
HDopintl.h41 # undef ngettext
42 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
53 # define ngettext(Msgid1, Msgid2, n) \ macro
/dragonfly/contrib/grep/lib/
HDgettext.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))
/dragonfly/contrib/binutils-2.34/bfd/
HDsysdep.h202 # undef ngettext
203 # define ngettext(Msgid1, Msgid2, n) dngettext (PACKAGE, Msgid1, Msgid2, n) macro
214 # define ngettext(Msgid1, Msgid2, n) \ macro
/dragonfly/contrib/xz/src/common/
HDtuklib_gettext.h40 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) macro
/dragonfly/contrib/flex/src/
HDgettext.h38 # define ngettext(Msgid1, Msgid2, N) \ macro
/dragonfly/contrib/cvs-1.12/lib/
HDgettext.h57 # define ngettext(Msgid1, Msgid2, N) \ macro
/dragonfly/contrib/gcc-8.0/gcc/
HDintl.h41 # define ngettext(singular,plural,n) fake_ngettext (singular, plural, n) macro
HDsubstring-locations.c162 const char *text = ngettext (singular_gmsgid, plural_gmsgid, gtn); in format_warning_n_va()
HDcollect2.c1692 notice_translated (ngettext ("%d constructor found\n", in main()
1696 notice_translated (ngettext ("%d destructor found\n", in main()
1700 notice_translated (ngettext ("%d frame table found\n", in main()
HDdiagnostic.c1129 const char *text = ngettext (singular_gmsgid, plural_gmsgid, gtn); in diagnostic_n_impl()
/dragonfly/contrib/gcc-4.7/gcc/
HDintl.h42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) macro
HDdiagnostic.c662 ngettext (singular_gmsgid, plural_gmsgid, n), in inform_n()
774 ngettext (singular_gmsgid, plural_gmsgid, n), in error_n()
HDcollect2.c1796 notice_translated (ngettext ("%d constructor found\n", in main()
1800 notice_translated (ngettext ("%d destructor found\n", in main()
1804 notice_translated (ngettext("%d frame table found\n", in main()
/dragonfly/contrib/binutils-2.34/gas/
HDasintl.h48 # define ngettext(Msgid1, Msgid2, n) \ macro
HDwrite.c1112 ngettext ("value of %s too large for field " in fixup_segment()
1470 as_fatal (ngettext ("can't extend frag %lu char", in compress_debug()
1622 as_fatal (ngettext ("can't write %ld byte " in write_contents()
1648 as_fatal (ngettext ("can't fill %ld byte " in write_contents()
1675 as_fatal (ngettext ("can't fill %ld byte " in write_contents()
1711 as_fatal (ngettext ("can't fill %ld byte " in write_contents()
2670 ngettext ("alignment padding (%lu byte) " in relax_segment()
HDas.c1409 ngettext ("%d warning", "%d warnings", n_warns), n_warns); in main()
1411 ngettext ("%d error", "%d errors", n_errs), n_errs); in main()
HDfrags.c115 as_fatal (ngettext ("can't extend frag %lu char", in frag_grow()
HDread.c4470 as_warn (ngettext ("bignum truncated to %d byte", in emit_expr_with_reloc()
4549 as_bad (ngettext ("%s relocations do not fit in %u byte", in emit_expr_fix()
/dragonfly/contrib/binutils-2.34/binutils/
HDsysdep.h162 # define ngettext(Msgid1, Msgid2, n) \ macro
HDreadelf.c5134 printf (ngettext ("There is %d program header, starting at offset %s\n", in process_program_headers()
6135 printf (ngettext ("There is %d section header, " in process_section_headers()
7353 printf (ngettext (" at offset 0x%lx contains %lu entry:\n", in process_relocs()
8293 printf (ngettext ("\nUnwind section '%s' at offset 0x%lx " in hppa_process_unwind()
9408 printf (ngettext ("\nUnwind section '%s' at offset 0x%lx " in arm_process_unwind()
10022 printf (ngettext ("\nDynamic section at offset 0x%lx " in process_dynamic_section()
10585 printf (ngettext ("\nVersion definition section '%s' " in process_version_sections()
10722 printf (ngettext ("\nVersion needs section '%s' " in process_version_sections()
10878 printf (ngettext ("\nVersion symbols section '%s' " in process_version_sections()
11995 printf (ngettext ("\nSymbol table '%s' contains %lu entry:\n", in process_symbol_table()
[all …]
HDdwarf.c385 error (ngettext ("internal error: attempt to read %d byte " \
3943 printf (ngettext (" Opcode %d has %d arg\n", in display_debug_lines_raw()
6447 warn (ngettext ("There is %ld unused byte at the end of section %s\n", in display_debug_loc()
8938 printf (ngettext ("Used %zu of %lu bucket.\n", in display_debug_names()
9562 warn (ngettext ("Section %s is too small for %u slot\n", in process_cu_tu_index()
/dragonfly/contrib/binutils-2.34/gold/
HDsystem.h52 # define ngettext(Msgid1, Msgid2, n) \ macro
/dragonfly/contrib/binutils-2.34/ld/
HDld.h58 # define ngettext(Msgid1, Msgid2, n) \ macro
HDldlang.c5368 einfo (ngettext ("%X%P: region `%s' overflowed by %lu byte\n", in lang_check_section_addresses()
5596 einfo (ngettext ("%P: warning: changing start of " in lang_size_sections_1()
/dragonfly/contrib/xz/src/xz/
HDlist.c1057 printf(ngettext("%s file\n", "%s files\n", in print_totals_basic()

12