Searched refs:translation (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dcombining.c43 const struct translation *t1 = (const struct translation *)key;
44 const struct translation *t2 = (const struct translation *)data;
52 struct translation ts = {code_point};
57 const struct translation *t = (const struct translation *)s;
H A Dcombining_table.h9 struct translation { struct
14 extern const struct translation _wind_combining_table[];
H A Dmap_table.h9 struct translation { struct
16 extern const struct translation _wind_map_table[];
H A Dmap.c46 const struct translation *t1 = (const struct translation *)key;
47 const struct translation *t2 = (const struct translation *)data;
61 struct translation ts = {in[i]};
62 const struct translation *s;
64 s = (const struct translation *)
H A Dnormalize_table.h11 struct translation { struct
17 extern const struct translation _wind_normalize_table[];
H A Dnormalize.c51 const struct translation *t1 = (const struct translation *)key;
52 const struct translation *t2 = (const struct translation *)data;
130 struct translation ts = {in[i]};
147 const struct translation *t = (const struct translation *)s;
H A Dcombining_table.c8 const struct translation _wind_combining_table[] = {
H A Dmap_table.c7 const struct translation _wind_map_table[] = {
H A Dnormalize_table.c8 const struct translation _wind_normalize_table[] = {
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dgettext.h103 translation is done at a different place in the code.
152 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
153 if (translation == msg_ctxt_id)
156 return translation;
172 const char *translation = local
174 if (translation == msg_ctxt_id || translation == msgid_plural)
177 return translation;
216 const char *translation; local
231 translation
262 const char *translation; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py44 _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale",
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcharset.c78 - However, a translation can be incomplete: some functions can be
79 omitted. Where there is not a translation to specify exactly
89 /* The character set and translation structures. */
122 /* A translation from one character set to another. */
123 struct translation {
126 struct translation *next;
133 /* Pointers to translation-specific functions, and data pointers to
222 static struct translation *all_translations;
226 register_translation (struct translation *t)
233 static struct translation *
121 struct translation { struct
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcharinfo.h26 charinfo *translation; member in class:charinfo
36 char transparent_translate; // non-zero means translation applies
151 : translation);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dquotearg.c182 /* MSGID approximates a quotation mark. Return its translation if it
187 char const *translation = _(msgid); local
188 if (translation == msgid && s == clocale_quoting_style)
189 translation = "\"";
190 return translation;
248 "'". If the catalog has no translation,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py41 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
/freebsd-11-stable/usr.sbin/bhyve/
H A Datkbdc.c179 const uint8_t translation[256] = { local
224 val = translation[val] | release;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c73 char translation; member in struct:lzx_dec
2191 if (!ds->translation || size <= 10)
2431 ds->translation = lzx_br_bits(br, 1);
2435 if (ds->translation) {
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dlex.c1302 FORSTRING is true if this is to be the spelling after translation
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl1298 and after translation as it works.
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec554 - finish marking strings in the init script for translation
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex961 \def\asisword{asis} % no translation, these are keywords
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex938 \def\asisword{asis} % no translation, these are keywords
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex946 \def\asisword{asis} % no translation, these are keywords

Completed in 389 milliseconds