| /f-stack/tools/netstat/ |
| H A D | ipsec.c | 165 xo_emit(m, (uintmax_t)ipsecstat->f, plural(ipsecstat->f)) in print_ipsecstats() 270 (uintmax_t)ahstat->f, plural(ahstat->f)) in print_ahstats() 329 (uintmax_t)espstat->f, plural(espstat->f)) in print_espstats() 390 (uintmax_t)ipcompstat->f, plural(ipcompstat->f)) in print_ipcompstats()
|
| H A D | inet.c | 629 xo_emit(m, (uintmax_t )tcpstat.f, plural(tcpstat.f)) in tcp_stats() 633 xo_emit(m, (uintmax_t )tcpstat.f1, plural(tcpstat.f1), \ in tcp_stats() 634 (uintmax_t )tcpstat.f2, plural(tcpstat.f2)) in tcp_stats() 636 xo_emit(m, (uintmax_t )tcpstat.f1, plural(tcpstat.f1), \ in tcp_stats() 908 xo_emit("\t" m, (uintmax_t)udpstat.f, plural(udpstat.f)) in udp_stats() 965 xo_emit(m, (uintmax_t)carpstat.f, plural(carpstat.f)) in carp_stats() 1020 xo_emit(m, (uintmax_t )ipstat.f, plural(ipstat.f)) in ip_stats() 1105 xo_emit("\t" m, (uintmax_t)arpstat.f, plural(arpstat.f)) in arp_stats() 1193 xo_emit(m, icmpstat.f, plural(icmpstat.f)) in icmp_stats() 1324 xo_emit(m, (uintmax_t) igmpstat.f, plural(igmpstat.f)) in igmp_stats() [all …]
|
| H A D | inet6.c | 372 xo_emit(m, (uintmax_t)ip6stat.f, plural(ip6stat.f)) in ip6_stats() 618 plural(ifr.ifr_ifru.ifru_stat.f)) 965 xo_emit(m, (uintmax_t)icmp6stat.f, plural(icmp6stat.f)) 1090 plural(ifr.ifr_ifru.ifru_icmp6stat.f)) 1207 xo_emit(m, (uintmax_t)pim6stat.f, plural(pim6stat.f)) 1244 xo_emit(m, (uintmax_t)rip6stat.f, plural(rip6stat.f))
|
| H A D | pfkey.c | 129 xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f)) in pfkey_stats()
|
| H A D | netstat.h | 85 const char *plural(uintmax_t);
|
| H A D | mroute6.c | 245 xo_emit(m, (uintmax_t)mrtstat.f, plural(mrtstat.f)) in mrt6_stats()
|
| H A D | if.c | 125 pfsyncacts[i], plural(*a), desc); in pfsync_acts_stats() 148 xo_emit(m, (uintmax_t)pfsyncstat.f, plural(pfsyncstat.f)) in pfsync_stats()
|
| H A D | route.c | 732 xo_emit(m, rtstat.f, plural(rtstat.f)) in rt_stats() 750 rttrash, plural(rttrash)); in rt_stats()
|
| H A D | mroute.c | 430 xo_emit(m, (uintmax_t)mrtstat.f, plural(mrtstat.f)) in mrt_stats()
|
| H A D | sctp.c | 596 xo_emit(m, (uintmax_t)sctpstat.f, plural(sctpstat.f)) in sctp_stats()
|
| H A D | main.c | 926 plural(uintmax_t n) in plural() function
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-modifiers.rst | 26 p plural Gettext: Use comma-separated plural form 148 See :ref:`gettext-role`, :ref:`plural-modifier`, and 274 The plural modifier selects the appropriate plural form of an 277 and plural English values, separated by a comma:: 281 The plural modifier is meant to work with the gettext modifier ({g:}) 291 convert the singular and plural forms into the native language.
|
| H A D | howto.rst | 380 The field "{Ngp:byte,bytes}" shows an example of plural form using the 381 "{p:}" modifier with the "{g:}" modifier. The base singular and plural
|
| H A D | encoders.rst | 184 as the plural form of "leaf". libxo follows that convention.
|
| H A D | api.rst | 740 suggested that the name be singular, not plural, as a matter of
|
| /f-stack/tools/libxo/xopo/ |
| H A D | xopo.c | 42 xopo_msg_cb (const char *str, unsigned len, int plural) in xopo_msg_cb() argument 53 if (plural) { in xopo_msg_cb()
|
| /f-stack/tools/libxo/tests/gettext/po/pig_latin/ |
| H A D | ldns.po | 18 "Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n"
|
| H A D | gt_01.po | 18 "Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n"
|
| H A D | strerror.po | 42 "Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n"
|
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 3113 xo_dngettext (xo_handle_t *xop, const char *sing, const char *plural, in xo_dngettext() argument 3119 res = dngettext(domainname, sing, plural, n); in xo_dngettext() 3126 xo_printable(plural), n, xo_printable(res)); in xo_dngettext() 3139 const char *plural, unsigned long int n) in xo_dngettext() argument 3141 return (n == 1) ? singular : plural; in xo_dngettext()
|