HomeSort by: relevance | last modified time | path
    Searched defs:plural (Results 1 - 24 of 24) sorted by relevancy

  /src/distrib/common/
buildfloppies.sh 59 plural() function
164 "too big to fit on ${maxdisks} disk"$(plural ${maxdisks})
172 "on ${numdisks} disk"$(plural ${numdisks})"," \
177 "on ${numdisks} disk"$(plural ${numdisks})"," \
  /src/external/gpl2/gettext/dist/gettext-tools/src/
plural-count.c 0 /* Plural form count.
24 #include "plural-count.h"
26 #include "plural-exp.h"
28 /* Extract the number of plural forms from a header entry. */
33 struct expression *plural; local
36 extract_plural_expression (header, &plural, &nplurals);
msgl-check.c 38 #include "plural-exp.h"
39 #include "plural-eval.h"
40 #include "plural-table.h"
55 of length NPLURALS_VALUE describing which plural formula values appear
63 /* Do as if the plural formula assumes a value N infinitely often if it
92 _("plural expression can produce negative values"));
102 msg = xasprintf (_("nplurals = %lu but plural expression can produce values as large as %lu"),
143 msg = _("plural expression can produce division by zero");
148 msg = _("plural expression can produce integer overflow");
153 msg = _("plural expression can produce arithmetic exceptions, possibly division by zero")
258 const char *plural; local
    [all...]
write-csharp.c 89 #include "plural-exp.h"
227 has plural forms, it is an expression of type System.String[], otherwise it
258 /* Tests whether a plural expression, evaluated according to the C rules,
293 /* Write C# code that evaluates a plural expression according to the C rules.
511 /* Determine whether there are plural messages. */
562 struct expression *plural; local
567 &plural, &nplurals);
571 write_csharp_expression (stream, plural, false);
write-java.c 72 #include "plural-exp.h"
382 has plural forms, it is an expression of type String[], otherwise it is
452 /* Tests whether a plural expression, evaluated according to the C rules,
487 /* Write Java code that evaluates a plural expression according to the C rules.
691 /* Determine whether there are plural messages. */
866 struct expression *plural; local
871 &plural, &nplurals);
875 write_java_expression (stream, plural, false);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural-exp.c 1 /* Expression parsing for plural form selection.
28 #include "plural-exp.h"
33 /* These structs are the constant expression for the germanic plural
104 const char *plural; local
107 plural = strstr (nullentry, "plural=");
109 if (plural == NULL || nplurals == NULL)
137 plural += 7;
138 args.cp = plural;
147 for `one', the plural form otherwise. Yes, this is also wha
    [all...]
gettextP.h 185 struct expression *plural; member in struct:loaded_domain
  /src/external/gpl2/grep/dist/intl/
plural-exp.c 1 /* $NetBSD: plural-exp.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
3 /* Expression parsing for plural form selection.
30 #include "plural-exp.h"
35 /* These structs are the constant expression for the germanic plural
108 const char *plural; local
111 plural = strstr (nullentry, "plural=");
113 if (plural == NULL || nplurals == NULL)
141 plural += 7;
142 args.cp = plural;
    [all...]
gettextP.h 99 struct expression *plural; member in struct:loaded_domain
dcigettext.c 74 #include "plural-exp.h"
386 /* Get the function to evaluate the plural expression. */
387 #include "eval-plural.h"
390 CATEGORY locale and, if PLURAL is nonzero, search over string
391 depending on the plural form determined by N. */
393 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
397 int plural; variable
452 /* Now deal with plural. */
453 if (plural)
520 return (plural ==
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
plural-exp.c 1 /* $NetBSD: plural-exp.c,v 1.1.1.1 2016/01/14 00:11:28 christos Exp $ */
3 /* Expression parsing for plural form selection.
30 #include "plural-exp.h"
35 /* These structs are the constant expression for the germanic plural
106 const char *plural; local
109 plural = strstr (nullentry, "plural=");
111 if (plural == NULL || nplurals == NULL)
139 plural += 7;
140 args.cp = plural;
    [all...]
gettextP.h 126 struct expression *plural; member in struct:loaded_domain
  /src/external/gpl3/gcc.old/dist/intl/
plural-exp.c 1 /* Expression parsing for plural form selection.
28 #include "plural-exp.h"
33 /* These structs are the constant expression for the germanic plural
106 const char *plural; local
109 plural = strstr (nullentry, "plural=");
111 if (plural == NULL || nplurals == NULL)
139 plural += 7;
140 args.cp = plural;
149 for `one', the plural form otherwise. Yes, this is also wha
    [all...]
gettextP.h 133 struct expression *plural; member in struct:loaded_domain
  /src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
DumpResource.java 108 pluralField = catalog.getClass().getField("plural");
131 Object plural = null; local
136 plural = pluralMethod.invoke(catalog, new Object[0]);
143 // msgfmt versions <= 0.13.1 create a static plural field.
145 plural = pluralField.get(catalog);
150 if (plural instanceof String[]) {
151 // A GNU gettext created class with plural handling, Java2 format.
156 String key_plural = (value instanceof String[] ? ((String[])plural)[i++] : null);
160 if (i != ((String[])plural).length)
161 throw new RuntimeException("wrong plural field length")
    [all...]
  /src/external/gpl2/gettext/lib/libnlspr/
Makefile 45 plural-count.c \
46 plural-eval.c \
47 plural-exp.c \
48 plural-table.c \
92 COPTS.plural-exp.c = -Wno-stack-protector
93 COPTS.plural.c = -Wno-stack-protector
  /src/usr.bin/error/
subr.c 380 plural(int n) function
  /src/external/bsd/libfido2/dist/tools/
util.c 623 plural(size_t x) function
  /src/games/wump/
wump.c 86 #define plural(n) (n == 1 ? "" : "s") macro
229 room_num, link_num, bat_num, plural(bat_num), pit_num,
230 plural(pit_num), arrow_num);
267 player_loc, arrows_left, plural(arrows_left));
  /src/usr.bin/at/
parsetime.c 78 bool plural; /* is this plural? */ member in struct:__anon8209
157 static bool sc_tokplur; /* scanner - is token plural? */
188 sc_tokplur = Specials[i].plural;
  /src/usr.bin/netstat/
main.c 800 plural(int n) function
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c 3550 const char *plural = ""; local
3583 plural = "s";
3602 new_host_name, key_id, srpl_connection == NULL ? "" : srpl_connection->name, plural, seenbuf);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 3265 /* Handle singular as well as plural forms of all bad words
3269 const char *plural = "";
3273 plural = "s";
3288 badwords[i].alt, plural);
3267 const char *plural = ""; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 3221 /* Handle singular as well as plural forms of all bad words
3225 const char *plural = "";
3229 plural = "s";
3244 badwords[i].alt, plural);
3223 const char *plural = ""; local

Completed in 99 milliseconds