Home
last modified time | relevance | path

Searched refs:translation (Results 1 – 25 of 246) sorted by relevance

12345678910

/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c164 const struct translation_st *translation,
167 const struct translation_st *translation,
298 const struct translation_st *translation, in default_check() argument
305 if (!ossl_assert(translation != NULL)) { in default_check()
309 if (!ossl_assert(translation->param_key != 0) in default_check()
310 || !ossl_assert(translation->param_data_type != 0)) { in default_check()
322 if (translation != NULL) { in default_check()
323 if (!ossl_assert(translation->action_type != OSSL_ACTION_GET)) { in default_check()
327 if (!ossl_assert(translation->param_key != NULL) in default_check()
328 || !ossl_assert(translation->param_data_type != 0)) { in default_check()
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Dcombining.c43 const struct translation *t1 = (const struct translation *)key; in translation_cmp()
44 const struct translation *t2 = (const struct translation *)data; in translation_cmp()
52 struct translation ts = {code_point}; in _wind_combining_class()
57 const struct translation *t = (const struct translation *)s; in _wind_combining_class()
H A Dmap.c46 const struct translation *t1 = (const struct translation *)key; in translation_cmp()
47 const struct translation *t2 = (const struct translation *)data; in translation_cmp()
61 struct translation ts = {in[i]}; in _wind_stringprep_map()
62 const struct translation *s; in _wind_stringprep_map()
64 s = (const struct translation *) in _wind_stringprep_map()
H A Dnormalize.c51 const struct translation *t1 = (const struct translation *)key; in translation_cmp()
52 const struct translation *t2 = (const struct translation *)data; in translation_cmp()
130 struct translation ts = {in[i]}; in compat_decomp()
147 const struct translation *t = (const struct translation *)s; in compat_decomp()
H A Dcombining_table.h9 struct translation { struct
14 extern const struct translation _wind_combining_table[]; argument
H A Dmap_table.h9 struct translation { struct
16 extern const struct translation _wind_map_table[]; argument
H A Dnormalize_table.h11 struct translation { struct
17 extern const struct translation _wind_normalize_table[]; argument
/freebsd/contrib/ntp/sntp/libopts/
H A Dgettext.h153 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux() local
154 if (translation == msg_ctxt_id) in pgettext_aux()
157 return translation; in pgettext_aux()
173 const char *translation = in npgettext_aux() local
175 if (translation == msg_ctxt_id || translation == msgid_plural) in npgettext_aux()
178 return translation; in npgettext_aux()
218 const char *translation; in dcpgettext_expr() local
234 translation = dcgettext (domain, msg_ctxt_id, category); in dcpgettext_expr()
235 found_translation = (translation != msg_ctxt_id); in dcpgettext_expr()
241 return translation; in dcpgettext_expr()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dgnu14 # Note: maybe call it like "GNU translation gettext machine object"
21 !:mime application/x-gettext-translation
76 # offset of table with translation strings
77 #>16 ulelong x \b, at %#x translation table
78 # check translation 0 length and offset
81 # translation 0 seems to be often Project-Id with name and version
98 !:mime application/x-gettext-translation
103 #>16 ubelong x \b, at %#x translation table
/freebsd/crypto/openssl/doc/internal/man7/
H A Ddeprecation.pod66 the translation unit where the symbol is used or implemented, even when the
68 including an internal header file very early in the affected translation
73 deprecation attribute removed, and the translation units that implement or
98 any OpenSSL header file) in the translation unit that implements it and in
99 any translation unit that uses it:
121 other OpenSSL header file) in the translation unit that implements it and in
122 any translation unit that uses it:
/freebsd/contrib/flex/
H A DNEWS140 ** new sv translation from the translation project
214 *** po/Makefile now includes a rule to fetch the latest translations from the translation project. …
216 *** New da translation from the translation project
226 *** add sr translation from the translation project
228 *** update da, es, ko, nl, pt_BR, ro, ru, sv, tr, vi, zh_CN translations from the translation proje…
240 ** New translations from the translation project: de, fi, pl, vi
256 ** new translations from the translation project: ca, da, es, fi, fr,
272 ** new de, nl, pl, pt_br, vi translations from the translation project
328 ** new ca, vi, ga, nl translations from the translation project
343 ** new nl, vi, sv, ro, po, ga, ca, fr, tr translations from the translation project
[all …]
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc168 PFCTL_TEST_IFACE(1057, "Interface translation: IPv4 rule, interface without brackets is translated")
169 PFCTL_TEST_IFACE(1058, "Interface translation: IPv4 rule, interface without brackets is translated,…
170 PFCTL_TEST_IFACE(1059, "Interface translation: IPv4 rule, interface with brackets is not translated…
171 PFCTL_TEST_IFACE(1060, "Interface translation: IPv4 rule, interface with brackets is not translated…
172 PFCTL_TEST_IFACE(1061, "Interface translation: IPv6 rule, interface without brackets is translated")
173 PFCTL_TEST_IFACE(1062, "Interface translation: IPv6 rule, interface without brackets is translated,…
174 PFCTL_TEST_IFACE(1063, "Interface translation: IPv6 rule, interface with brackets is not translated…
175 PFCTL_TEST_IFACE(1064, "Interface translation: IPv6 rule, interface with brackets is not translated…
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td465 "translation units (%1 vs. %2)">;
468 "translation units (%1 vs. %2)">,
471 "external variable %0 defined in multiple translation units">;
473 "external variable %0 defined in multiple translation units">,
478 "translation units (%1 vs. %2)">;
481 "translation units (%1 vs. %2)">,
490 "translation units}1">;
493 "translation units}1">,
520 "translation units (%1 vs. %2)">;
523 "translation units (%1 vs. %2)">,
[all …]
H A DDiagnosticSerializationKinds.td34 "precompiled file '%0' was compiled for the %1 '%2' but the current translation "
37 "%select{precompiled file '%1' was|current translation unit is}0 compiled with the target "
38 "feature '%2' but the %select{current translation unit is|precompiled file '%1' was}0 "
51 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS …
52 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">;
/freebsd/contrib/dialog/po/
H A Drw.po1 # translation of dialog to Kinyarwanda.
5 # Steve performed initial rough translation from compendium built from translations provided by the…
22 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
H A Deo.po1 # Esperanto translation of Dialog
12 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
H A Deu.po1 # translation of dialog-1.1.20070704.po to Euskara
13 "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
H A Dia.po1 # Interlingua translation of Dialog
13 "Language-Team: Interlingua <translation-team-ia@lists.sourceforge.net>\n"
H A Dsl.po1 # Slovenian translation for dialog.
12 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
H A Dhu.po1 # Hungarian translation of dialog
14 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
H A Dast.po1 # Asturian translation for dialog
16 "X-Bugs: Report translation errors to the Language-Team address.\n"
H A Dfi.po1 # Finnish translation for dialog.
15 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
H A Dpl.po1 # translation of dialog.po to Polish
13 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Draideng.txt16 - ranges: standard ranges property specifying the translation
36 - ranges: standard ranges property specifying the translation
65 translation & protection accordingly.
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt53 in order to enable translation for a given master. In such cases the single
80 be used for address translation. If a "dma-ranges" property exists in the
85 have a means to turn off translation. But it is invalid in such cases to
96 complete for an indefinite amount of time. Upon translation fault some
97 IOMMUs, instead of aborting the translation immediately, may first
150 * Consequently address translation is always on or off for

12345678910