| /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);
|
| Makefile.am | 45 plural-count.h plural-eval.h \ 52 po-time.h plural-table.h lang-table.h format.h filters.h \ 123 file-list.c msgl-charset.c po-time.c plural-exp.c plural-eval.c plural-table.c \ 143 msgmerge_SOURCES += msgl-fsearch.c plural-count.c 194 msginit_SOURCES += lang-table.c plural-count.c
|
| msgunfmt.cs | 90 Hashtable plural = null; 92 plural = pluralMethod.Invoke(catalog, new Object[0]) as Hashtable; 97 (plural != null && value is String[] ? plural[key] as String : null);
|
| 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...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/man/ |
| ngettext.x | 2 ngettext \- translate message and choose plural form 7 chooses the appropriate plural form, which depends on the number \fICOUNT\fP
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| intl.h | 41 # define ngettext(singular,plural,n) fake_ngettext (singular, plural, n) 45 extern const char *fake_ngettext (const char *singular, const char *plural,
|
| intl.cc | 125 fake_ngettext (const char *singular, const char *plural, unsigned long n) 130 return plural;
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| log.c | 64 const char *msgid1, const char *msgid2, int plural) 97 if (plural) 111 const char *msgid1, const char *msgid2, int plural) 114 _nl_log_untranslated_locked (logfilename, domainname, msgid1, msgid2, plural);
|
| 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...] |
| /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...] |
| 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...] |
| log.c | 56 const char *msgid1, const char *msgid2, int plural) 91 if (plural)
|
| /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...] |
| log.c | 55 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural) 60 int plural; 95 if (plural)
|
| plural-exp.h | 1 /* Expression parsing and evaluation for plural form selection. 23 #include <plural-config.h> 43 plural form. */
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| plural-2 | 11 tmpfiles="$tmpfiles plural-2.data" 12 cat <<EOF > plural-2.data 56 "Plural-Forms: nplurals=10; plural=${formula};\n" 71 ${MSGFMT} -o ll/LC_MESSAGES/plural.mo ll.po || exit 1 73 LANGUAGE= TEXTDOMAIN=plural TEXTDOMAINDIR=. \ 78 echo "plural=${formula}" 1>&2 84 done < plural-2.data
|
| /src/usr.bin/netstat/ |
| mroute.c | 381 mrtstat.mrts_no_route, plural(mrtstat.mrts_no_route)); 383 mrtstat.mrts_upcalls, plural(mrtstat.mrts_upcalls)); 385 mrtstat.mrts_bad_tunnel, plural(mrtstat.mrts_bad_tunnel)); 387 mrtstat.mrts_cant_tunnel, plural(mrtstat.mrts_cant_tunnel)); 389 mrtstat.mrts_wrong_if, plural(mrtstat.mrts_wrong_if)); 391 mrtstat.mrts_upq_ovflw, plural(mrtstat.mrts_upq_ovflw)); 393 mrtstat.mrts_upq_sockfull, plural(mrtstat.mrts_upq_sockfull)); 395 mrtstat.mrts_cache_cleanups, plural(mrtstat.mrts_cache_cleanups)); 397 mrtstat.mrts_drop_sel, plural(mrtstat.mrts_drop_sel)); 399 mrtstat.mrts_q_overflow, plural(mrtstat.mrts_q_overflow)) [all...] |
| route.c | 321 plural(rtstats.rts_badredirect)); 324 plural(rtstats.rts_dynamic)); 327 plural(rtstats.rts_newgateway)); 330 plural(rtstats.rts_unreach)); 333 plural(rtstats.rts_wildcard));
|
| netstat.h | 71 const char *plural(int);
|
| pfkey.c | 135 printf(m, (unsigned long long)pfkeystat[f], plural(pfkeystat[f]))
|
| /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/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/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| Makefile.am | 63 ../src/plural-table.c \ 84 ../src/plural-exp.c \ 85 ../src/plural-eval.c \
|
| /src/external/bsd/libfido2/dist/tools/ |
| extern.h | 43 const char *plural(size_t);
|