Home
last modified time | relevance | path

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

1234

/freebsd/usr.sbin/periodic/
H A Dperiodic.sh152 [ $processed = 1 ] && plural= || plural=s
153 echo "No output from the $processed file$plural processed"
/freebsd/usr.bin/netstat/
H A Dipsec.c154 xo_emit(m, (uintmax_t)ipsecstat->f, plural(ipsecstat->f)) in print_ipsecstats()
262 (uintmax_t)ahstat->f, plural(ahstat->f)) in print_ahstats()
321 (uintmax_t)espstat->f, plural(espstat->f)) in print_espstats()
382 (uintmax_t)ipcompstat->f, plural(ipcompstat->f)) in print_ipcompstats()
H A Dinet.c599 xo_emit(m, (uintmax_t )tcpstat.f, plural(tcpstat.f)) in tcp_stats()
603 xo_emit(m, (uintmax_t )tcpstat.f1, plural(tcpstat.f1), \ in tcp_stats()
604 (uintmax_t )tcpstat.f2, plural(tcpstat.f2)) in tcp_stats()
606 xo_emit(m, (uintmax_t )tcpstat.f1, plural(tcpstat.f1), \ in tcp_stats()
917 xo_emit("\t" m, (uintmax_t)udpstat.f, plural(udpstat.f)) in udp_stats()
974 xo_emit(m, (uintmax_t)carpstat.f, plural(carpstat.f)) in carp_stats()
1029 xo_emit(m, (uintmax_t )ipstat.f, plural(ipstat.f)) in ip_stats()
1202 xo_emit(m, icmpstat.f, plural(icmpstat.f)) in icmp_stats()
1333 xo_emit(m, (uintmax_t) igmpstat.f, plural(igmpstat.f)) in igmp_stats()
1393 xo_emit(m, (uintmax_t)pimstat.f, plural(pimstat.f)) in pim_stats()
[all …]
H A Dinet6.c364 xo_emit(m, (uintmax_t)ip6stat.f, plural(ip6stat.f)) in ip6_stats()
610 plural(ifr.ifr_ifru.ifru_stat.f)) in ip6_ifstats()
953 xo_emit(m, (uintmax_t)icmp6stat.f, plural(icmp6stat.f)) in icmp6_stats()
1080 plural(ifr.ifr_ifru.ifru_icmp6stat.f)) in icmp6_ifstats()
1193 xo_emit(m, (uintmax_t)pim6stat.f, plural(pim6stat.f)) in pim6_stats()
1230 xo_emit(m, (uintmax_t)rip6stat.f, plural(rip6stat.f)) in rip6_stats()
H A Dpfkey.c120 xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f)) in pfkey_stats()
H A Dif.c121 pfsyncacts[i], plural(*a), desc); in pfsync_acts_stats()
144 xo_emit(m, (uintmax_t)pfsyncstat.f, plural(pfsyncstat.f)) in pfsync_stats()
199 xo_emit(m, (uintmax_t)pflowstat.f, plural(pflowstat.f)) in pflow_stats()
H A Dnetstat.h76 const char *plural(uintmax_t);
/freebsd/usr.bin/dtc/
H A Dchecking.cc57 bool plural = deleted.size() > 1; in check_node() local
59 errmsg += plural ? "nodes" : "node"; in check_node()
61 errmsg += plural ? "were" : "was"; in check_node()
/freebsd/contrib/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.
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp141 return ((plural) ? "sockets" : "socket"); in __kmp_hw_get_keyword()
143 return ((plural) ? "dice" : "die"); in __kmp_hw_get_keyword()
145 return ((plural) ? "modules" : "module"); in __kmp_hw_get_keyword()
147 return ((plural) ? "tiles" : "tile"); in __kmp_hw_get_keyword()
151 return ((plural) ? "l3_caches" : "l3_cache"); in __kmp_hw_get_keyword()
159 return ((plural) ? "cores" : "core"); in __kmp_hw_get_keyword()
161 return ((plural) ? "threads" : "thread"); in __kmp_hw_get_keyword()
166 return ((plural) ? "unknowns" : "unknown"); in __kmp_hw_get_keyword()
780 bool plural; in print() local
787 plural = (c > 1); in print()
[all …]
/freebsd/contrib/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()
/freebsd/contrib/libfido2/tools/
H A Dextern.h43 const char *plural(size_t);
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dldns.po18 "Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td173 "%plural{8:storage duration|:lifetime}0 has ended">;
268 "asserted %2 %plural{1:byte|:bytes}2">;
271 "%plural{1:byte|:bytes}1">;
379 "%plural{2:'delete' used to delete pointer to object "
488 "class has %0 base %plural{1:class|:classes}0">;
618 "%4 base %plural{1:class|:classes}4|"
619 "%4 virtual base %plural{1:class|:classes}4|"
628 "%2 base %plural{1:class|:classes}2|"
629 "%2 virtual base %plural{1:class|:classes}2|"
896 "%4 referenced %plural{1:protocol|:protocols}4|"
[all …]
/freebsd/usr.bin/at/
H A Dparsetime.c79 int plural; /* is this plural? */ member
166 sc_tokplur = Specials[i].plural; in parse_token()
/freebsd/contrib/dialog/po/
H A Dsr.po18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%…
H A Dzh_TW.po18 "Plural-Forms: nplurals=1; plural=0;\n"
H A Dru.po21 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n…
H A Dan.po17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
H A Dku.po19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
H A Dlt.po17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? …
H A Dde.po20 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
H A Dcs.po20 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
H A Dfi.po20 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
H A Dfur.po19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"

1234