Home
last modified time | relevance | path

Searched refs:plural (Results 1 – 20 of 20) sorted by relevance

/f-stack/tools/netstat/
H A Dipsec.c165 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 Dinet.c629 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 Dinet6.c372 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 Dpfkey.c129 xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f)) in pfkey_stats()
H A Dnetstat.h85 const char *plural(uintmax_t);
H A Dmroute6.c245 xo_emit(m, (uintmax_t)mrtstat.f, plural(mrtstat.f)) in mrt6_stats()
H A Dif.c125 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 Droute.c732 xo_emit(m, rtstat.f, plural(rtstat.f)) in rt_stats()
750 rttrash, plural(rttrash)); in rt_stats()
H A Dmroute.c430 xo_emit(m, (uintmax_t)mrtstat.f, plural(mrtstat.f)) in mrt_stats()
H A Dsctp.c596 xo_emit(m, (uintmax_t)sctpstat.f, plural(sctpstat.f)) in sctp_stats()
H A Dmain.c926 plural(uintmax_t n) in plural() function
/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst26 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 Dhowto.rst380 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 Dencoders.rst184 as the plural form of "leaf". libxo follows that convention.
H A Dapi.rst740 suggested that the name be singular, not plural, as a matter of
/f-stack/tools/libxo/xopo/
H A Dxopo.c42 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 Dldns.po18 "Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n"
H A Dgt_01.po18 "Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n"
H A Dstrerror.po42 "Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n"
/f-stack/tools/libxo/libxo/
H A Dlibxo.c3113 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()